Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 56156 invoked from network); 3 Oct 2006 16:38:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Oct 2006 16:38:32 -0000 Received: (qmail 43766 invoked by uid 500); 3 Oct 2006 16:38:32 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 43554 invoked by uid 500); 3 Oct 2006 16:38:31 -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 43536 invoked by uid 99); 3 Oct 2006 16:38:31 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Oct 2006 09:38:31 -0700 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= Received: from [209.237.227.198] ([209.237.227.198:54729] helo=brutus.apache.org) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id 5A/B4-08153-60292254 for ; Tue, 03 Oct 2006 09:38:30 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 33ABC7142E0 for ; Tue, 3 Oct 2006 09:38:21 -0700 (PDT) Message-ID: <18020774.1159893501209.JavaMail.root@brutus> Date: Tue, 3 Oct 2006 09:38:21 -0700 (PDT) From: "Laura Stewart (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-1803) [DOC] Largest TIMESTAMP value in Derby limitations section of reference manual is documented incorrectly In-Reply-To: <22495794.1157132722818.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/DERBY-1803?page=all ] Laura Stewart updated DERBY-1803: --------------------------------- Fix Version/s: 10.2.1.6 > [DOC] Largest TIMESTAMP value in Derby limitations section of reference manual is documented incorrectly > -------------------------------------------------------------------------------------------------------- > > Key: DERBY-1803 > URL: http://issues.apache.org/jira/browse/DERBY-1803 > Project: Derby > Issue Type: Bug > Components: Documentation > Affects Versions: 10.1.3.1 > Reporter: Susan Cline > Assigned To: Laura Stewart > Fix For: 10.2.1.6, 10.3.0.0 > > Attachments: derby1803.diff, derby1803_html.zip > > > The documentation for the Largest TIMESTAMP value in the DATE, TIME and TIMESTAMP limitations section of the Derby limitations of the reference manual is incorrect. > http://db.apache.org/derby/docs/dev/ref/rrefdttlimits.html > The incorrectly stated value is 9999-12-31-24.00.00.000000 > The correct value should be 9999-12-31-23.59.59.999999 > I tested this on a 10.1.3 and the 10.2 beta releases. > ij> create table timestamp_tab(id integer, timestamp_col timestamp); > 0 rows inserted/updated/deleted > ij> insert into timestamp_tab values (2, '9999-12-31-23.59.59.999999'); > 1 row inserted/updated/deleted > ij> insert into timestamp_tab values (1, '9999-12-31-24.00.00.000000'); > ERROR 22007: The string representation of a datetime value is out of range. > C:\derby_home\derby_10.1.3\lib>java org.apache.derby.tools.sysinfo > ------------------ Java Information ------------------ > Java Version: 1.4.2_09 > Java Vendor: Sun Microsystems Inc. > Java home: C:\JDK\jdk1.4.2_09\jre > Java classpath: derby.jar;.;derbytools.jar;derbynet.jar;derbyclient.jar; > OS name: Windows XP > OS architecture: x86 > OS version: 5.1 > Java user name: slc > Java user home: C:\Documents and Settings\Administrator > Java user dir: C:\derby_home\derby_10.1.3\lib > java.specification.name: Java Platform API Specification > java.specification.version: 1.4 > --------- Derby Information -------- > JRE - JDBC: J2SE 1.4.2 - JDBC 3.0 > [C:\derby_home\derby_10.1.3\lib\derby.jar] 10.1.3.1 - (417277) > [C:\derby_home\derby_10.1.3\lib\derbytools.jar] 10.1.3.1 - (417277) > [C:\derby_home\derby_10.1.3\lib\derbynet.jar] 10.1.3.1 - (417277) > [C:\derby_home\derby_10.1.3\lib\derbyclient.jar] 10.1.3.1 - (417277) > ------------------------------------------------------ > ----------------- Locale Information ----------------- > ------------------------------------------------------ -- 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