[sqlalchemy] setting the transaction isolation_level?

2010-04-27 Thread gary clark
Hello, I'm using SQLAlchemy with sqlite 3.6.23. I would like to know how you set the transaction isolation_level=immediate. I think this will help with the deadlocks I was having. Just dont know how to implement this. Thanks, Garyc -- You received this message because you are subscribed to

Re: [sqlalchemy] setting the transaction isolation_level?

2010-04-27 Thread Michael Bayer
gary clark wrote: Hello, I'm using SQLAlchemy with sqlite 3.6.23. I would like to know how you set the transaction isolation_level=immediate. I think this will help with the deadlocks I was having. Just dont know how to implement this. I've added ticket 1784 to document this. We support

Re: [sqlalchemy] setting the transaction isolation_level?

2010-04-27 Thread gary clark
Thanks Michael. This is like trudging through knee high mud to find a needle. oh boy. On I go. Thanks, Garyc --- On Tue, 4/27/10, Michael Bayer mike...@zzzcomputing.com wrote: From: Michael Bayer mike...@zzzcomputing.com Subject: Re: [sqlalchemy] setting the transaction isolation_level