]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
added workaround for funny pragma behavior on windows pysqlite
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 9 Jul 2006 17:58:01 +0000 (17:58 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 9 Jul 2006 17:58:01 +0000 (17:58 +0000)
commit1b0ac7e43b715b9050cb5f45d4a180bfc203c8a9
tree8f59af19f4ae2e3a16166d4d0751825236785479
parent77440a7f986f49025756fa32164845df151eea45
added workaround for funny pragma behavior on windows pysqlite
singletonthreadpool has a dispose() method, used by proxy_engine test
to better clean up after itself on windows
lib/sqlalchemy/databases/sqlite.py
lib/sqlalchemy/pool.py
test/engine/proxy_engine.py