Update of /cvsroot/modeling/ProjectModeling/Modeling
In directory sc8-pr-cvs1:/tmp/cvs-serv24919
Modified Files:
CHANGES
Log Message:
Added CustomObject.snapshot_raw(), support for the future ability to fetch
raw rows (see above)
Added primaryKeys() and foreignKeys() to [Entity]ClassDescription
Index: CHANGES
===================================================================
RCS file: /cvsroot/modeling/ProjectModeling/Modeling/CHANGES,v
retrieving revision 1.123
retrieving revision 1.124
diff -C2 -d -r1.123 -r1.124
*** CHANGES 14 Jul 2003 12:14:16 -0000 1.123
--- CHANGES 16 Jul 2003 18:45:23 -0000 1.124
***************
*** 8,11 ****
--- 8,14 ----
--------------------------------------------------------
+ * Added CustomObject.snapshot_raw(), support for the future ability to fetch
+ raw rows (dictionaries instead of fully initialized objects)
+
* rewrote trace() statements in QualifierParser to avoid the unnecessary
formatting of its arguments when it is not enabled. On my machine this
|