You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by tf...@apache.org on 2006/02/04 15:25:15 UTC

svn commit: r374871 - /db/torque/site/xdocs/changes.xml

Author: tfischer
Date: Sat Feb  4 06:25:11 2006
New Revision: 374871

URL: http://svn.apache.org/viewcvs?rev=374871&view=rev
Log:
Added changelog for last two changes

Modified:
    db/torque/site/xdocs/changes.xml

Modified: db/torque/site/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/db/torque/site/xdocs/changes.xml?rev=374871&r1=374870&r2=374871&view=diff
==============================================================================
--- db/torque/site/xdocs/changes.xml (original)
+++ db/torque/site/xdocs/changes.xml Sat Feb  4 06:25:11 2006
@@ -27,6 +27,24 @@
   <body>
 
   <release version="3.2.1-dev" date="in SVN">
+  
+    <action type="fix" dev="tfischer">
+	  Changed behaviour for a limit of zero: (criteria.setLimit(0))
+      <ul>
+        <li>
+          If the db supports native limit, 
+          a limit of zero returns zero datasets.
+        </li>
+        <li>
+          if the db does not support native limit, a limit of zero 
+          causes a TorqueException (thanks to village :-()
+        </li>
+      </ul>
+      The former behaviour was: A limit of zero returns all datasets.
+    </action>
+    <action type="fix" dev="tfischer">
+      Fixed case-insensitive order by for hsqldb.
+    </action>
     <action type="add" dev="tfischer">
       Added the table descriptions from the schema.xml
       to the comments of the generated classes.



---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org