]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug whereby metadata.reflect(bind)
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 1 Jun 2011 21:46:17 +0000 (17:46 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 1 Jun 2011 21:46:17 +0000 (17:46 -0400)
commitfae54b27dbf41e52d10a61f7d4994ff6ac22337a
tree295ad4761c7b2facee4556b5d68269bbd0b9d9cc
parentf784ac6dbae7b8fe07e9d898527a7a27dba2b3e4
  - Fixed bug whereby metadata.reflect(bind)
    would close a Connection passed as a
    bind argument.  Regression from 0.6.
CHANGES
lib/sqlalchemy/schema.py
test/engine/test_reflection.py