[cvs] expresso/expresso-web/expresso/doc ChangeLog.xml

JCorporate Ltd jcorp at jcorp2.servlets.net
Mon Jun 7 11:03:05 PDT 2004


Update of /home/javacorp/.cvs/expresso/expresso/expresso-web/expresso/doc
In directory jcorp2.servlets.net:/tmp/cvs-serv11179/expresso-web/expresso/doc

Modified Files:
	ChangeLog.xml 
Log Message:
DBObject.deleteAll failed with customWhereClause


Index: ChangeLog.xml
===================================================================
RCS file: /home/javacorp/.cvs/expresso/expresso/expresso-web/expresso/doc/ChangeLog.xml,v
retrieving revision 1.223
retrieving revision 1.224
diff -C2 -d -r1.223 -r1.224
*** ChangeLog.xml	2 Jun 2004 19:39:46 -0000	1.223
--- ChangeLog.xml	7 Jun 2004 18:03:03 -0000	1.224
***************
*** 6,9 ****
--- 6,15 ----
  		<version name="5.6" releaseDate="Not Yet Released">
  			<comment>Continued Updates</comment>
+             <bug-fix title="DBObject.deleteAll failed with customWhereClause">
+                 <explanation>DBObject.deleteAll failed with customWhereClause because this clause is erased by searchAndRetrieveList().
+                 Reset clause each time through our (memory safe) 100-at-a-time loop. Also, getCustomWhereClause already has 'WHERE' prepended,
+                 so remove this when re-appending.</explanation>
+                 <contributor>Larry Hamel (for Marcus Lindberg)</contributor>
+             </bug-fix>
              <bug-fix title="DefaultAutoElement respects numeric field when user sets field to empty string">
                  <explanation>DefaultAutoElement respects numeric field when user sets field to empty string. it is translated into a null,



More information about the cvs mailing list