Update of /cvsroot/webware/Webware/MiddleKit/Docs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4504
Modified Files:
RelNotes-X.Y.html TODO-MiddleKit.text
Log Message:
Update docs for automatic removal of deleted objects from list attributes.
Index: RelNotes-X.Y.html
===================================================================
RCS file: /cvsroot/webware/Webware/MiddleKit/Docs/RelNotes-X.Y.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** RelNotes-X.Y.html 9 Mar 2004 19:26:21 -0000 1.11
--- RelNotes-X.Y.html 9 Mar 2004 21:09:32 -0000 1.12
***************
*** 85,88 ****
--- 85,91 ----
<li><b>Dump.py</b> is documented.
+
+ <li>When you delete an object, it is automatically removed from any list
+ attributes in other objects.
</ul>
Index: TODO-MiddleKit.text
===================================================================
RCS file: /cvsroot/webware/Webware/MiddleKit/Docs/TODO-MiddleKit.text,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -d -r1.35 -r1.36
*** TODO-MiddleKit.text 9 Mar 2004 05:23:52 -0000 1.35
--- TODO-MiddleKit.text 9 Mar 2004 21:09:32 -0000 1.36
***************
*** 87,92 ****
[ ] MySQL: Can refer to classId column as literally '_rowid'. (@@ 2004-03-05 ce: what does that mean?
- [ ] deleting: If you delete an object that is in some other object's list which is also in memory at the time, the list in question is not updated.
-
[ ] A subtle issue with deleting objects requires a saveChanges() repeated times. I inquired with Geoff T who wrote:
--- 87,90 ----
|