[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

[sqlalchemy] custom Python functions as part of SQL queries

2011-06-01 Thread Tom Kralidis
Hi, I'm using SQLAlchemy 0.6.6 for a web application. At this point, the app uses SQLite3 as the underlying database; I'm currently working on abstracting this out to work with others (PostgreSQL, MySQL). At a high level, the application receives CGI queries which are parsed and sent to