[jboss-jira] [JBoss JIRA] (AG-144) PreparedStatement setObject variations are missing from wrapper
Kevin Wooten (Jira)
issues at jboss.org
Sat May 30 04:30:00 EDT 2020
Kevin Wooten created AG-144:
-------------------------------
Summary: 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.8, 1.7
Reporter: Kevin Wooten
Assignee: Luis Barreiro
`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 `JDBCType` variations (which are implemented)
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
More information about the jboss-jira
mailing list