Re: Pylons, SQLAlchemy, too many connections problem.

2007-08-31 Thread Adam Kubica
On Fri, 31 Aug 2007 14:03:48 +0200, Adam Kubica wrote: > Hello. > > I have pylons 0.96 (SVN) and current SQLAlchemy (0.3.10), and I have bug > that > doesn't exist earlier. > > My connection code: > > import sqlalchemy.mods.threadlocal > from sqlalchemy import DynamicMetaData, objectstore > >

Re: Pylons, SQLAlchemy, too many connections problem.

2007-08-31 Thread Bruno Desthuilliers
Adam Kubica a écrit : > Hello. > > I have pylons 0.96 (SVN) and current SQLAlchemy (0.3.10), and I have bug > that > doesn't exist earlier. > > My connection code: > > import sqlalchemy.mods.threadlocal > from sqlalchemy import DynamicMetaData, objectstore > > metadata = DynamicMetaData( case_s

Pylons, SQLAlchemy, too many connections problem.

2007-08-31 Thread Adam Kubica
Hello. I have pylons 0.96 (SVN) and current SQLAlchemy (0.3.10), and I have bug that doesn't exist earlier. My connection code: import sqlalchemy.mods.threadlocal from sqlalchemy import DynamicMetaData, objectstore metadata = DynamicMetaData( case_sensitive = False ) def db_connect( dsn ):