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 E5078ECF0 for ; Thu, 7 Feb 2013 13:37:14 +0000 (UTC) Received: (qmail 7039 invoked by uid 500); 7 Feb 2013 13:37:14 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 6834 invoked by uid 500); 7 Feb 2013 13:37:14 -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 6770 invoked by uid 99); 7 Feb 2013 13:37:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Feb 2013 13:37:13 +0000 Date: Thu, 7 Feb 2013 13:37:13 +0000 (UTC) From: "Rick Hillegas (JIRA)" To: derby-dev@db.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (DERBY-6000) Implement support for JDBC 4.2 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-6000?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13573481#comment-13573481 ] Rick Hillegas commented on DERBY-6000: -------------------------------------- Thanks for looking at that patch, Knut. I was working from the specdiffs, which give the method name as getMaxLogicalLOBSize(). I've tripped across some other cases where names in the specdiffs don't agree with what's in the actual Open JDK 8 classes. I'll correct this one. I'll ask Lance if he has any advice about what this method should return on Derby. Seems to me there are at least 2 theories about this: o 4294967294 - The maximum number of bytes which an in-memory CLOB can consume. This is misleading for people interested in the maximum number of bytes which can be stored in the database. o 2147483647 - The maximum number of bytes in a LOB stored in the database. This is misleading for people who are interested in the memory representation. Thanks, -Rick > Implement support for JDBC 4.2 > ------------------------------ > > Key: DERBY-6000 > URL: https://issues.apache.org/jira/browse/DERBY-6000 > Project: Derby > Issue Type: Improvement > Components: JDBC > Reporter: Rick Hillegas > Attachments: derby-6000-01-aa-executeLargeUpdateEmbedded.diff, derby-6000-02-ad-executeLargeUpdateClient.diff, derby-6000-03-aa-executeLargeBatch.diff, derby-6000-04-aa-setLargeMaxRows.diff, derby-6000-05-aa-executeLargeUpdatePS.diff, derby-6000-06-aa-DatabaseMetaData.diff, derby-6000-07-ab-batchUpdateException.diff, derby-6000-08-aa-batchUpdateExceptionConstructor.diff, JDBC_4.2_Changes.html > > > Open JDK 8 will include maintenance rev 4.2 of JDBC. The public discussion of JDBC 4.2 will take place here: http://openjdk.java.net/jeps/170. We will want to build Derby support for JDBC 4.2 after a public spec appears. At this time, it is unclear what Derby release will carry this support. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira