From derby-dev-return-66705-apmail-db-derby-dev-archive=db.apache.org@db.apache.org Sat Mar 07 04:29:20 2009 Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 16300 invoked from network); 7 Mar 2009 04:29:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Mar 2009 04:29:20 -0000 Received: (qmail 62474 invoked by uid 500); 7 Mar 2009 04:29:19 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 62447 invoked by uid 500); 7 Mar 2009 04:29:19 -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 62437 invoked by uid 99); 7 Mar 2009 04:29:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Mar 2009 20:29:19 -0800 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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Mar 2009 04:29:17 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7DA10234C4AF for ; Fri, 6 Mar 2009 20:28:56 -0800 (PST) Message-ID: <1655813547.1236400136513.JavaMail.jira@brutus> Date: Fri, 6 Mar 2009 20:28:56 -0800 (PST) From: "Dag H. Wanvik (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (DERBY-4071) AssertFailure when selecting rows from a table with CHARACTER and VARCHAR columns In-Reply-To: <1454652923.1235578265805.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-4071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12679826#action_12679826 ] Dag H. Wanvik commented on DERBY-4071: -------------------------------------- Link to relevant comment on DERBY-3880: https://issues.apache.org/jira/browse/DERBY-3880?focusedCommentId=12639647#action_12639647 > AssertFailure when selecting rows from a table with CHARACTER and VARCHAR columns > --------------------------------------------------------------------------------- > > Key: DERBY-4071 > URL: https://issues.apache.org/jira/browse/DERBY-4071 > Project: Derby > Issue Type: Bug > Components: SQL > Affects Versions: 10.4.2.0 > Reporter: Aaron Digulla > Attachments: DerbyTest.java, trialPatch.diff > > > When running a complex query on this table: > [code] > Create table DEMO.TEST ( > CHR CHARACTER(26) , > VCHR VARCHAR(25) ) > [code] > then I get this exception: > AssertFailure: ASSERT FAILED col1.getClass() (class ...SQLChar) expected to be the same as col2.getClass() (class ....SQLVarchar)' was thrown while evaluating an expression. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.