]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed an assertion that would raise somewhat inappropriately
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 24 Dec 2015 03:59:44 +0000 (22:59 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 24 Dec 2015 03:59:44 +0000 (22:59 -0500)
commitc7d6c667b53d96a65e0dedcb83c098e03d4c7453
tree7ca6a760327812581139995de29f93e4af26a334
parent93b48e6aba6b1c20f525a0a22d58fc57ee4637f5
- Fixed an assertion that would raise somewhat inappropriately
if a :class:`.Index` were associated with a :class:`.Column` that
is associated with a lower-case-t :class:`.TableClause`; the
association should be ignored for the purposes of associating
the index with a :class:`.Table`.
fixes #3616
doc/build/changelog/changelog_11.rst
lib/sqlalchemy/sql/schema.py
test/sql/test_metadata.py