Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 73411 invoked from network); 6 Feb 2007 17:46:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Feb 2007 17:46:27 -0000 Received: (qmail 68724 invoked by uid 500); 6 Feb 2007 17:46:33 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 68698 invoked by uid 500); 6 Feb 2007 17:46:33 -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 68689 invoked by uid 99); 6 Feb 2007 17:46:33 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Feb 2007 09:46:33 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Feb 2007 09:46:25 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 848E87142A6 for ; Tue, 6 Feb 2007 09:46:05 -0800 (PST) Message-ID: <23062644.1170783965525.JavaMail.jira@brutus> Date: Tue, 6 Feb 2007 09:46:05 -0800 (PST) From: "Saurabh Vyas (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-2258) DatabaseMetaData.getTypeInfo() does not list supported Derby SQL types correctly. In-Reply-To: <10217785.1169231190294.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-2258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Saurabh Vyas updated DERBY-2258: -------------------------------- Attachment: Derby-2258_v4.diff Modified the assert case for XML data type in DatabaseMetaDataTest.java for precision check. > DatabaseMetaData.getTypeInfo() does not list supported Derby SQL types correctly. > --------------------------------------------------------------------------------- > > Key: DERBY-2258 > URL: https://issues.apache.org/jira/browse/DERBY-2258 > Project: Derby > Issue Type: Bug > Components: JDBC, Network Client > Affects Versions: 10.1.1.0, 10.1.2.1, 10.1.3.1, 10.2.1.6, 10.2.2.0, 10.3.0.0 > Reporter: Daniel John Debrunner > Assigned To: Saurabh Vyas > Priority: Minor > Attachments: Derby-2258.diff, Derby-2258.stat, Derby-2258_v2.diff, Derby-2258_v3.diff, Derby-2258_v3.stat, Derby-2258_v4.diff > > > These types are returned but not supported by Derby. > LONG NVARCHAR > NATIONAL CHAR > NATIONAL CHAR VARYING > The XML type is supported by Derby but not returned. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.