On Sat, 11 Oct 2025 11:21:48 GMT, Johannes Döbler <[email protected]> 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
