Skip to content

Commit ff6b851

Browse files
committed
- 0.9.9
1 parent 533c965 commit ff6b851

File tree

5 files changed

+39
-35
lines changed

5 files changed

+39
-35
lines changed

docs/build/changelog.rst

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

66
.. changelog::
77
:version: 0.9.9
8-
:include_notes_from: unreleased
8+
:released: March 22, 2018
9+
10+
.. change::
11+
:tags: feature, commands
12+
:tickets: 481
13+
14+
Added new flag ``--indicate-current`` to the ``alembic history`` command.
15+
When listing versions, it will include the token "(current)" to indicate
16+
the given version is a current head in the target database. Pull request
17+
courtesy Kazutaka Mise.
18+
19+
.. change::
20+
:tags: bug, autogenerate, mysql
21+
:tickets: 455
22+
23+
The fix for :ticket:`455` in version 0.9.6 involving MySQL server default
24+
comparison was entirely non functional, as the test itself was also broken
25+
and didn't reveal that it wasn't working. The regular expression to compare
26+
server default values like CURRENT_TIMESTAMP to current_timestamp() is
27+
repaired.
28+
29+
.. change::
30+
:tags: bug, mysql, autogenerate
31+
:tickets: 483
32+
33+
Fixed bug where MySQL server default comparisons were basically not working
34+
at all due to incorrect regexp added in :ticket:`455`. Also accommodates
35+
for MariaDB 10.2 quoting differences in reporting integer based server
36+
defaults.
37+
38+
39+
40+
41+
.. change::
42+
:tags: bug, operations, mysql
43+
:tickets: 487
44+
45+
Fixed bug in ``op.drop_constraint()`` for MySQL where
46+
quoting rules would not be applied to the constraint name.
947

1048
.. changelog::
1149
:version: 0.9.8

docs/build/unreleased/455.rst

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

docs/build/unreleased/481.rst

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

docs/build/unreleased/483.rst

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

docs/build/unreleased/487.rst

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

0 commit comments

Comments
 (0)