Flyway のリリース

Released: Dec 8, 2021

SQL Change Automation 4.4.21342 での更新項目

機能

  • Updated SQL Compare Engine to 14.6.13.20238.
  • Apostrophe is now escaped in SqlCmd variables value.

不具合の修正

  • Fixed issue where adding extended property to programmable object would cause exception to be thrown, if non-text extended property already exists on that object.
  • Fixed issue where dropping non-text extended property of programmable object would cause an exception to be thrown.

Released: Nov 24, 2021

SQL Change Automation 4.4.21327 での更新項目

機能

  • Updated SQL Compare Engine to 14.6.12.20146.

不具合の修正

  • Project verification should no longer show warnings when SQLCMD variables are used in non-text context.

Released: Nov 4, 2021

SQL Change Automation 4.4.21307 での更新項目

機能

  • Blocking the possibility of creating a project within an SOC project.
  • Updated SQL Compare Engine to 14.6.10.20075.

Released: Oct 6, 2021

Flyway 8.x での更新項目

v8.5.13

Updated Jun 16, 2022

Fixes

  • The Ascii table will not be logged if there are no columns.
  • Fixed potential parsing bug during 'create package' statement in DB2.
  • Always close the underlying Java connection inside a Database object.

v8.5.12

Updated May 31, 2022

Features

  • The 'version' command now has JSON output.

Fixes

  • Fixed relative locations not being relative to the working directory.
  • When using the delimiter keyword the value can be placed on the next line without entering an infinite loop...

Released: Sep 16, 2021

SQL Change Automation 4.3.21259 での更新項目

機能

  • Updated SQL Compare Engine to 14.6.3.19789.

不具合の修正

  • SqlCmdVariables value defined as $(SqlCmdVar__X) is now evaluated from '.sqlproj.user' file - the same way as in Visual Studio.

Released: Sep 8, 2021

SQL Change Automation 4.3.21251 での更新項目

機能

  • Updated SQL Compare Engine to 14.6.2.19672.

不具合の修正

  • Fixed issue where dropping extended property of programmable object scripted as CREATE OR ALTER caused generation of invalid script.
  • Fixed issue where updating value of extended property caused generation of invalid script.

Released: Jul 29, 2021

SQL Change Automation 4.3.21210 での更新項目

機能

  • Updated SQL Compare Engine to 14.5.20.19531.

不具合の修正

  • Fixed extended properties of programmable objects not being idempotent unless the object itself was changed.

Released: Jul 14, 2021

SQL Change Automation 4.3.21195 での更新項目

機能

  • Updated SQL Compare Engine to 14.5.17.19404.

不具合の修正

  • Fixed issue where creation of extended properties of programmable objects would not be scripted as idempotent for certain types of values.

Released: Jul 7, 2021

SQL Change Automation 4.3.21187 での更新項目

機能

  • Project verification errors will now be considered warnings, allowing the build/deployment to continue even if TransactSql.ScriptDom parser failed to validate the scripts.
  • Updated SQL Compare Engine to 14.5.16.19384.

Released: Jun 23, 2021

SQL Change Automation 4.3.21174 での更新項目

機能

  • Updated SQL Compare Engine to 14.5.14.19325.

不具合の修正

  • Fixed non-idempotent extended properties for programmable objects with multiline string parameters.