Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 91593 invoked from network); 3 Jun 2007 04:54:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Jun 2007 04:54:36 -0000 Received: (qmail 17926 invoked by uid 500); 3 Jun 2007 04:54:40 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 17893 invoked by uid 500); 3 Jun 2007 04:54:40 -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 17884 invoked by uid 99); 3 Jun 2007 04:54:40 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Jun 2007 21:54:40 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Jun 2007 21:54:35 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9676371403E for ; Sat, 2 Jun 2007 21:54:15 -0700 (PDT) Message-ID: <10964029.1180846455597.JavaMail.jira@brutus> Date: Sat, 2 Jun 2007 21:54:15 -0700 (PDT) From: "Manish Khettry (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-1623) Add ANSI TRIM implementation In-Reply-To: <30960721.1154454013882.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-1623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manish Khettry updated DERBY-1623: ---------------------------------- Derby Info: [Patch Available] I apologize for not being able to wrap this up sooner-- work has taken up more than 40 hours of time these last few weeks. trim,leading,trailing,both are now reserved keywords. > Add ANSI TRIM implementation > ---------------------------- > > Key: DERBY-1623 > URL: https://issues.apache.org/jira/browse/DERBY-1623 > Project: Derby > Issue Type: Improvement > Components: SQL > Reporter: Emmanuel Bernard > Assignee: Manish Khettry > Attachments: 1623-parser-guess.diff, 1623.patch.txt, AnsiTrimTest.java, compile_error.jj, sqlgrammar.jj.diff > > > JPA is requiring databases to support this ANSI feature esp the ability to chose the trimmed character > TRIM([ [ LEADING | TRAILING | BOTH ] [ chars ] FROM ] str) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.