[jboss-jira] [JBoss JIRA] (AG-144) PreparedStatement setObject variations are missing from wrapper
Kevin Wooten (Jira)
issues at jboss.org
Sat May 30 04:32:00 EDT 2020
[ https://issues.redhat.com/browse/AG-144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Kevin Wooten updated AG-144:
----------------------------
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)
was:
`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)
> 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
>
> `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)
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
More information about the jboss-jira
mailing list