]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
reorganized SingletonThreadPool to return distinct connections in the same thread...
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 16 Mar 2006 19:09:53 +0000 (19:09 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 16 Mar 2006 19:09:53 +0000 (19:09 +0000)
commitc858ba70b16d05a1b05e17c49656f4d0e225219f
tree964d46b5acc6df418c2b0e61e5d76a50b18a63c3
parent0fb425ac1f88d5c0a9354bbf89b278fa84ca6b7d
reorganized SingletonThreadPool to return distinct connections in the same thread; use_threadlocal behavior is now switchable
lib/sqlalchemy/pool.py
test/pool.py