]> 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:44:35 +0000 (16:44 -0400)
commitf38e2aa46064f4a29600c3871758d63f3fa87595
tree84a8b8b5b9646ea7e807b74d2d7e88eb28ef0848
parent33d3e11cbf596c64abc3ced1d5aa01989afe0ad8
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]

Conflicts:
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/schema.py
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/schema.py
test/engine/test_reflection.py