]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
added a close() to the single SQL execute, useful for testing pool behavior with...
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 27 Jan 2007 01:08:39 +0000 (01:08 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 27 Jan 2007 01:08:39 +0000 (01:08 +0000)
commit38aa219a69a341f033dd1c3981ee1cae4ddd7119
tree313d296c2b40633b4bec6cf6ed648cb8c6fff81c
parentd44144dd5c16fdd8f67955e026a3358a419b99dc
added a close() to the single SQL execute, useful for testing pool behavior with the ORM
test/orm/polymorph.py