[
https://issues.apache.org/jira/browse/DERBY-4145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12696264#action_12696264
]
Rick Hillegas commented on DERBY-4145:
--------------------------------------
Committed derby-4145-01-aa-forwardReference.diff at subversion revision 762520.
> 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
> Assignee: Rick Hillegas
> Attachments: derby-4145-01-aa-forwardReference.diff
>
>
> 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.