Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 62946 invoked from network); 11 Jun 2007 04:45:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Jun 2007 04:45:47 -0000 Received: (qmail 56019 invoked by uid 500); 11 Jun 2007 04:45:50 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 55976 invoked by uid 500); 11 Jun 2007 04:45:50 -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 55967 invoked by uid 99); 11 Jun 2007 04:45:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 Jun 2007 21:45:50 -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; Sun, 10 Jun 2007 21:45:46 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2650C7141F9 for ; Sun, 10 Jun 2007 21:45:26 -0700 (PDT) Message-ID: <32875651.1181537126154.JavaMail.jira@brutus> Date: Sun, 10 Jun 2007 21:45:26 -0700 (PDT) From: "Mamta A. Satoor (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (DERBY-2777) Parameters should take their collation from the context in which they are getting used rather than the current compilation schema In-Reply-To: <9804682.1181241205852.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-2777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12503273 ] Mamta A. Satoor commented on DERBY-2777: ---------------------------------------- Checkin 546002 with following comments DERBY-2777 SetOperatorNode was using current compilation schema's collation if there is a parameter involved. Instead, let the parameter pick up it's collation from it's context. > Parameters should take their collation from the context in which they are getting used rather than the current compilation schema > --------------------------------------------------------------------------------------------------------------------------------- > > Key: DERBY-2777 > URL: https://issues.apache.org/jira/browse/DERBY-2777 > Project: Derby > Issue Type: Bug > Components: SQL > Affects Versions: 10.3.0.0 > Reporter: Mamta A. Satoor > Assignee: Mamta A. Satoor > > With revision 542646, changes were made so that parameters will take their collation from current compilation schema. But based on the following thread http://www.nabble.com/Collation-and-parameter-markers-(-)-tf3866040.html , using the collation from the context would be the correct thing to do for the parameters. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.