Flyway のリリース

Released: Jun 9, 2021

SQL Change Automation 4.3.21160 での更新項目

機能

  • Updated SQL Compare Engine to 14.5.12.19214.

不具合の修正

  • Fixed parsing of sql scripts to include the CONNECTION_OPTIONS clause in External Data Source objects.
  • Added link to help page to warning text that migration may fail when user chooses to migrate External Data Source with credentials.

Released: Jun 2, 2021

SQL Change Automation 4.3.21152 での更新項目

機能

  • RGTEMP environment variable can now be used to override temporary directory path used by SQL Change Automation.
  • Updated SQL Compare Engine to 14.5.10.19205.

Released: May 27, 2021

SQL Change Automation 4.3.21147 での更新項目

機能

  • Updated SQL Compare Engine to 14.5.8.19095.

不具合の修正

  • Fixed idempotent extended properties for programmable objects inside "Create or change" script.

Released: May 5, 2021

SQL Change Automation 4.3.21125 での更新項目

機能

  • Updated SQL Compare Engine to 14.5.6.18966.
  • Added warning about migration possibly failing when user selects to migrate External Data Source with credentials.

Released: Apr 28, 2021

SQL Change Automation 4.3.21118 での更新項目

機能

  • Updated SQL Compare Engine to 14.5.6.18850.

不具合の修正

  • Using "Azure Active Directory - Password" authentication method should no longer cause "The server terminated an operation because it encountered a client request loop." exception.
  • Database loading fix during verification SCA project based on an SQL Source Control project as a development source.

Released: Apr 12, 2021

SQL Change Automation 4.3.21098 での更新項目

不具合の修正

  • Drift preservation script (NEW INCREMENTAL MIGRATIONS section in DriftRevertScript.sql) now contains statements opposite to the ones from drift reversion script.

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...