ASSERT FAILED allTableName (T) expected to be null
--------------------------------------------------
Key: DERBY-4504
URL: https://issues.apache.org/jira/browse/DERBY-4504
Project: Derby
Issue Type: Bug
Components: SQL
Affects Versions: 10.5.3.0, 10.6.0.0
Reporter: Knut Anders Hatlen
I see this assert failure in debug builds:
ij> create table t(x int);
0 rows inserted/updated/deleted
ij> select t.* from t join t on 1=1;
ERROR XJ001: Java exception: 'ASSERT FAILED allTableName (T) expected to be
null: org.apache.derby.shared.common.sanity.AssertFailure'.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.