You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Richard N. Hillegas (Jira)" <ji...@apache.org> on 2022/11/17 15:53:00 UTC

[jira] [Updated] (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.

     [ https://issues.apache.org/jira/browse/DERBY-7148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Richard N. Hillegas updated DERBY-7148:
---------------------------------------
    Bug behavior facts: Deviation from standard,Seen in production
      Issue & fix info: Repro attached,Workaround attached
               Urgency: Normal

> SQL Error [20000] [38000]: The exception 'java.lang.NoSuchMethodError: 'boolean org.apache.derby.iapi.types.DataValueDescriptor.equals(boolean)'' was thrown while evaluating an expression.
> --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-7148
>                 URL: https://issues.apache.org/jira/browse/DERBY-7148
>             Project: Derby
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 10.16.1.1
>            Reporter: Lukas Eder
>            Priority: Major
>
> Run this query:
> {code}
> SELECT 1 
> FROM sysibm.SYSDUMMY1
> WHERE 1 IS NULL OR COALESCE((1 = 2), false);
> {code}
> It produces this error:
> {quote}SQL Error [20000] [38000]: The exception 'java.lang.NoSuchMethodError: 'boolean org.apache.derby.iapi.types.DataValueDescriptor.equals(boolean)'' was thrown while evaluating an expression.{quote}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)