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 methods
ResultSet.getXXX family of methods.
DataBaseMetaData.supportsConvert
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.setXXXfamily of methodsResultSet.getXXXfamily of methods.DataBaseMetaData.supportsConvert