From torque-dev-return-7793-apmail-db-torque-dev-archive=db.apache.org@db.apache.org Sat Mar 24 15:56:54 2007 Return-Path: Delivered-To: apmail-db-torque-dev-archive@www.apache.org Received: (qmail 63807 invoked from network); 24 Mar 2007 15:56:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Mar 2007 15:56:53 -0000 Received: (qmail 91411 invoked by uid 500); 24 Mar 2007 15:57:01 -0000 Delivered-To: apmail-db-torque-dev-archive@db.apache.org Received: (qmail 91390 invoked by uid 500); 24 Mar 2007 15:57:00 -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 91375 invoked by uid 99); 24 Mar 2007 15:57:00 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 Mar 2007 08:57:00 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= 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; Sat, 24 Mar 2007 08:56:52 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4B4B6714040 for ; Sat, 24 Mar 2007 08:56:32 -0700 (PDT) Message-ID: <10887104.1174751792305.JavaMail.jira@brutus> Date: Sat, 24 Mar 2007 08:56:32 -0700 (PDT) From: "Thomas Fischer (JIRA)" To: torque-dev@db.apache.org Subject: [jira] Created: (TORQUE-87) incorrect select query is created if offset is set but limit is not set in mysql and postgresql MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org incorrect select query is created if offset is set but limit is not set in mysql and postgresql ----------------------------------------------------------------------------------------------- Key: TORQUE-87 URL: https://issues.apache.org/jira/browse/TORQUE-87 Project: Torque Issue Type: Bug Environment: mysql or postgresql Reporter: Thomas Fischer Assigned To: Thomas Fischer Priority: Minor Fix For: 3.3-RC2 In both cases, the limit is set to -1 in the created sql, which leads to wrong results -- 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