Author: tv
Date: Tue Jul 18 12:23:11 2006
New Revision: 423217
URL: http://svn.apache.org/viewvc?rev=423217&view=rev
Log:
Document changes
Modified:
db/torque/site/trunk/xdocs/changes.xml
Modified: db/torque/site/trunk/xdocs/changes.xml
URL:
http://svn.apache.org/viewvc/db/torque/site/trunk/xdocs/changes.xml?rev=423217&r1=423216&r2=423217&view=diff
==============================================================================
--- db/torque/site/trunk/xdocs/changes.xml (original)
+++ db/torque/site/trunk/xdocs/changes.xml Tue Jul 18 12:23:11 2006
@@ -29,6 +29,24 @@
<release version="3.2.1-dev" date="in SVN">
+ <action type="fix" dev="tv" issue="TORQUE-20" due-to="Greg Monroe">
+ Fixed MS-SQL failure in LargeSelect.
+ </action>
+ <action type="fix" dev="tv" issue="TORQUE-43" due-to="Thoralf Rickert">
+ Fixed several methods not using JavaName in Peer.vm. Thanks to
+ Thoralf Rickert for the patch.
+ </action>
+ <action type="fix" dev="tv" issue="TORQUE-42" due-to="Federico Fissore">
+ Fixed Criteria.andDate() methods to call getTime() like the addDate
+ methods do. Added a test case to check this. Thanks to Federico Fissore
+ for the Criteria patch.
+ </action>
+ <action type="update" dev="tv">
+ Made DB an interface and changed all database adapters to extend
+ AbstractDBAdapter. Moved generateLimits methods to the adapters and
+ deprecated getLimitStyle and associated constants because this
+ should be handled transparently for the user.
+ </action>
<action type="fix" dev="tfischer" issue="TORQUE-41" due-to="Thoralf
Rickert">
Caught SQL exception when foreign keys for a table or view
cannot be retrieved in the jdbc ant task in the generator.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]