sqlwatch icon indicating copy to clipboard operation
sqlwatch copied to clipboard

sqlwatch_app_version is reporting wrong version

Open chrgraefe opened this issue 4 years ago • 0 comments

Describe the bug SELECT [install_sequence] ,[install_date] ,[sqlwatch_version] FROM [dbo].[sqlwatch_app_version]

This query ist reporting version 4.2.xxxxx

To Reproduce Query the sql above

Expected behavior version 4.3.xxxx from the latest zip.

Windows Server (please complete the following information):

  • OS Version: Windows Server 2019

SQL Server (please complete the following information):

  • SQL Version: SQL Server 2019
  • SQL Edition: [e.g. Enterprise]

SQLWATCH version (from DACPAC or from sysinstances)

  • 4.3

Additional context Installed and updated via dbatools

In predeploy.sql (part of SQLWATCH.dacpac) the variable DacVersion is set to "4.2.0.28234"

chrgraefe avatar Sep 14 '21 10:09 chrgraefe