From derby-dev-return-86980-apmail-db-derby-dev-archive=db.apache.org@db.apache.org Mon Apr 04 17:30:46 2011 Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 63426 invoked from network); 4 Apr 2011 17:30:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Apr 2011 17:30:46 -0000 Received: (qmail 58747 invoked by uid 500); 4 Apr 2011 17:30:46 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 58726 invoked by uid 500); 4 Apr 2011 17:30:46 -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 58719 invoked by uid 99); 4 Apr 2011 17:30:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Apr 2011 17:30:46 +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; Mon, 04 Apr 2011 17:30:43 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id CDE4292B6E for ; Mon, 4 Apr 2011 17:30:05 +0000 (UTC) Date: Mon, 4 Apr 2011 17:30:05 +0000 (UTC) From: "Lily Wei (JIRA)" To: derby-dev@db.apache.org Message-ID: <1551474865.32828.1301938205840.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <18489786.105421288207880307.JavaMail.jira@thor> Subject: [jira] [Commented] (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 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-4869?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1301= 5508#comment-13015508 ]=20 Lily Wei commented on DERBY-4869: --------------------------------- Thank you so much Knut. I see testAddBatchClarification_jdbc4_1 in Statemen= tJdbc20Test has addBatch test for Jdbc 4.1 I also see tests for execute(String, int), execute(String, int[]), execute(= String, String[]), executeUpdate(String, int), executeUpdate(String, int[])= , and executeUpdate(String, String[]) are in StatementJdbc20Test. I update = wiki page JdbcFourOneTesting http://wiki.apache.org/db-derby/JdbcFourOneTes= ting to reflect the reality. > 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, PSTimeout.java, P= STimeout_execute.java, 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-getObject.diff, derby-4869-06-ab-cs-ge= tObject.diff, derby-4869-07-aa-timedisplacement.diff, derby-4869-08-ac-null= Handling.diff, derby-4869-09-ac-abort.diff, derby-4869-10-aa-abortSecurityT= est.diff, derby-4869-11-aa-abortHidePrivates.diff, derby-4869-12-aa-xaAndPo= oledAborts.diff, derby-4869-13-aa-xaAndPooledAbortsSecurityManager.diff, de= rby-4869-14-ac-closeOnCompletion.diff, derby-4869-15-aa-autoGenKeys.diff, d= erby-4869-16-aa-clarifyStatementSpec.diff, derby-4869-17-aa-statementTimeou= tException.diff, derby-4869-18-aa-getSetSchema.diff, derby-4869-19-aa-getSe= tNetworkTimeout.diff, derby-4869-20-aa-setSchemaFastPath.diff, derby-4869-2= 1-aa-implicitlyClosedResultSets.diff, derby-4869-21-ab-implicitlyClosedResu= ltSets.diff, derby-4869-22-aa-unstableStatementTest.diff, derby-4869-23-aa-= dbmd.diff, derby-4869-24-ab-getParentLogger.diff, derby-4869-25-aa-removeCl= osureCheck.diff, derby-4869-26-aa-signatureTests.diff, derby-4869-27-aa-dri= ver40.diff, derby-4869-28-ab-autoloadExceptionFactory.diff, derby-4869-29-a= a-fixAutoloadTest.diff, derby-4869-30-aa-unstableStatementTest.diff, derby-= 4869-31-aa-unstableStatementTest.diff, derby-4869-31-ab-unstableStatementTe= st.diff, derby-4869-32_add_CallableStatement_Connection_getTypeMap_test.dif= f, derby-4869-33_add_CallableStatement_Connection_getTypeMap_test.diff, der= by-4869-exp-01-aa-noTryCatch.diff, derby-4869_Statement_addBatch_execute_et= c.dif, disable-tests.diff, fix-compiler-warning.diff, 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. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira