gizli wrote: > > Hi all, > > I just discovered something weird when doing concurrency testing with > my program. Before writing a simplified test case for it and really > figuring out whether its a bug with sqlalchemy (I am using 0.5.5), I > wanted to write the scenario here. Basically I was getting the > infamous "Set size changed during iteration" error during commit.
that issue is fixed in trunk and 0.5.6 branch. A release will be soon. there's no issue with committing a session within a query loop (since to the session the actions appear linear in nature in any case). --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sqlalchemy" 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/sqlalchemy?hl=en -~----------~----~----~----~------~----~------~--~---
