It seems transaction based SQLAlchemy session is defined by the
ZopeTransactionExtension --

    DBSession =
scoped_session(sessionmaker(extension=ZopeTransactionExtension()))

This is causing problem with my long-running/large-volume paster
command, which are not suitable for transactions. But I couldn't get
the DBSession redefined no matter how I fiddle with the paster command
source. Is there a way to temporarily turn off transaction in a
Pyramid project?

Thanks in advance!

Jerry

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

Reply via email to