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

Knut Anders Hatlen closed DERBY-4145.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 10.6.0.0
                   10.5.1.1

Thanks, Rick! I've verified that it now works on trunk and on the 10.5 branch. 
Closing the issue.

> 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
>             Fix For: 10.5.1.1, 10.6.0.0
>
>         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.

Reply via email to