On Wed, 2012-12-05 at 06:43:33 -0800, junepeach wrote: > I think one of my problems is after defining: > def set_sqlite_pragma(dbapi_connection, connection_record) in env.py, > Where I should call it and what are the values of 2 arguments: > dbapi_connection, connection_record?
You don't have to call it, the event handler is called every time when new connection is made to your SQLite database (note the decorator above it). -- Audrius Kažukauskas http://neutrino.lt/
pgpDoppfbOy1V.pgp
Description: PGP signature
