File tree Expand file tree Collapse file tree 3 files changed +24
-22
lines changed Expand file tree Collapse file tree 3 files changed +24
-22
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,30 @@ Changelog
5
5
6
6
.. changelog ::
7
7
:version: 0.9.7
8
- :include_notes_from: unreleased
8
+ :released: January 16, 2018
9
+
10
+ .. change ::
11
+ :tags: bug, autogenerate
12
+ :tickets: 472
13
+
14
+ Fixed regression caused by :ticket: `421 ` which would
15
+ cause case-sensitive quoting rules to interfere with the
16
+ comparison logic for index names, thus causing indexes to show
17
+ as added for indexes that have case-sensitive names. Works with
18
+ SQLAlchemy 0.9 and later series.
19
+
20
+
21
+ .. change ::
22
+ :tags: bug, postgresql, autogenerate
23
+ :tickets: 461
24
+
25
+ Fixed bug where autogenerate would produce a DROP statement for the index
26
+ implicitly created by a Postgresql EXCLUDE constraint, rather than skipping
27
+ it as is the case for indexes implicitly generated by unique constraints.
28
+ Makes use of SQLAlchemy 1.0.x's improved "duplicates index" metadata and
29
+ requires at least SQLAlchemy version 1.0.x to function correctly.
30
+
31
+
9
32
10
33
.. changelog ::
11
34
:version: 0.9.6
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments