[sqlalchemy] Re: Zope scoped session autoflush seems to not function properly

2010-02-13 Thread Kent
Forgive the lack of understanding... still learning the framework: It seems to me that will set the value on the class instead of the instance?? If this is on a webserver with multiple connections, will that affect any other connections for the period that it is set to false? On Feb 13, 8:39 

Re: [sqlalchemy] Re: Zope scoped session autoflush seems to not function properly

2010-02-13 Thread Michael Bayer
On Feb 13, 2010, at 9:24 PM, Kent wrote: Forgive the lack of understanding... still learning the framework: It seems to me that will set the value on the class instead of the instance?? scoped_session returns an object that is a proxy to an actual session. the methods you call upon it