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

Log in
Name

Password

 
 

History for TransactionIsNotUndoable

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