File tree Expand file tree Collapse file tree 6 files changed +40
-36
lines changed Expand file tree Collapse file tree 6 files changed +40
-36
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,44 @@ Changelog
5
5
6
6
.. changelog ::
7
7
:version: 1.4.2
8
- :include_notes_from: unreleased
8
+ :released: March 19, 2020
9
+
10
+ .. change ::
11
+ :tags: usecase, autogenerate
12
+ :tickets: 669
13
+
14
+ Adjusted autogen comparison to accommodate for backends that support
15
+ computed column reflection, dependent on SQLAlchemy version 1.3.16 or
16
+ higher. This emits a warning if the SQL expression inside of a
17
+ :class: `.Computed ` value changes between the metadata and the database, as
18
+ these expressions can't be changed without dropping and recreating the
19
+ column.
20
+
21
+
22
+ .. change ::
23
+ :tags: bug, tests
24
+ :tickets: 668
25
+
26
+ Fixed an issue that prevented the test suite from running with the
27
+ recently released py.test 5.4.0.
28
+
29
+
30
+ .. change ::
31
+ :tags: bug, autogenerate, mysql
32
+ :tickets: 617
33
+
34
+ Fixed more false-positive failures produced by the new "compare type" logic
35
+ first added in :ticket: `605 `, particularly impacting MySQL string types
36
+ regarding flags such as "charset" and "collation".
37
+
38
+ .. change ::
39
+ :tags: bug, op directives, oracle
40
+ :tickets: 670
41
+
42
+ Fixed issue in Oracle backend where a table RENAME with a schema-qualified
43
+ name would include the schema in the "to" portion, which is rejected by
44
+ Oracle.
45
+
9
46
10
47
.. changelog ::
11
48
:version: 1.4.1
Original file line number Diff line number Diff line change 85
85
# The short X.Y version.
86
86
version = alembic .__version__
87
87
# The full version, including alpha/beta/rc tags.
88
- release = "1.4.1 "
89
- release_date = "March 1 , 2020"
88
+ release = "1.4.2 "
89
+ release_date = "March 19 , 2020"
90
90
91
91
92
92
# The language for content autogenerated by Sphinx. Refer to documentation
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments