Return-Path: X-Original-To: apmail-db-derby-commits-archive@www.apache.org Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A0A45D741 for ; Fri, 22 Feb 2013 00:08:53 +0000 (UTC) Received: (qmail 564 invoked by uid 500); 22 Feb 2013 00:08:53 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 547 invoked by uid 500); 22 Feb 2013 00:08:53 -0000 Mailing-List: contact derby-commits-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Derby Development" List-Id: Delivered-To: mailing list derby-commits@db.apache.org Received: (qmail 539 invoked by uid 99); 22 Feb 2013 00:08:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Feb 2013 00:08:53 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Feb 2013 00:08:51 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 681D0238897F; Fri, 22 Feb 2013 00:08:31 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1448865 - /db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/j9_foundation/iepnegativetests_ES.out Date: Fri, 22 Feb 2013 00:08:31 -0000 To: derby-commits@db.apache.org From: myrnavl@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130222000831.681D0238897F@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: myrnavl Date: Fri Feb 22 00:08:31 2013 New Revision: 1448865 URL: http://svn.apache.org/r1448865 Log: DERBY-3398; Support min/max values for Java types float/double in real/double columns updating j9 canon to match master for iepnegative_ES test Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/j9_foundation/iepnegativetests_ES.out Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/j9_foundation/iepnegativetests_ES.out URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/j9_foundation/iepnegativetests_ES.out?rev=1448865&r1=1448864&r2=1448865&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/j9_foundation/iepnegativetests_ES.out (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/j9_foundation/iepnegativetests_ES.out Fri Feb 22 00:08:31 2013 @@ -256,16 +256,16 @@ ij> call SYSCS_UTIL.SYSCS_IMPORT_TABLE ( null, null, null, 0) ; 0 rows inserted/updated/deleted ij> select * from t3; -C1 |C2 |C3 |C4 --------------------------------------------------------------- -1 |3.5 |8 |test strings -2 |3.5 |8 |test strings -3 |3.5 |8 |test strings -4 |3.5 |8 |test strings -1 |3.5 |8 |test strings -2 |3.5 |8 |test strings -3 |3.5 |8 |test strings -4 |3.5 |8 |test strings +C1 |C2 |C3 |C4 +---------------------------------------------------------------- +1 |3.5 |8 |test strings +2 |3.5 |8 |test strings +3 |3.5 |8 |test strings +4 |3.5 |8 |test strings +1 |3.5 |8 |test strings +2 |3.5 |8 |test strings +3 |3.5 |8 |test strings +4 |3.5 |8 |test strings 8 rows selected ij> --import data column names are incorrect call SYSCS_UTIL.SYSCS_IMPORT_DATA('IEP', 'T3' , 'X1, X2, X3, X4', null,