@@ -5,7 +5,45 @@ Changelog
5
5
6
6
.. changelog ::
7
7
: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.
9
47
10
48
.. changelog ::
11
49
:version: 0.9.8
0 commit comments