[sqlalchemy] Re: ConcurrentModificationError with transactional sessions

2008-04-14 Thread Michael Bayer
On Apr 14, 2008, at 2:50 PM, Tim Lesher wrote: Is this a bug, or am I misusing the transactional session? until SQLA 0.4.6 is released including a new option called autosync=True, which we may combine against the other keyword options to just create a single value to set along the

[sqlalchemy] Re: ConcurrentModificationError with transactional sessions

2008-04-14 Thread Tim Lesher
On Apr 14, 3:06 pm, Michael Bayer [EMAIL PROTECTED] wrote: until SQLA 0.4.6 is released including a new option called   autosync=True, which we may combine against the other keyword   options to just create a single value to set along the lines of   transaction_sync='full', the Session