dabo Commit
Revision 4560
Date: 2008-10-12 06:05:15 -0700 (Sun, 12 Oct 2008)
Author: Ed
Trac: http://svn.dabodev.com/trac/dabo/changeset/4560
Changed:
U trunk/dabo/db/dCursorMixin.py
Log:
This fixes a problem Paul found with the new record flag not being cleared in
some cases.
Diff:
Modified: trunk/dabo/db/dCursorMixin.py
===================================================================
--- trunk/dabo/db/dCursorMixin.py 2008-10-10 22:21:01 UTC (rev 4559)
+++ trunk/dabo/db/dCursorMixin.py 2008-10-12 13:05:15 UTC (rev 4560)
@@ -1366,6 +1366,8 @@
except KeyError:
# didn't exist
pass
+ # Remove the temp key field column, if still present.
+ rec.pop(kons.CURSOR_TMPKEY_FIELD, None)
def getDataDiff(self, allRows=False):
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]