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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]