]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
The "name" attribute is set on :class:`.Index` before the "attach"
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 11 Oct 2013 19:55:57 +0000 (15:55 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 11 Oct 2013 19:55:57 +0000 (15:55 -0400)
commit9d38ed33400adf3ba8fdf3af49f26de1270bbe23
treebe88cbfb8654fc5cb119e05a0829c2111b966de2
parent5f0b864ad02409cf668fa7db5cbac99ac6ffc329
The "name" attribute is set on :class:`.Index` before the "attach"
events are called, so that attachment events can be used to dynamically
generate a name for the index based on the parent table and/or
columns. [ticket:2835]
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/sql/schema.py
test/sql/test_metadata.py