Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 11727 invoked from network); 14 Apr 2007 00:14:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Apr 2007 00:14:36 -0000 Received: (qmail 8450 invoked by uid 500); 14 Apr 2007 00:14:42 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 8430 invoked by uid 500); 14 Apr 2007 00:14:42 -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 8421 invoked by uid 99); 14 Apr 2007 00:14:42 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Apr 2007 17:14:41 -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; Fri, 13 Apr 2007 17:14:35 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 519C9714071 for ; Fri, 13 Apr 2007 17:14:15 -0700 (PDT) Message-ID: <20377589.1176509655315.JavaMail.jira@brutus> Date: Fri, 13 Apr 2007 17:14: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: ---------------------------------- Attachment: AnsiTrimTest.java Unit test for parsing trim expressions. > 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 > Assigned To: Manish Khettry > Attachments: 1623-parser-guess.diff, AnsiTrimTest.java > > > 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.