Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 2600 invoked from network); 3 Jul 2007 16:59:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Jul 2007 16:59:33 -0000 Received: (qmail 59256 invoked by uid 500); 3 Jul 2007 16:59:31 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 59221 invoked by uid 500); 3 Jul 2007 16:59:31 -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 59208 invoked by uid 99); 3 Jul 2007 16:59:31 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Jul 2007 09:59:31 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED 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, 03 Jul 2007 09:59:27 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4BDCD7141EE for ; Tue, 3 Jul 2007 09:59:07 -0700 (PDT) Message-ID: <20794017.1183481947305.JavaMail.jira@brutus> Date: Tue, 3 Jul 2007 09:59:07 -0700 (PDT) From: "Mamta A. Satoor (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Resolved: (DERBY-2765) Make sure that all the DTDs for character string types have correct collation assigned to them. In-Reply-To: <23379430.1181066006361.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-2765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mamta A. Satoor resolved DERBY-2765. ------------------------------------ Resolution: Fixed Fix Version/s: 10.4.0.0 10.3.1.1 Commited a fix into main (revision 552908) and 10.3.1.1 codeline(552910) for the bug found by Dan in the Cast node. The commit comments were as follows DERBY-2765 Dan found that Cast Node was using the collation of current schema rather than the compilation schema. This commit fixes that problem. > Make sure that all the DTDs for character string types have correct collation assigned to them. > ----------------------------------------------------------------------------------------------- > > Key: DERBY-2765 > URL: https://issues.apache.org/jira/browse/DERBY-2765 > Project: Derby > Issue Type: Sub-task > Components: SQL > Affects Versions: 10.3.0.0 > Reporter: Mamta A. Satoor > Assignee: Mamta A. Satoor > Fix For: 10.3.1.1, 10.4.0.0 > > > All the data types in Derby have a DTD associated with them. Starting Derby 10.3, DTDs for character string types will have collation type and derivation associated with them. The numbered list in Section Collation Determination on the wiki page http://wiki.apache.org/db-derby/BuiltInLanguageBasedOrderingDERBY-1478 list rules for the collation setting. But just to be sure that we have not missed anything, we should go through the Derby code and look for character string DTD creation and see if the collation is set correctly. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.