[SQLObject] many destroySelf calls from w/in txn?
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Joel B. <jo...@me...> - 2004-02-23 07:31:39
|
Hi, I've just started playing around with SQLObject and have a question about the use of SQLObject.destroySelf. It doesn't take a connection/transaction as a parameter, so I can't see how to make it do multiple destroySelf's from within a transaction. (i.e. destroy a list of User objects all in the same transaction) Am I missing something, or is this something that needs to be added? --Joel |