Hi Michael Bayer, Is there any way to dynamically change Transaction Isolation Level ??
I want to do it only for a particular operation. So I can't set it at "Engine" or "Connection" Level, right ?? I am using turbogears + Sqlalchemy with default isolation_level. What is the default isolation_level ?? ================= Also tried DBSession.expire_all() and DBSession.expunge_all(), but not getting Updated row in waiting transaction. http://docs.sqlalchemy.org/en/rel_0_8/orm/session.html#sqlalchemy.orm.session.Session.expire_all http://docs.sqlalchemy.org/en/rel_0_8/orm/session.html#sqlalchemy.orm.session.Session.expunge_all Thanks, -- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sqlalchemy?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
