NullPointerException on CREATE TABLE when generated column depends on another
generated column
----------------------------------------------------------------------------------------------
Key: DERBY-4145
URL: https://issues.apache.org/jira/browse/DERBY-4145
Project: Derby
Issue Type: Bug
Components: SQL
Affects Versions: 10.5.1.0
Reporter: Knut Anders Hatlen
ij> create table t (c1 int, c2 int, c3 generated always as (c1 + c4), c4
generated always as (-c1));
ERROR XJ001: Java exception: ': java.lang.NullPointerException'.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.