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