Description
It would be good to leverage the existing tests to exercise the collation code. Investigate running all the tests against a collated database.
Kathey
Attachments
Attachments
Issue Links
- is blocked by
-
DERBY-2966 rs.moveToInsertRow() causes loss of connection with TERRITORY_BASED collation.
- Closed
-
DERBY-2659 CONSTANT_Utf8_info: java.lang.ClassCastException on select with a collated database
- Closed
-
DERBY-2959 create table ... as select ... from systemtable with no data fails even when there is no character string type involved. This happens in a territory based database
- Closed
- relates to
-
DERBY-2973 With collation TERRITORY_BASED, insert into table after changing type of column causes assert failure and loss of connection
- Closed
-
DERBY-2950 BatchUpdateTest.testMinimalDDLInBatch Fails when run with collation with exception: java.sql.SQLException: Operand of LIKE predicate with type VARCHAR(128) and collation UCS_BASIC is not compatable with LIKE pattern operand with type CHAR(4) and collation
- Closed
-
DERBY-2951 BatchUpdateTest.testAssociatedParams test fails with collation with exception: Java exception: 'ASSERT FAILED type of inserted column[0] = org.apache.derby.iapi.types.CollatorSQLChartype of template column[0] = org.apache.derby.iapi.types.SQLChar:
- Closed
-
DERBY-2955 ERROR 42ZA2 creating table with check constraint with literal comparison
- Closed
-
DERBY-2956 With a collated database USER cannot be used in query against user tables without cast
- Closed
-
DERBY-2960 Group by substr() on collated database causes ERROR XJ001: Java exception: 'ASSERT FAILED col1.getClass() (class org.apache.derby.iapi.types.SQLVarchar) expected to be the same as col2.getClass() (class org.apache.derby.iapi.types.CollatorSQLVarchar):
- Closed
-
DERBY-2961 TriggerTest.testTypesINActionStatement fails with 'ASSERT FAILED col1.getClass() (class org.apache.derby.iapi.types.SQLClob) expected to be the same as col2.getClass() (class org.apache.derby.iapi.types.CollatorSQLClob)
- Closed
-
DERBY-2964 ASSERT FAILED type of inserted column[0] = org.apache.derby.iapi.types.SQLVarchar type of template column[0] = org.apache.derby.iapi.types.CollatorSQLVarchar when inserting row into table that has been modified with unique constraint
- Closed
-
DERBY-2972 Update or select with function in the where clause causes with TERRITORY_BASED collation fails with ERROR 42818: Comparisons between 'VARCHAR' and 'VARCHAR' are not supported.
- Closed