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

Log in
Name

Password

 
 
FrontPage » RelationalStorage » BrewingIdeas » UndoMethod »

TransactionExists

def TransactionExists(self, serial):
return the result of this sql:
SELECT z_serial
FROM zodb_trans
WHERE z_serial = ?