]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- The cursor associated with connection pool connections
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 3 Dec 2009 02:34:47 +0000 (02:34 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 3 Dec 2009 02:34:47 +0000 (02:34 +0000)
commit648e0eb70c8f4e3db3b632409924a58d76d25008
tree17fa0d5cc1600d588fb4bb19546ee520698aaaae
parent72859dd13b5ade9f9204ef1c37aafcbf9655085b
- The cursor associated with connection pool connections
(i.e. _CursorFairy) now proxies `__iter__()` to the
underlying cursor correctly. [ticket:1632]
CHANGES
lib/sqlalchemy/pool.py
test/engine/test_pool.py