Return-Path: X-Original-To: apmail-db-derby-dev-archive@www.apache.org Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9E5E5797B for ; Mon, 21 Nov 2011 10:31:14 +0000 (UTC) Received: (qmail 11216 invoked by uid 500); 21 Nov 2011 10:31:14 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 11186 invoked by uid 500); 21 Nov 2011 10:31:13 -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 11178 invoked by uid 99); 21 Nov 2011 10:31:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Nov 2011 10:31:13 +0000 X-ASF-Spam-Status: No, hits=-2001.2 required=5.0 tests=ALL_TRUSTED,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, 21 Nov 2011 10:31:12 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id DEFD691931 for ; Mon, 21 Nov 2011 10:30:51 +0000 (UTC) Date: Mon, 21 Nov 2011 10:30:51 +0000 (UTC) From: "Knut Anders Hatlen (Updated) (JIRA)" To: derby-dev@db.apache.org Message-ID: <1863096896.50795.1321871451914.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1975346544.41924.1320085532606.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (DERBY-5488) Add remaining JDBC 4.1 bits which did not appear in the Java 7 javadoc. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DERBY-5488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen updated DERBY-5488: -------------------------------------- Attachment: fix-jdbc30-test.diff derby-5488-09-aa-jdbcMinorVersion.diff had a typo that made DatabaseMetaDataTest fail on Java 5 (http://dbtg.foundry.sun.com/derby/test/Daily/jvm1.5/testing/Limited/testSummary-1204020.html). The attached patch (fix-jdbc30-test.diff) corrects the typo and makes DatabaseMetaDataTest pass with Java 5, 6 and 7 in my environment. Committed revision 1204432. > Add remaining JDBC 4.1 bits which did not appear in the Java 7 javadoc. > ----------------------------------------------------------------------- > > Key: DERBY-5488 > URL: https://issues.apache.org/jira/browse/DERBY-5488 > Project: Derby > Issue Type: Improvement > Components: JDBC, SQL > Affects Versions: 10.9.0.0 > Reporter: Rick Hillegas > Assignee: Rick Hillegas > Attachments: JDBC_4.1_Supplement.html, derby-5488-01-aa-objectMappingAndConversion.diff, derby-5488-02-aa-fixBigInteger.diff, derby-5488-03-ac-moveDecimalSetterGetterAndTest.diff, derby-5488-04-aa-fixBigIntegerDecimal.diff, derby-5488-05-ad-limitOffset.diff, derby-5488-06-aa-limitOffsetTests.diff, derby-5488-07-aa-booleanObjects.diff, derby-5488-08-aa-extraLimitOffsetTest.diff, derby-5488-09-aa-jdbcMinorVersion.diff, derby-5488-10-aa-metadataTypo.diff, fix-jdbc30-test.diff, z.java > > > In addition to the JDBC 4.1 bits which were visible in the Java 7 javadoc, a couple other items appear in the JDBC 4.1 Maintenance Review spec. This spec has been published on the JCP website at http://download.oracle.com/otndocs/jcp/jdbc-4_1-mrel-eval-spec/index.html. I will attach a functional spec for the remaining bits. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira