-
-
Notifications
You must be signed in to change notification settings - Fork 25
Closed
Description
Submitted by: @mrotteveel
Relate to JDBC190
Relate to JDBC191
Java 7 added JDBC 4.1; apart from interfaces changes for try-with-resources (which will work automagically), JDBC 4.1 introduces some additional methods (for example on closeOnCompletion() and isCloseOnCompletion() on Statement).
For Jaybird 2.2 I think we will need to add a bare minimum implementation of these methods and - if necessary - elaborate on it in Jaybird 2.3.
Commits: 154f41b