Re: [sqlalchemy] SQLAlchemy sending a rollback after each commit

2012-11-13 Thread ckv
Thanks, I will stick to the default as it is not causing too much trouble. One more thing I have been noticing in the last couple of days is that a row I'm querying in the database using filter_by() on three predicates and limited by first() is being returned as None. I turned on mysql query

Re: [sqlalchemy] SQLAlchemy sending a rollback after each commit

2012-11-13 Thread Michael Bayer
On Nov 13, 2012, at 12:28 PM, ckv wrote: Thanks, I will stick to the default as it is not causing too much trouble. One more thing I have been noticing in the last couple of days is that a row I'm querying in the database using filter_by() on three predicates and limited by first() is