Skip to content

Commit c9e7dba

Browse files
committed
- 1.4.2
1 parent 1410145 commit c9e7dba

File tree

6 files changed

+40
-36
lines changed

6 files changed

+40
-36
lines changed

docs/build/changelog.rst

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

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

1047
.. changelog::
1148
:version: 1.4.1

docs/build/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@
8585
# The short X.Y version.
8686
version = alembic.__version__
8787
# 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"
9090

9191

9292
# The language for content autogenerated by Sphinx. Refer to documentation

docs/build/unreleased/668.rst

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

docs/build/unreleased/669.rst

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

docs/build/unreleased/670.rst

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

docs/build/unreleased/671.rst

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

0 commit comments

Comments
 (0)