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

Log in
Name

Password

 
 
FrontPage » RelationalStorage » BrewingIdeas » UndoMethod »

GetCurrentOids

def GetCurrentOids(t_id):
return the results of the following sql:
SELECT z_oid
FROM zodb_data
WHERE z_serial = ?
AND z_status = "c"