[sqlalchemy] Session Management Issues While Integrating With Old Code

2013-10-04 Thread Russell Holloway
Hello all, I am trying to migrate some custom ORM code to use SQLAlchemy instead for database interactions. I'm having some issues with proper session management. The main issue that seems to occur is the operationalerror 'mysql has gone away' with every now and then one comes up

Re: [sqlalchemy] Session Management Issues While Integrating With Old Code

2013-10-04 Thread Simon King
On Fri, Oct 4, 2013 at 3:47 PM, Russell Holloway russ.d.hollo...@gmail.com wrote: Hello all, I am trying to migrate some custom ORM code to use SQLAlchemy instead for database interactions. I'm having some issues with proper session management. The main issue that seems to occur is the