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

Log in
Name

Password

 
 
FrontPage » RelationalStorage » BrewingIdeas » StoreMethod »

SetStatus

def SetStatus(self, oid, serial, status):
do this sql: 
UPDATE zodb_data
SET z_status = ?
WHERE z_oid = ?
AND z_serial = ?