Uploaded image for project: 'Derby'
  1. Derby
  2. DERBY-7148

SQL Error [20000] [38000]: The exception 'java.lang.NoSuchMethodError: 'boolean org.apache.derby.iapi.types.DataValueDescriptor.equals(boolean)'' was thrown while evaluating an expression.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 10.16.1.1, 10.17.1.0
    • None
    • SQL
    • 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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            lukas.eder Lukas Eder
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: