[sqlalchemy] Re: Object is already attached to session

2008-06-13 Thread Gaetan de Menten
On Thu, Jun 12, 2008 at 4:58 PM, bollwyvl [EMAIL PROTECTED] wrote: I am running into similar problems, adding to the complexity the threadpool module. Here's a post that might help: http://blog.uxpython.com/blog/web/view/116 I am still running into problems, however, based on parent/child

[sqlalchemy] Re: Object is already attached to session

2008-06-12 Thread Michael Bayer
On Apr 16, 2008, at 3:55 PM, mg wrote: I have a couple of threads that are working on the same objects, passing them back and forth in queues. I have just started testing with the Sqlalchemy parts turned on, and I am getting the already attached to session message. Also of note is that I