Flyway 新版本发表

Released: Mar 10, 2021

SQL Change Automation 4.3.21069 中的更新

修补程序

  • Fixed Legacy Programmable Objects setting being replaced automatically.

Released: Mar 3, 2021

SQL Change Automation 4.3.21062 中的更新

特性

  • Updated SQL Compare Engine to 14.4.24.18416.
  • When creating a project with baseline, readme.txt with short description on how folder structure can be customized will be generated in the 1.1.0-Changes directory.

修补程序

  • Fixed error while generating the migration screen.

Released: Jan 26, 2021

SQL Change Automation 4.3.21026 中的更新

特性

  • Updated SQL Compare Engine to 14.4.19.18070.

修补程序

  • Setting SyncOptionUseDropCreateInsteadOfAlter to true via the UI now automatically sets SyncOptionIncludeExistenceChecks to true, as documented.

Released: Jan 21, 2021

Flyway 7.x 中的更新

7.15.0

Updated Sep 6, 2021

Features

  • Added the ability to configure which logger to use.
  • Added 'connectionRetriesInterval' property to set customizable connection retry interval (Default: 2 minutes).

Fixes

  • Fixed issue with CockroachDB delete lock statement timestamp not updating.

7.14.1

Updated Sep 1, 2021

Fixes

  • Fixed unlocking bug in PostgreSQL.
  • Adding FUNCTION to the list of special cases for IF EXISTS in HSQL.
  • Fixed various parsing issues in BigQuery.
  • Detecting abstract Java callback classes...