this example is confusing the Table object with a mapped class.

selecting off a table with the FOR UPDATE clause added looks like:

result = table.select(localTowns.c.id==itemid, for_update=True)

"lockmode" is an ORM-level concept when youre dealing with mapped
classes.


--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to