Return-Path: X-Original-To: apmail-db-derby-dev-archive@www.apache.org Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 231A910E27 for ; Wed, 4 Sep 2013 14:59:58 +0000 (UTC) Received: (qmail 34241 invoked by uid 500); 4 Sep 2013 14:59:58 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 34226 invoked by uid 500); 4 Sep 2013 14:59:57 -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 34126 invoked by uid 99); 4 Sep 2013 14:59:56 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Sep 2013 14:59:56 +0000 Date: Wed, 4 Sep 2013 14:59:51 +0000 (UTC) From: "Aron Rodrigues (JIRA)" To: derby-dev@db.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (DERBY-6332) Support SQL92 Interval on 10.9.1 (ships with glassfish) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Aron Rodrigues created DERBY-6332: ------------------------------------- Summary: Support SQL92 Interval on 10.9.1 (ships with glassfish) Key: DERBY-6332 URL: https://issues.apache.org/jira/browse/DERBY-6332 Project: Derby Issue Type: Task Components: SQL Affects Versions: 10.9.1.0 Environment: javadb shipped with glassfish Reporter: Aron Rodrigues I can't run sql92 queries like create table c (c datetime); insert into c values(CURRENT_TIMESTAMP - INTERVAL 2 DAY); insert into c values(CURRENT_TIMESTAMP - INTERVAL '1' DAY); insert into c values(CURRENT_TIMESTAMP - INTERVAL '1' HOUR); insert into c values(CURRENT_TIMESTAMP-INTERVAL '-1' DAY); select * from c; -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira