]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
when QueuePool times out it raises a TimeoutError instead of
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 26 Jun 2006 02:06:44 +0000 (02:06 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 26 Jun 2006 02:06:44 +0000 (02:06 +0000)
commitdc1cc365c244a0f0c40c6b2348b868f8f98b8020
tree35333990d77a5158d24c0003e4a33f577795ecca
parentff8458ab3e3e71c54aa8adaba6508f7def452c1f
when QueuePool times out it raises a TimeoutError instead of
erroneously making another connection
CHANGES
lib/sqlalchemy/exceptions.py
lib/sqlalchemy/pool.py
test/engine/pool.py