RFR: 8369432: Add Support for JDBC 4.5 MR [v4]

Lance Andersen lancea at openjdk.org
Mon Oct 13 18:26:50 UTC 2025


On Sat, 11 Oct 2025 11:21:48 GMT, Johannes Döbler <duke at openjdk.org> wrote:

>> I hadn't but can look at this for follow on clean up before GA and after CSR is approved.
>
> Also from the perspective of a JDBC driver provider it would be beneficial to have the default implementations in Statement..enquoteLiteral() and Statement.enquoteIdentifier() call the new methods in Connection. Driver implementations would then only need to override the Connection methods if they want to adjust the default implementation.

JDBC driver vendors can certainly optimize these methods for their own driver implementations and should.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/27693#discussion_r2426939982


More information about the core-libs-dev mailing list