Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 62534 invoked from network); 2 Jun 2005 20:41:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Jun 2005 20:41:19 -0000 Received: (qmail 97899 invoked by uid 500); 2 Jun 2005 20:41:18 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 97849 invoked by uid 500); 2 Jun 2005 20:41:17 -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: "Derby Development" Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 97830 invoked by uid 99); 2 Jun 2005 20:41:17 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 02 Jun 2005 13:41:15 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 8EC8E193 for ; Thu, 2 Jun 2005 22:40:59 +0200 (CEST) Message-ID: <877308444.1117744859583.JavaMail.jira@ajax.apache.org> Date: Thu, 2 Jun 2005 22:40:59 +0200 (CEST) From: "Samuel Andrew McIntyre (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-156) Delete with alias on column fails In-Reply-To: <195961122.1109718409596.JavaMail.jira@ajax.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/DERBY-156?page=all ] Samuel Andrew McIntyre updated DERBY-156: ----------------------------------------- Version: 10.0.2.1 10.0.2.0 10.0.2.2 10.1.0.0 Fix Version: 10.1.0.0 Marking as Fix in 10.1.0.0 as a patch has been submitted by Shreyas Kaushik and is in review. > Delete with alias on column fails > --------------------------------- > > Key: DERBY-156 > URL: http://issues.apache.org/jira/browse/DERBY-156 > Project: Derby > Type: New Feature > Components: SQL > Versions: 10.0.2.1, 10.0.2.0, 10.0.2.2, 10.1.0.0 > Reporter: Bernd Ruehlicke > Priority: Critical > Fix For: 10.1.0.0 > > DELETE FROM MY_TABLE x WHERE x.MY_COLUMN='value'; > fails with > ERROR 42X01: Syntax error: Encountered "x" at line 1, column 24 > This is the core of the problem. I found it form a more complicated statement but it cooks down to that this should work but dose not. > B-) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira