Return-Path: Delivered-To: apmail-db-torque-dev-archive@www.apache.org Received: (qmail 318 invoked from network); 22 Oct 2004 10:17:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 22 Oct 2004 10:17:38 -0000 Received: (qmail 15087 invoked by uid 500); 22 Oct 2004 10:17:36 -0000 Delivered-To: apmail-db-torque-dev-archive@db.apache.org Received: (qmail 15034 invoked by uid 500); 22 Oct 2004 10:17:35 -0000 Mailing-List: contact torque-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: 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 15018 invoked by uid 500); 22 Oct 2004 10:17:35 -0000 Received: (qmail 15013 invoked by uid 99); 22 Oct 2004 10:17:35 -0000 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Fri, 22 Oct 2004 03:17:34 -0700 Received: (qmail 287 invoked by uid 1332); 22 Oct 2004 10:17:33 -0000 Date: 22 Oct 2004 10:17:33 -0000 Message-ID: <20041022101733.286.qmail@minotaur.apache.org> From: henning@apache.org To: db-torque-cvs@apache.org Subject: cvs commit: db-torque/xdocs changes.xml X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N henning 2004/10/22 03:17:33 Modified: src/java/org/apache/torque/util Tag: TORQUE_3_1_BRANCH LimitHelper.java xdocs Tag: TORQUE_3_1_BRANCH changes.xml Log: Typo. pre should be post. Fixes TRQS239. Revision Changes Path No revision No revision 1.1.2.2 +3 -3 db-torque/src/java/org/apache/torque/util/Attic/LimitHelper.java Index: LimitHelper.java =================================================================== RCS file: /home/cvs/db-torque/src/java/org/apache/torque/util/Attic/LimitHelper.java,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -r1.1.2.1 -r1.1.2.2 --- LimitHelper.java 26 Aug 2004 17:01:25 -0000 1.1.2.1 +++ LimitHelper.java 22 Oct 2004 10:17:33 -0000 1.1.2.2 @@ -190,7 +190,7 @@ } query.setPreLimit(preLimit.toString()); - query.setPostLimit(preLimit.toString()); + query.setPostLimit(postLimit.toString()); query.setLimit(null); } @@ -240,7 +240,7 @@ } query.setPreLimit(preLimit.toString()); - query.setPostLimit(preLimit.toString()); + query.setPostLimit(postLimit.toString()); query.setLimit(null); } } No revision No revision 1.140.2.15 +4 -0 db-torque/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/db-torque/xdocs/changes.xml,v retrieving revision 1.140.2.14 retrieving revision 1.140.2.15 diff -u -r1.140.2.14 -r1.140.2.15 --- changes.xml 20 Oct 2004 23:05:31 -0000 1.140.2.14 +++ changes.xml 22 Oct 2004 10:17:33 -0000 1.140.2.15 @@ -63,6 +63,10 @@ Make org.apache.torque.util.SqlEnum public visible. The C'tor is still private, so this should be no problem. + + Fix a typo in the reworked Limit / Offset Code for Oracle and DB2. + Confused pre and post. + --------------------------------------------------------------------- To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org For additional commands, e-mail: torque-dev-help@db.apache.org