Re: [sqlalchemy] Re: SQLAlchemy + Elixir + Tornado overall setup

2011-02-14 Thread Romy Maxwell
Thanks Michael. On Fri, Feb 11, 2011 at 1:44 PM, Michael Bayer wrote: > > On Feb 11, 2011, at 3:05 PM, Romy wrote: > > > On Feb 11, 9:13 am, Michael Bayer wrote: > >> autocommit=True means every SELECT statement as well as every flush() > uses its own transaction, that begins as the method is ca

Re: [sqlalchemy] Re: Strange ObjectDeletedError

2011-02-09 Thread Romy Maxwell
accounting into the try/except block so that the flush > completes fully before the autocommit expires everything.   This is a change > to a pattern that's been the same way since 0.4 so hoping nothing bad happens > when we put 0.7 out into betas. > > > On Feb 7, 2011, at 2:5