Return-Path: Delivered-To: apmail-db-derby-user-archive@www.apache.org Received: (qmail 57184 invoked from network); 23 Sep 2007 17:04:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Sep 2007 17:04:40 -0000 Received: (qmail 12692 invoked by uid 500); 23 Sep 2007 17:04:30 -0000 Delivered-To: apmail-db-derby-user-archive@db.apache.org Received: (qmail 12663 invoked by uid 500); 23 Sep 2007 17:04:30 -0000 Mailing-List: contact derby-user-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Reply-To: "Derby Discussion" Delivered-To: mailing list derby-user@db.apache.org Received: (qmail 12652 invoked by uid 99); 23 Sep 2007 17:04:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 23 Sep 2007 10:04:29 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of amichail@gmail.com designates 66.249.92.170 as permitted sender) Received: from [66.249.92.170] (HELO ug-out-1314.google.com) (66.249.92.170) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 23 Sep 2007 17:04:31 +0000 Received: by ug-out-1314.google.com with SMTP id s2so714296uge for ; Sun, 23 Sep 2007 10:04:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=3m5ZH/2K70VhgUZ5Biti6mirIppWV4nslTHuWuYMFVw=; b=UbR0Ug/L7Iw7r6KtEsO5znJ17JyuAUI8fH/Zu8pELFYFCcmugu67lYeNxivRFcAWxmX1nZFQJWuZJG5UbjRrs8Bozrjex4iKNoRQqBV/yyf4FctO8hlYoGffDFmhEBVqUQtinFvgj2FttqGFCPZnir2j/wAzkgDQnLmgcsgMqso= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=jCFAXBTRTDpXEDTc3Pb1vEA1ySn3CF1XRFH/tUi1wtii0zSOAcxBNtVKN1mu/rqCb77KCDLTI2bfiUhe2qsaAukkUn8fRNzgeHRaNnVYVswVI/xfvBTZ2xiP+eoOuQfV+TLfIrxYGMSyVV5vlfGKALrrlC/wP03eMRS0sMmr6ik= Received: by 10.67.27.15 with SMTP id e15mr3152306ugj.1190567049228; Sun, 23 Sep 2007 10:04:09 -0700 (PDT) Received: by 10.66.254.9 with HTTP; Sun, 23 Sep 2007 10:04:09 -0700 (PDT) Message-ID: Date: Sun, 23 Sep 2007 13:04:09 -0400 From: "Amir Michail" To: "Derby Discussion" Subject: sql syntax checks MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Hi, Is there a tool that will check syntax for all queries in my java code? I could tell it how to find strings in my program that correspond to sql queries using a simple search pattern. Amir