Flyway Desktop 7.0.4

Released: Jan 9, 2024

Flyway Desktop 7.0.4 버젼 업데이트

기능

  • Added support for the JTDS driver (which supports local DB) in the connection dialog for Microsoft SQL Server projects. Note that for Windows authentication the ntlmauth.dll file needs to be downloaded and added to the ./flyway/native folder within the Flyway Desktop installation.
  • Placeholder text will now be shown for fields derived from Redgate Clone in the list of target databases.
  • Replaced tabs with a navigation sidebar.

수정사항

  • Fixed an issue where a byte order mark might be generated mid-file when generating a SQL Server migration script with both schema and data changes. This was functionally harmless but showed up as a question mark artifact when viewing the script in the UI.
  • Fixed an issue where undo migrations weren't being saved with the correct file name if the corresponding versioned migration name was modified.
  • Fixed an issue where errors might not be displayed correctly when failing to connect to a database from the connection dialog.