Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 82904 invoked from network); 20 Apr 2006 15:35:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Apr 2006 15:35:10 -0000 Received: (qmail 56722 invoked by uid 500); 20 Apr 2006 15:35:09 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 56505 invoked by uid 500); 20 Apr 2006 15:35:09 -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 56492 invoked by uid 99); 20 Apr 2006 15:35:09 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Apr 2006 08:35:08 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Apr 2006 08:35:08 -0700 Received: from brutus (localhost.localdomain [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6646D7142DF for ; Thu, 20 Apr 2006 15:34:06 +0000 (GMT) Message-ID: <30082985.1145547246416.JavaMail.jira@brutus> Date: Thu, 20 Apr 2006 15:34:06 +0000 (GMT+00:00) From: "Rick Hillegas (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (DERBY-946) Miscellaneous DatabaseMetaData methods added by JDBC 4 In-Reply-To: <1130089728.1139607815422.JavaMail.jira@ajax.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/DERBY-946?page=comments#action_12375385 ] Rick Hillegas commented on DERBY-946: ------------------------------------- In addition to the new columns in getProcedures() and getProcedureColumns() (addressed by DERBY-925), this spec change clarifies the behavior of getTypeInfo(), getCrossReference(), and getColumns(). These clarifications do not create extra work for us, for the following reasons: o getTypeIno() - This clarification only affects databases which implement SQL DISTINCT and STRUCT types. Derby does not implement these. o getCrossReference() - Derby implements the specified behavior for foreign key metadata. o getColumns() - Derby implements the correct metadatga behavior for String DEFAULTs. > Miscellaneous DatabaseMetaData methods added by JDBC 4 > ------------------------------------------------------ > > Key: DERBY-946 > URL: http://issues.apache.org/jira/browse/DERBY-946 > Project: Derby > Type: New Feature > Components: JDBC > Reporter: Rick Hillegas > Fix For: 10.2.0.0 > > As described in the JDBC4 spec, sections 7 and 3.1. > This addresses new JDBC4 methods in DatabaseMetaData not addressed by other JIRAs, including: > o autoCommitFailureClosesAllResultSets(). > o supportsStoredFunctionsUsingCallSyntax(). > o new getSchemas() overload -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira