]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- metadata.reflect() and reflection.Inspector()
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 23 Apr 2011 17:45:11 +0000 (10:45 -0700)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 23 Apr 2011 17:45:11 +0000 (10:45 -0700)
commitd216298073ac6657728bdeb56598f3e5124e2d67
treea7b735d0187fcbb6691c69480b84122f2f9da57c
parent3452a2ba03bcf75eeec60141f040d661e15eaa2f
- metadata.reflect() and reflection.Inspector()
  had some reliance on GC to close connections
  which were internally procured, fixed this.
- added --zero-timeout option to nose fixture, sets pool_timeout to zero
CHANGES
lib/sqlalchemy/engine/reflection.py
lib/sqlalchemy/schema.py
test/bootstrap/config.py
test/bootstrap/noseplugin.py