summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2013-10-11 15:55:57 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2013-10-11 15:55:57 -0400
commit9d38ed33400adf3ba8fdf3af49f26de1270bbe23 (patch)
treebe88cbfb8654fc5cb119e05a0829c2111b966de2 /doc
parent5f0b864ad02409cf668fa7db5cbac99ac6ffc329 (diff)
downloadsqlalchemy-9d38ed33400adf3ba8fdf3af49f26de1270bbe23.tar.gz
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]
Diffstat (limited to 'doc')
-rw-r--r--doc/build/changelog/changelog_09.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst
index fc4f79f4c..c784a39eb 100644
--- a/doc/build/changelog/changelog_09.rst
+++ b/doc/build/changelog/changelog_09.rst
@@ -13,6 +13,15 @@
:version: 0.9.0
.. change::
+ :tags: bug, sql
+ :tickets: 2835
+
+ 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.
+
+ .. change::
:tags: bug, engine
:tickets: 2748