forked from dork/tarantool-java
-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
To be more compatible with JDBC 4.2 spec we need to provide implicit type conversions when setting parameters or retrieving values at minimum according to Appendix B.
This issue affects the following API:
PreparedStatement.setXXX
family of methodsResultSet.getXXX
family of methods.DataBaseMetaData.supportsConvert