Skip to content

Commit 3fad299

Browse files
committed
- 0.9.7
1 parent 2060bb1 commit 3fad299

File tree

3 files changed

+24
-22
lines changed

3 files changed

+24
-22
lines changed

docs/build/changelog.rst

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,30 @@ Changelog
55

66
.. changelog::
77
: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+
932

1033
.. changelog::
1134
:version: 0.9.6

docs/build/unreleased/461.rst

Lines changed: 0 additions & 11 deletions
This file was deleted.

docs/build/unreleased/472.rst

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)