Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 31668 invoked from network); 14 Mar 2006 15:08:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Mar 2006 15:08:21 -0000 Received: (qmail 48195 invoked by uid 500); 14 Mar 2006 15:08:12 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 48076 invoked by uid 500); 14 Mar 2006 15:08:11 -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 48028 invoked by uid 99); 14 Mar 2006 15:08:11 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Mar 2006 07:08:11 -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; Tue, 14 Mar 2006 07:08:10 -0800 Received: from ajax (localhost.localdomain [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 937456ACB2 for ; Tue, 14 Mar 2006 15:07:49 +0000 (GMT) Message-ID: <1176370175.1142348869601.JavaMail.jira@ajax> Date: Tue, 14 Mar 2006 15:07:49 +0000 (GMT) From: "Kathey Marsden (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_12370361 ] Kathey Marsden commented on DERBY-970: -------------------------------------- Dyre said I said >Kathey: Don't touch anything in metadata.properties! I don't think I said that. What I was trying to say was: 1) Don't break anything that works now when you change metadata.properties. 2) Make sure upgrade/softupgrade and downgrade are tested when you change metdata.properties 3) Keep metadata.properties on the server. 4) Be careful in there. DERBY-1107 creates a mine field which in the past has created bugs which were impossible to fix without solution of the time travel problem. As for implementation: I think adding additional columns to existing queries is fine and perhaps preferable where possible because it avoids duplication of queries and should not impact existing applications. I think changing the results returned for existing columns is probably *not* OK. I think adding new queries is fine too if needed. > 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