Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 49840 invoked from network); 4 Dec 2006 11:02:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Dec 2006 11:02:43 -0000 Received: (qmail 77343 invoked by uid 500); 4 Dec 2006 11:02:51 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 76981 invoked by uid 500); 4 Dec 2006 11:02:50 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 76972 invoked by uid 99); 4 Dec 2006 11:02:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Dec 2006 03:02:50 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= 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; Mon, 04 Dec 2006 03:02:41 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 90FF27141D1 for ; Mon, 4 Dec 2006 03:02:21 -0800 (PST) Message-ID: <29742539.1165230141575.JavaMail.jira@brutus> Date: Mon, 4 Dec 2006 03:02:21 -0800 (PST) From: "Marcel Reutegger (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Resolved: (JCR-660) SQL Parser fails with SQL 92 timestamp format In-Reply-To: <10784138.1165230020966.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 [ http://issues.apache.org/jira/browse/JCR-660?page=all ] Marcel Reutegger resolved JCR-660. ---------------------------------- Resolution: Fixed Fixed in revision: 482130 > SQL Parser fails with SQL 92 timestamp format > --------------------------------------------- > > Key: JCR-660 > URL: http://issues.apache.org/jira/browse/JCR-660 > Project: Jackrabbit > Issue Type: Improvement > Affects Versions: 1.0, 1.0.1, 1.1, 0.9, 1.1.1 > Reporter: Marcel Reutegger > Assigned To: Marcel Reutegger > Priority: Minor > Fix For: 1.2 > > > The SQL query parser fails with an exception if the SQL 92 timestamp format is used. > E.g: > ... WHERE my:date > TIMESTAMP '1976-01-01 00:00:00.000+01:00' > does not work, but the following will succeed using ISO8601: > ... WHERE my:date > TIMESTAMP '1976-01-01T00:00:00.000+01:00' -- 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