[SQLObject] Obj.destroySelf() and Obj.sync()
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Andrew B. <and...@pu...> - 2004-10-20 16:24:19
|
Hi, Is it intentional that doing: Obj.destroySelf() Obj.sync() will raise an error? More generally, what operations on an SQLObject are valid after destroySelf has been called on it? The current comment of "Kills this object. Kills it dead!" doesn't tell me very much :) -Andrew. |