Return-Path: Delivered-To: apmail-db-torque-dev-archive@www.apache.org Received: (qmail 86334 invoked from network); 1 May 2007 11:27:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 May 2007 11:27:36 -0000 Received: (qmail 81372 invoked by uid 500); 1 May 2007 11:27:42 -0000 Delivered-To: apmail-db-torque-dev-archive@db.apache.org Received: (qmail 81358 invoked by uid 500); 1 May 2007 11:27:42 -0000 Mailing-List: contact torque-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Apache Torque Developers List" Reply-To: "Apache Torque Developers List" Delivered-To: mailing list torque-dev@db.apache.org Received: (qmail 81347 invoked by uid 99); 1 May 2007 11:27:42 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 May 2007 04:27:42 -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, 01 May 2007 04:27:35 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6B423714058 for ; Tue, 1 May 2007 04:27:15 -0700 (PDT) Message-ID: <19373225.1178018835437.JavaMail.jira@brutus> Date: Tue, 1 May 2007 04:27:15 -0700 (PDT) From: "Thomas Vandahl (JIRA)" To: torque-dev@db.apache.org Subject: [jira] Resolved: (TORQUE-92) LargeSelect is missing the correctBooleans() call. BasePeer.correctBooleans() must handle defaultTableMap==null In-Reply-To: <15481063.1178016075516.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/TORQUE-92?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Vandahl resolved TORQUE-92. ---------------------------------- Resolution: Fixed Added the call to BasePeer.correctBooleans() to LargeSelect. Fixed the handling of unqualified column names in BasePeer.correctBooleans(), Gracefully handle the case of a defaultTableMap==null, Added testCases to verify the behaviour. > LargeSelect is missing the correctBooleans() call. BasePeer.correctBooleans() must handle defaultTableMap==null > --------------------------------------------------------------------------------------------------------------- > > Key: TORQUE-92 > URL: https://issues.apache.org/jira/browse/TORQUE-92 > Project: Torque > Issue Type: Bug > Components: Runtime > Affects Versions: 3.3-RC2 > Environment: PostgreSQL > Reporter: Thomas Vandahl > Assigned To: Thomas Vandahl > Fix For: 3.3-RC3 > > > When using LargeSelect with PostgreSQL, the handling of boolean values in the Criteria fails for BOOLEANINT and BOOLEANCHAR values because the call to correctBooleans() is missing. > To use this, the call of BasePeer.correctBooleans(criteria, tableMap) must gracefully handle the case of tablemap == null, because we don't have access to a decent tableMap. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org For additional commands, e-mail: torque-dev-help@db.apache.org