Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Done
-
1.7, 1.8
-
None
Description
`PreparedStatementWrapper` doesn't implement the following variations of `PreparedStatement.setObject`.:
void setObject(int parameterIndex, Object x, SQLType targetSqlType)
void setObject(int parameterIndex, Object x, SQLType targetSqlType, int scaleOrLength)
NOTE: These are the `SQLType` variations and not the `int targetSqlType` variations (which are implemented)