[sqlalchemy] Issue with transactions and proxied db_api queries

2011-12-12 Thread Noon Silk
Hello, Firstly I'd like to explain what I'm trying to do, and that is: Use SQLAlchemy alongside regular cursor style queries. More specifically, I want to use SQLAlchemy in my unit tests, and importanyl, I want to wrap all test operations in transaction, and have the SQLAlchemy operations and

Re: [sqlalchemy] Issue with transactions and proxied db_api queries

2011-12-12 Thread Michael Bayer
On Dec 12, 2011, at 5:08 PM, Noon Silk wrote: Hello, Firstly I'd like to explain what I'm trying to do, and that is: Use SQLAlchemy alongside regular cursor style queries. More specifically, I want to use SQLAlchemy in my unit tests, and importanyl, I want to wrap all test operations in

Re: [sqlalchemy] Issue with transactions and proxied db_api queries

2011-12-12 Thread Noon Silk
On Tue, Dec 13, 2011 at 9:19 AM, Michael Bayer mike...@zzzcomputing.com wrote: On Dec 12, 2011, at 5:08 PM, Noon Silk wrote: Hello, Firstly I'd like to explain what I'm trying to do, and that is: Use SQLAlchemy alongside regular cursor style queries. More specifically, I want to use

Re: [sqlalchemy] Issue with transactions and proxied db_api queries

2011-12-12 Thread Michael Bayer
On Dec 12, 2011, at 7:10 PM, Noon Silk wrote: On Tue, Dec 13, 2011 at 9:19 AM, Michael Bayer mike...@zzzcomputing.com wrote: On Dec 12, 2011, at 5:08 PM, Noon Silk wrote: Hello, Firstly I'd like to explain what I'm trying to do, and that is: Use SQLAlchemy alongside regular cursor style

Re: [sqlalchemy] Issue with transactions and proxied db_api queries

2011-12-12 Thread Noon Silk
On Tue, Dec 13, 2011 at 3:44 PM, Michael Bayer mike...@zzzcomputing.com wrote: On Dec 12, 2011, at 7:10 PM, Noon Silk wrote: On Tue, Dec 13, 2011 at 9:19 AM, Michael Bayer mike...@zzzcomputing.com wrote: On Dec 12, 2011, at 5:08 PM, Noon Silk wrote: Hello, Firstly I'd like to explain what