Return-Path: Delivered-To: apmail-db-torque-dev-archive@www.apache.org Received: (qmail 72854 invoked from network); 1 May 2007 10:41:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 May 2007 10:41:37 -0000 Received: (qmail 16324 invoked by uid 500); 1 May 2007 10:41:44 -0000 Delivered-To: apmail-db-torque-dev-archive@db.apache.org Received: (qmail 16228 invoked by uid 500); 1 May 2007 10:41:43 -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 16058 invoked by uid 99); 1 May 2007 10:41: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 03:41: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 03:41:35 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7E9A3714058 for ; Tue, 1 May 2007 03:41:15 -0700 (PDT) Message-ID: <15481063.1178016075516.JavaMail.jira@brutus> Date: Tue, 1 May 2007 03:41:15 -0700 (PDT) From: "Thomas Vandahl (JIRA)" To: torque-dev@db.apache.org Subject: [jira] Created: (TORQUE-92) LargeSelect is missing the correctBooleans() call. BasePeer.correctBooleans() must handle defaultTableMap==null MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 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