Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
10.16.1.1, 10.17.1.0
-
None
-
None
-
Normal
-
Repro attached, Workaround attached
-
Crash, Deviation from standard, Seen in production
Description
Run this query:
SELECT 1
FROM sysibm.SYSDUMMY1
WHERE 1 IS NULL OR COALESCE((1 = 2), false);
It produces this error:
SQL Error [20000] [38000]: The exception 'java.lang.NoSuchMethodError: 'boolean org.apache.derby.iapi.types.DataValueDescriptor.equals(boolean)'' was thrown while evaluating an expression.