Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 33748 invoked from network); 5 May 2008 14:42:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 May 2008 14:42:25 -0000 Received: (qmail 11669 invoked by uid 500); 5 May 2008 14:42:26 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 11644 invoked by uid 500); 5 May 2008 14:42:26 -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 11633 invoked by uid 99); 5 May 2008 14:42:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 May 2008 07:42:26 -0700 X-ASF-Spam-Status: No, hits=-1999.8 required=10.0 tests=ALL_TRUSTED,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 May 2008 14:41:41 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A328A234C107 for ; Mon, 5 May 2008 07:41:55 -0700 (PDT) Message-ID: <714092716.1209998515667.JavaMail.jira@brutus> Date: Mon, 5 May 2008 07:41:55 -0700 (PDT) From: "Rick Hillegas (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-3662) Derby should support the SQL 2003 explict casting behavior In-Reply-To: <1429950039.1209998155693.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-3662?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Hillegas updated DERBY-3662: --------------------------------- Description: The "CAST function" section of the Derby Reference manual = says that Derby supports the casts which were legal in SQL 92. There are a = number of casts which are legal in SQL 2003 which Derby does not support. T= hese include the casting of exact numerics to varchar and the casting of in= exact numerics to char and varchar. The SQL 2003 rules are defined in part = 2 section 6.12 (). Derby should support the liberal 200= 3 casting behavior. See for instance this user feedback from Bogdan Calmac= : http://www.nabble.com/Concatenating-two-numbers-as-a-string-td17036203.ht= ml#a17036203 (was: The "CAST function" section of the Derby Developer's Gu= ide says that Derby supports the casts which were legal in SQL 92. There ar= e a number of casts which are legal in SQL 2003 which Derby does not suppor= t. These include the casting of exact numerics to varchar and the casting o= f inexact numerics to char and varchar. The SQL 2003 rules are defined in p= art 2 section 6.12 (). Derby should support the liberal= 2003 casting behavior. See for instance this user feedback from Bogdan Ca= lmac: http://www.nabble.com/Concatenating-two-numbers-as-a-string-td1703620= 3.html#a17036203) > Derby should support the SQL 2003 explict casting behavior > ---------------------------------------------------------- > > Key: DERBY-3662 > URL: https://issues.apache.org/jira/browse/DERBY-3662 > Project: Derby > Issue Type: Improvement > Reporter: Rick Hillegas > > The "CAST function" section of the Derby Reference manual says that Derby= supports the casts which were legal in SQL 92. There are a number of casts= which are legal in SQL 2003 which Derby does not support. These include th= e casting of exact numerics to varchar and the casting of inexact numerics = to char and varchar. The SQL 2003 rules are defined in part 2 section 6.12 = (). Derby should support the liberal 2003 casting behav= ior. See for instance this user feedback from Bogdan Calmac: http://www.na= bble.com/Concatenating-two-numbers-as-a-string-td17036203.html#a17036203 --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.