[sqlalchemy] Re: Delete Problems

2007-02-22 Thread Brad Lindsay
hout an example > that shows what TG is doing more specifically. in particular i hope they > are using the QueuePool connection pool and not the > SingletonThreadPoolthe error involves a cursor being shared between two > conflicting states. > > On Feb 20, 2007, at 10:12 AM, Brad

[sqlalchemy] Delete Problems

2007-02-20 Thread Brad Lindsay
I'm new to SQLAlchemy, and am currently using it for Turbogears developement. I've run into an issue calling delete on an instance. This almost exact same code works fine in one of my projects, but I get an error in this particular one. I think it may have be because this is a many-to-many relati