[
https://issues.apache.org/jira/browse/DERBY-4342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dag H. Wanvik updated DERBY-4342:
---------------------------------
Issue & fix info: [Repro attached] (was: [Newcomer])
Urgency: Normal (was: Blocker)
Bug behavior facts: (was: [Wrong query result])
Marking "repro attached", normal urgency, unmarking "newcomer" (this field
means the devs consider it easy to fix).
> SQLSTATE 38000 (NullPointerException) at inner self join and value(x1, x2...)
> -----------------------------------------------------------------------------
>
> Key: DERBY-4342
> URL: https://issues.apache.org/jira/browse/DERBY-4342
> Project: Derby
> Issue Type: Bug
> Affects Versions: 10.1.1.0, 10.5.1.1
> Environment: WINXP
> Reporter: Hubert Garm
>
> create table xyz (c1 int, c2 int);
> insert into xyz values(1,2);
> select * from xyz t1 inner join xyz t2 on t1.c1 = t2.c1 where value(t1.c1,
> t1.c2) = 1;
> causes the following error:
> FEHLER 38000: Bei der Auswertung eines Ausdrucks wurde die Ausnahme
> 'java.lang.NullPointerException' ausgeloest.
> FEHLER XJ001: Java-Ausnahme: ': java.lang.NullPointerException'.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.