Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 90745 invoked from network); 16 Jun 2010 13:38:49 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 16 Jun 2010 13:38:49 -0000 Received: (qmail 51323 invoked by uid 500); 16 Jun 2010 13:38:49 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 51271 invoked by uid 500); 16 Jun 2010 13:38:48 -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 51258 invoked by uid 99); 16 Jun 2010 13:38:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Jun 2010 13:38:47 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Jun 2010 13:38:45 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5GDcOgv024197 for ; Wed, 16 Jun 2010 13:38:24 GMT Message-ID: <22761316.29511276695504360.JavaMail.jira@thor> Date: Wed, 16 Jun 2010 09:38:24 -0400 (EDT) From: "Knut Anders Hatlen (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-462) DatabaseMetaData method supportsConvert() returns true In-Reply-To: <798906081.1121385852717.JavaMail.jira@ajax.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen updated DERBY-462: ------------------------------------- Attachment: d462.diff The attached patch makes supportsConvert() return false and updates DatabaseMetaDataTest to expect false. Running the regression test suites now. > DatabaseMetaData method supportsConvert() returns true > ------------------------------------------------------ > > Key: DERBY-462 > URL: https://issues.apache.org/jira/browse/DERBY-462 > Project: Derby > Issue Type: Bug > Components: JDBC > Affects Versions: 10.1.2.1, 10.2.1.6 > Reporter: Dag H. Wanvik > Assignee: Knut Anders Hatlen > Priority: Minor > Attachments: d462.diff, foo.java > > > but we don't support the scalar escape function CONVERT yet. > I get the same result from both the embedded and client driver. > See JDBC 3.0 specification, appendix C.5 for a description of CONVERT and > http://java.sun.com/j2se/1.4.2/docs/api/java/sql/DatabaseMetaData.html#supportsConvert(). > Until we do, we sould return false from supportsConvert(). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.