Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 24237 invoked from network); 6 Nov 2009 14:32:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Nov 2009 14:32:56 -0000 Received: (qmail 80461 invoked by uid 500); 6 Nov 2009 14:32:56 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 80431 invoked by uid 500); 6 Nov 2009 14:32:56 -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 80423 invoked by uid 99); 6 Nov 2009 14:32:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Nov 2009 14:32:56 +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; Fri, 06 Nov 2009 14:32:53 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7BDDA234C04C for ; Fri, 6 Nov 2009 06:32:32 -0800 (PST) Message-ID: <207883552.1257517952505.JavaMail.jira@brutus> Date: Fri, 6 Nov 2009 14:32:32 +0000 (UTC) From: "Rick Hillegas (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-3946) Provide support for using the Derby parser to generate Abstract Syntax Trees In-Reply-To: <1410120458.1226518064355.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-3946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Hillegas updated DERBY-3946: --------------------------------- Attachment: TreeWalker.java Attaching a new version of TreeWalker which implements the visitChildrenFirst() method which was recently added to the Visitor interface. > Provide support for using the Derby parser to generate Abstract Syntax Trees > ---------------------------------------------------------------------------- > > Key: DERBY-3946 > URL: https://issues.apache.org/jira/browse/DERBY-3946 > Project: Derby > Issue Type: Improvement > Components: SQL > Affects Versions: 10.5.1.1 > Reporter: Rick Hillegas > Attachments: ASTParser.java, ASTParser.java, ASTParser.java, derby-3946-01-aa-standaloneParser.diff, TreeWalker.java, TreeWalker.java > > > Users would like to be able to use the Derby parser to produce query trees without actually running the queries on Derby. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.