Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 58159 invoked from network); 13 Mar 2006 14:08:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Mar 2006 14:08:08 -0000 Received: (qmail 9112 invoked by uid 500); 13 Mar 2006 14:08:04 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 8774 invoked by uid 500); 13 Mar 2006 14:08:03 -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 8763 invoked by uid 99); 13 Mar 2006 14:08:02 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Mar 2006 06:08:02 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Mar 2006 06:08:01 -0800 Received: from ajax (localhost.localdomain [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 52B90D4A02 for ; Mon, 13 Mar 2006 14:07:40 +0000 (GMT) Message-ID: <2018013317.1142258860330.JavaMail.jira@ajax> Date: Mon, 13 Mar 2006 14:07:40 +0000 (GMT) From: "Dyre Tjeldvoll (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (DERBY-970) Add new metadata methods to network client driver In-Reply-To: <461963406.1139866482483.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-970?page=comments#action_12370184 ] Dyre Tjeldvoll commented on DERBY-970: -------------------------------------- So is the consensus NOT to change any queries in metadata.properties, then? And add new versions of those queries that need to change for JDBC 4.0? I need new queries for getProcedures (1093) and getProcedureColumns (1094). If I am going to change the existing queries I need to create new masters for metadata.java and odbc_metadata.java. But with new queries I need to discard changes to those masters, and just update the jdbc4 master. > Add new metadata methods to network client driver > ------------------------------------------------- > > Key: DERBY-970 > URL: http://issues.apache.org/jira/browse/DERBY-970 > Project: Derby > Type: Sub-task > Reporter: David Van Couvering > Assignee: Knut Anders Hatlen > Attachments: derby-970-part1-v1.diff, derby-970-part1-v1.stat, derby-970-part2-v1.diff, derby-970-part2-v1.stat > > Implement new JDBC 4.0 DatabaseMetaData methods in the client driver: > - supportsStoredFunctionsUsingCallSyntax() > - autoCommitFailureClosesAllResultSets() > - getClientInfoProperties() > - providesQueryObjectGenerator() > - getSchemas() > - getRowIdLifetime() -- 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