]> 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:23:59 +0000 (11:23 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 27 Jan 2013 16:23:59 +0000 (11:23 -0500)
commite26b28224d7c1745a8a2892372e1f5a8862e792c
tree6598b8cbd336c1901538974a92dbaa823e822b09
parent8ca42e38b3cec03298844b6634b16363673bf825
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.   Also in 0.7.10.
[ticket:2643]
doc/build/changelog/changelog_07.rst
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/schema.py
test/sql/test_metadata.py