Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 94669 invoked from network); 22 Apr 2006 16:18:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Apr 2006 16:18:14 -0000 Received: (qmail 66111 invoked by uid 500); 22 Apr 2006 16:18:13 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 66075 invoked by uid 500); 22 Apr 2006 16:18: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 66065 invoked by uid 99); 22 Apr 2006 16:18:12 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 22 Apr 2006 09:18:12 -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; Sat, 22 Apr 2006 09:18:12 -0700 Received: from brutus (localhost.localdomain [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id BE6287142BD for ; Sat, 22 Apr 2006 16:17:06 +0000 (GMT) Message-ID: <16412781.1145722626777.JavaMail.jira@brutus> Date: Sat, 22 Apr 2006 16:17:06 +0000 (GMT+00:00) From: "Dyre Tjeldvoll (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-1094) Make DatabaseMetaData.getProcedureColumns() JDBC4 compliant In-Reply-To: <1164052302.1141917342561.JavaMail.jira@ajax> 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-1094?page=all ] Dyre Tjeldvoll updated DERBY-1094: ---------------------------------- Attachment: derby-1094.v1.diff derby-1094.v1.stat derbyall_report.v1.txt Attaching a patch (v1) that is based on the generated ODBC query that has all the new columns. Passes derbyall, jdbc4, metadata.java (in various frameworks and java versions) and the Upgrade test (1.5 and 1.6). Please review. Thanks. > Make DatabaseMetaData.getProcedureColumns() JDBC4 compliant > ----------------------------------------------------------- > > Key: DERBY-1094 > URL: http://issues.apache.org/jira/browse/DERBY-1094 > Project: Derby > Type: Sub-task > Components: JDBC > Versions: 10.2.0.0 > Reporter: Dyre Tjeldvoll > Assignee: Dyre Tjeldvoll > Fix For: 10.2.0.0 > Attachments: derby-1094.preliminary.diff, derby-1094.v1.diff, derby-1094.v1.stat, derbyall_report.v1.txt > > The result set returned by getProcedureColumns() must be extended with 7 additional columns in JDBC 4.0; COLUMN_DEF, SQL_DATA_TYPE, SQL_DATETIME_SUB, CHAR_OCTET_LENGTH, ORDINAL_POSITION, IS_NULLABLE and SPECIFIC_NAME. The returned result set should be ordered by PROCEDURE_SCHEMA, PROCEDURE_NAME and SPECIFIC_NAME -- 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