1.4.2
Released: March 19, 2020
bug
-
[bug] [tests] Fixed an issue that prevented the test suite from running with the
recently released py.test 5.4.0.References: #668
-
[bug] [autogenerate] [mysql] Fixed more false-positive failures produced by the new "compare type" logic
first added in #605, particularly impacting MySQL string types
regarding flags such as "charset" and "collation".References: #617
-
[bug] [op directives] [oracle] Fixed issue in Oracle backend where a table RENAME with a schema-qualified
name would include the schema in the "to" portion, which is rejected by
Oracle.References: #670
usecase
-
[usecase] [autogenerate] Adjusted autogen comparison to accommodate for backends that support
computed column reflection, dependent on SQLAlchemy version 1.3.16 or
higher. This emits a warning if the SQL expression inside of a
Computed
value changes between the metadata and the database, as
these expressions can't be changed without dropping and recreating the
column.References: #669