Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 32737 invoked from network); 25 Feb 2007 15:50:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Feb 2007 15:50:26 -0000 Received: (qmail 92700 invoked by uid 500); 25 Feb 2007 15:50:35 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 92664 invoked by uid 500); 25 Feb 2007 15:50:35 -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 92654 invoked by uid 99); 25 Feb 2007 15:50:34 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 25 Feb 2007 07:50:34 -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; Sun, 25 Feb 2007 07:50:25 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A6341714044 for ; Sun, 25 Feb 2007 07:50:05 -0800 (PST) Message-ID: <2237870.1172418605662.JavaMail.jira@brutus> Date: Sun, 25 Feb 2007 07:50:05 -0800 (PST) From: "Bryan Pendleton (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Reopened: (DERBY-908) YEAR,SECOND,MONTH, MINUTE, HOUR and DAY functions have incorrect information on durations. In-Reply-To: <966197233.1138766739243.JavaMail.jira@ajax.apache.org> 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-908?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Pendleton reopened DERBY-908: ----------------------------------- > YEAR,SECOND,MONTH, MINUTE, HOUR and DAY functions have incorrect information on durations. > ------------------------------------------------------------------------------------------ > > Key: DERBY-908 > URL: https://issues.apache.org/jira/browse/DERBY-908 > Project: Derby > Issue Type: Bug > Components: Documentation > Affects Versions: 10.1.1.0 > Reporter: Daniel John Debrunner > Assigned To: Bryan Pendleton > Priority: Minor > Fix For: 10.3.0.0 > > Attachments: docChanges.diff, docChanges_v2.diff, docChanges_v3.diff, docChanges_v4.diff, rrefdayfunc.html, rrefdayfunc.html, rrefdayfunc.html, rrefhourfunc.html, rrefhourfunc.html, rrefhourfunc.html, rrefminutefunc.html, rrefminutefunc.html, rrefminutefunc.html, rrefmonthfunc.html, rrefmonthfunc.html, rrefmonthfunc.html, rrefsecondfunc.html, rrefsecondfunc.html, rrefsecondfunc.html, rrefsecondfunc.html, rrefyearfunc.html, rrefyearfunc.html, rrefyearfunc.html > > > All these functions in the reference manual have a sentence like: > (this is from DAY) > If the argument is a time duration or timestamp duration: The result is the day part of the value, which is an integer between -99 and 99. A nonzero result has the same sign as the argument. > This can be removed since Derby does not support durations. Then the surrounding text probably needs re-work as it leaves only a single type of argument. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.