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

Log in
Name

Password

 
 

History for TransactionExists

??changed:
-
<pre>
def TransactionExists(self, serial):
return the result of this sql:
SELECT z_serial
FROM zodb_trans
WHERE z_serial = ?
</pre>