You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Lily Wei (JIRA)" <ji...@apache.org> on 2010/07/01 23:56:49 UTC

[jira] Reopened: (DERBY-4448) ArrayIndexOutOfBoundsException when trying to override generated column

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

Lily Wei reopened DERBY-4448:
-----------------------------


Reopen to 10.5 back port.

> ArrayIndexOutOfBoundsException when trying to override generated column
> -----------------------------------------------------------------------
>
>                 Key: DERBY-4448
>                 URL: https://issues.apache.org/jira/browse/DERBY-4448
>             Project: Derby
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 10.5.3.0, 10.6.1.0
>            Reporter: Knut Anders Hatlen
>            Assignee: Dag H. Wanvik
>             Fix For: 10.6.1.0
>
>         Attachments: forbid.diff
>
>
> ij> create table t(a int, b generated always as (-a));
> 0 rows inserted/updated/deleted
> ij> insert into t(b) values (default), (2);
> ERROR XJ001: Java exception: '0 >= 0: java.lang.ArrayIndexOutOfBoundsException'.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.