You are not logged in Log in Join
You are here: Home » Members » jim » ZODB » TransactionIsNotUndoable

Log in
Name

Password

 
 
FrontPage » RelationalStorage » BrewingIdeas » UndoMethod »

TransactionIsNotUndoable

def TransactionIsNotUndoable(self, t_id):
do this sql and return results:
SELECT COUNT(*)
FROM zodb_data
WHERE z_serial = ?
AND z_status != "c"