[cvs] expresso/expresso-web/expresso/doc ChangeLog.xml
JCorporate Ltd
jcorp at jcorp2.servlets.net
Sat Jul 17 13:00:43 PDT 2004
Update of /home/javacorp/.cvs/expresso/expresso/expresso-web/expresso/doc
In directory jcorp2.servlets.net:/tmp/cvs-serv27432
Modified Files:
ChangeLog.xml
Log Message:
JoinedDataObject changes
Index: ChangeLog.xml
===================================================================
RCS file: /home/javacorp/.cvs/expresso/expresso/expresso-web/expresso/doc/ChangeLog.xml,v
retrieving revision 1.230
retrieving revision 1.231
diff -C2 -d -r1.230 -r1.231
*** ChangeLog.xml 4 Jul 2004 18:30:06 -0000 1.230
--- ChangeLog.xml 17 Jul 2004 20:00:41 -0000 1.231
***************
*** 6,9 ****
--- 6,16 ----
<version name="5.6" releaseDate="Not Yet Released">
<comment>Continued Updates</comment>
+ <new-feature title="Various JoinedDataObject enhancements/fixes">
+ <explanation>You can now specify which fields to retrieve from each dataobject in the join. This list
+ can also include expressions such as SUM(). Added custom WHERE clause facility. Aliases can be used in the custom
+ WHERE clause and these will be translated when the WHERE clause is built. Fixed generation of ON clause
+ when joining tables with a compound key. Provided setConnection() method to facilitate transactioning.</explanation>
+ <contributor>Malcolm Wise</contributor>
+ </new-feature>
<bug-fix title="Multipart request handler infinite loop">
<explanation>If a controller has a session scoped bean and a multipart parameter is submitted and an exception occurs processing the state to which the parameter is submitted, the controller dispatching gets stuck in an infinite loop. The multipart handler needs to be cleared from the session bean in all cases.</explanation>
More information about the cvs
mailing list