-
Notifications
You must be signed in to change notification settings - Fork 614
Closed
Labels
area:jdbc-inserthandling data inserthandling data insertarea:jdbc-readreading data with jdbcreading data with jdbcbugjdbc-v2jdbc-v2 issuesjdbc-v2 issues
Milestone
Description
Description
There are some issues:
executeQuery()- Doesn't check if all parameters are setexecuteUpdate()- Doesn't check if all parameters are setsetBytes(int parameterIndex, byte x[])- Test ignored, implementation stores as array. But this will be covered by [client-v2] Add support of working with large strings #2263 because requires cross component change and not a trivial tasksetObject(int parameterIndex, Object x, int targetSqlType)- target type is ignoredsetObject(int parameterIndex, Object x, SQLType targetSqlType)- target type is ignoredsetObject(int parameterIndex, Object x, int targetSqlType, int scaleOrLength)- scaleOrLength ignoredsetObject(int parameterIndex, Object x, SQLType targetSqlType)- type ignoredsetNString(int parameterIndex, String value)- no tests, also relates to [client-v2] Add support of working with large strings #2263setNCharacterStream(int parameterIndex, Reader value, long length)- length seems ignored, also relates to [client-v2] Add support of working with large strings #2263
Metadata
Metadata
Assignees
Labels
area:jdbc-inserthandling data inserthandling data insertarea:jdbc-readreading data with jdbcreading data with jdbcbugjdbc-v2jdbc-v2 issuesjdbc-v2 issues