]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fixed bug whereby using :meth:`.MetaData.reflect` across a remote
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 3 Jun 2013 20:40:59 +0000 (16:40 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 3 Jun 2013 20:40:59 +0000 (16:40 -0400)
commitec04620f1fe609881ed2ad4a3d5b2fe313f4efa4
treebab6132139ad4d8d169a88904c01bf08b5006d8a
parentd993bdeac8674db88efb3c400b4a505c8f97af9e
Fixed bug whereby using :meth:`.MetaData.reflect` across a remote
schema as well as a local schema could produce wrong results
in the case where both schemas had a table of the same name.
[ticket:2728]
doc/build/changelog/changelog_08.rst
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/schema.py
test/engine/test_reflection.py