[sqlalchemy] sqlite custom queries failing in 0.7.6

2012-03-22 Thread Tom Kralidis
We have a webapp that makes use of sqlite3 create_function type queries. Using 0.6, this has worked well for us. Using 0.7 our approach breaks. I've tried to distill a minimal test case to demonstrate the issue: #!/usr/bin/python from sqlalchemy import create_engine, __version__ from

Re: [sqlalchemy] sqlite custom queries failing in 0.7.6

2012-03-22 Thread Michael Bayer
On Mar 22, 2012, at 2:33 PM, Tom Kralidis wrote: We have a webapp that makes use of sqlite3 create_function type queries. Using 0.6, this has worked well for us. Using 0.7 our approach breaks. I've tried to distill a minimal test case to demonstrate the issue: A NullPool is used in 0.7