Details
Description
When running a complex query on this table:
[code]
Create table DEMO.TEST (
CHR CHARACTER(26) ,
VCHR VARCHAR(25) )
[code]
then I get this exception:
AssertFailure: ASSERT FAILED col1.getClass() (class ...SQLChar) expected to be the same as col2.getClass() (class ....SQLVarchar)' was thrown while evaluating an expression.
Attachments
Attachments
Issue Links
- is duplicated by
-
DERBY-4247 Null pointer exception generated when preparing a statement containing "IN (?)" or "= ?", but not if using "IN (?, ?)" or enclosing the select query in another query.
- Closed
- is related to
-
DERBY-4247 Null pointer exception generated when preparing a statement containing "IN (?)" or "= ?", but not if using "IN (?, ?)" or enclosing the select query in another query.
- Closed
- relates to
-
DERBY-681 Eliminate the parser's rewriting of the abstract syntax tree for queries with GROUP BY and/or HAVING clauses
- Closed