Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 62990 invoked from network); 19 Nov 2009 08:16:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 19 Nov 2009 08:16:04 -0000 Received: (qmail 56343 invoked by uid 500); 19 Nov 2009 08:16:04 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 56303 invoked by uid 500); 19 Nov 2009 08:16:04 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 56295 invoked by uid 99); 19 Nov 2009 08:16:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Nov 2009 08:16:04 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Nov 2009 08:16:02 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2EB3A234C045 for ; Thu, 19 Nov 2009 00:15:41 -0800 (PST) Message-ID: <2010139945.1258618541176.JavaMail.jira@brutus> Date: Thu, 19 Nov 2009 08:15:41 +0000 (UTC) From: "Knut Anders Hatlen (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Assigned: (DERBY-4448) ArrayIndexOutOfBoundsException when trying to override generated column In-Reply-To: <1559133750.1258579119737.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-4448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen reassigned DERBY-4448: ----------------------------------------- Assignee: (was: Knut Anders Hatlen) Unassigning since it's probably better to revisit the issue after DERBY-4433 and DERBY-4442 have been addressed. But anyone should feel free to pick it up even before that if they see how to solve it. > 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.0.0 > Reporter: Knut Anders Hatlen > 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.