Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 14981 invoked from network); 8 Feb 2011 17:39:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 Feb 2011 17:39:21 -0000 Received: (qmail 26765 invoked by uid 500); 8 Feb 2011 17:39:21 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 26552 invoked by uid 500); 8 Feb 2011 17:39:19 -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 26545 invoked by uid 99); 8 Feb 2011 17:39:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Feb 2011 17:39:18 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Feb 2011 17:39:17 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 7FBD619920C for ; Tue, 8 Feb 2011 17:38:57 +0000 (UTC) Date: Tue, 8 Feb 2011 17:38:57 +0000 (UTC) From: "Rick Hillegas (JIRA)" To: derby-dev@db.apache.org Message-ID: <1678788191.2786.1297186737519.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <18489786.105421288207880307.JavaMail.jira@thor> Subject: [jira] Updated: (DERBY-4869) Implement JDBC 4.1, the api increment introduced by Java 7 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DERBY-4869?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Hillegas updated DERBY-4869: --------------------------------- Attachment: derby-4869-26-aa-signatureTests.diff Attaching derby-4869-26-aa-signatureTests.diff. This patch uncomments the s= ignature-matching tests on Java 7. Now that all of the JDBC 4.1 methods hav= e been added, those tests should pass. Committed at subversion revision 106= 8489. Touches the following files: -------------- M java/client/org/apache/derby/client/am/LogicalDatabaseMetaData40.jav= a The tests showed that this wrapper still needed to forward new methods to t= he embedded DatabaseMetaData. -------------- M java/client/org/apache/derby/client/net/NetResultSet40.java The tests objected that the text of the error message for ResultSet.getObje= ct( int, Class ) was not what was expected even though the SQLState was cor= rect. -------------- M java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/Verif= ySignatures.java M java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/Unsup= portedVetter.java M java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/Clo= sedObjectTest.java Uncommented these tests on Java 7. > Implement JDBC 4.1, the api increment introduced by Java 7 > ---------------------------------------------------------- > > Key: DERBY-4869 > URL: https://issues.apache.org/jira/browse/DERBY-4869 > Project: Derby > Issue Type: Improvement > Components: JDBC > Reporter: Rick Hillegas > Assignee: Rick Hillegas > Attachments: Drv41.java, JDBC_4.1_Changes.html, derby-4869-01-ac-= rs-getObject.diff, derby-4869-01-ad-rs-getObject.diff, derby-4869-02-aa-cs-= ps-addBatch.diff, derby-4869-02-ab-cs-ps-addBatch.diff, derby-4869-03-aa-rs= -getObject-errorCleanup.diff, derby-4869-04-aa-rs-getObject-simplification.= diff, derby-4869-05-aa-rs-getObject-exception.diff, derby-4869-06-aa-cs-get= Object.diff, derby-4869-06-ab-cs-getObject.diff, derby-4869-07-aa-timedispl= acement.diff, derby-4869-08-ac-nullHandling.diff, derby-4869-09-ac-abort.di= ff, derby-4869-10-aa-abortSecurityTest.diff, derby-4869-11-aa-abortHidePriv= ates.diff, derby-4869-12-aa-xaAndPooledAborts.diff, derby-4869-13-aa-xaAndP= ooledAbortsSecurityManager.diff, derby-4869-14-ac-closeOnCompletion.diff, d= erby-4869-15-aa-autoGenKeys.diff, derby-4869-16-aa-clarifyStatementSpec.dif= f, derby-4869-17-aa-statementTimeoutException.diff, derby-4869-18-aa-getSet= Schema.diff, derby-4869-19-aa-getSetNetworkTimeout.diff, derby-4869-20-aa-s= etSchemaFastPath.diff, derby-4869-21-aa-implicitlyClosedResultSets.diff, de= rby-4869-21-ab-implicitlyClosedResultSets.diff, derby-4869-22-aa-unstableSt= atementTest.diff, derby-4869-23-aa-dbmd.diff, derby-4869-24-ab-getParentLog= ger.diff, derby-4869-25-aa-removeClosureCheck.diff, derby-4869-26-aa-signat= ureTests.diff, derby-4869-27-aa-driver40.diff, derby-4869-28-ab-autoloadExc= eptionFactory.diff, derby-4869-exp-01-aa-noTryCatch.diff, disable-tests.dif= f, timezone.diff > > > This is a master issue logged to track our work implementing JDBC 4.1, th= e changes to the java.sql and javax.sql packages introduced by Java 7. --=20 This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira