Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 80953 invoked from network); 12 Feb 2008 11:29:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Feb 2008 11:29:37 -0000 Received: (qmail 69780 invoked by uid 500); 12 Feb 2008 11:29:31 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 69568 invoked by uid 500); 12 Feb 2008 11:29:30 -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 69559 invoked by uid 99); 12 Feb 2008 11:29:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Feb 2008 03:29:30 -0800 X-ASF-Spam-Status: No, hits=-2000.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; Tue, 12 Feb 2008 11:28:53 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id EB3A2714063 for ; Tue, 12 Feb 2008 03:29:13 -0800 (PST) Message-ID: <20964668.1202815753961.JavaMail.jira@brutus> Date: Tue, 12 Feb 2008 03:29:13 -0800 (PST) From: "Dyre Tjeldvoll (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (DERBY-2615) Minor errata in page of "Where dynamic parameters are allowed" of reference manual In-Reply-To: <3646234.1178351955289.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-2615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12568057#action_12568057 ] Dyre Tjeldvoll commented on DERBY-2615: --------------------------------------- Excellent! Thank you for your contribution. Committed revision 620766. > Minor errata in page of "Where dynamic parameters are allowed" of reference manual > ---------------------------------------------------------------------------------- > > Key: DERBY-2615 > URL: https://issues.apache.org/jira/browse/DERBY-2615 > Project: Derby > Issue Type: Bug > Components: Documentation > Environment: http://db.apache.org/derby/docs/dev/ref/rrefsqlj1083019.html > Reporter: Tomohito Nakayama > Assignee: Sandeep A > Priority: Minor > Attachments: DERBY-2615.diff, derby-2615.zip > > > In this page, next example was written. > WHERE ? BETWEEN DATE('1996-01-01') AND ? > -- types assumed to be DATES > WHERE DATE('1996-01-01') BETWEEN ? AND ? > -- types assumed to be DATES > DATES should be DATE -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.