]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fixed bug where :meth:`.Table.tometadata` would fail if a
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 27 Jan 2013 16:24:45 +0000 (11:24 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 27 Jan 2013 16:24:45 +0000 (11:24 -0500)
commit027eda4a34352ff8525119d841f06c73236e9723
tree10488dae13c91a1ccdc55ddda372da0b86405668
parent397ff3c84d28ded69154ceb546982407e5afe104
Fixed bug where :meth:`.Table.tometadata` would fail if a
:class:`.Column` had both a foreign key as well as an
alternate ".key" name for the column.
[ticket:2643]
doc/build/changelog/changelog_07.rst
lib/sqlalchemy/schema.py
test/sql/test_metadata.py