PreparedStatement setObject variations are missing from wrapper
---------------------------------------------------------------
Key: AG-144
URL:
https://issues.redhat.com/browse/AG-144
Project: Agroal
Issue Type: Bug
Components: pool
Affects Versions: 1.7, 1.8
Reporter: Kevin Wooten
Assignee: Luis Barreiro
Priority: Major
Fix For: 1.9
`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)