-
Notifications
You must be signed in to change notification settings - Fork 458
Closed
Labels
EnhancementAn enhancement to the driver. Lower priority than bugs.An enhancement to the driver. Lower priority than bugs.
Description
The driver currently lacks critical JDBC 4.1 methods. Most notably:
- ResultSet#getObject(int,Class)
- ResultSet#getObject(String,Class)
- CallableStatement#getObject(int,Class)
- CallableStatement#getObject(String,Class)
These limitations make it impossible to retrieve Java 8 Date and Time API data types.
ufoscout
Metadata
Metadata
Assignees
Labels
EnhancementAn enhancement to the driver. Lower priority than bugs.An enhancement to the driver. Lower priority than bugs.