SQL Compare Releases

Released: Jul 1, 2026

Updates in v16.0.19.29095

Funktionen

  • Added 'Information' as a valid/logLevel option in the command line tool.

Released: Jun 18, 2026

Updates in v16.0.18.29038

Funktionen

  • Added Information as a selectable minimum log level in Help > Minimum log levels.
  • Scripts registered from folders now report unsupported SQL statements (such as ALTER SEQUENCE, ALTER USER, ALTER SCHEMA) as parser messages that highlight the problematic SQL, instead of silently ignoring them.

Fehlerkorrekturen

  • Fixed parsing of ALTER TABLE ALTER COLUMN where COLLATE, MASKED WITH and NULL/NOT NULL appear together (e.g. in stored procedure bodies).

Released: Jun 3, 2026

Updates in v16.0.17.29004

Fehlerkorrekturen

  • Fixed parsing of SQL Server 2019 graph query syntax (SHORTEST_PATH, FOR PATH, WITHIN GROUP (GRAPH PATH)) in stored procedure and view bodies.
  • Fixed an issue where scripting options were not being honored during script generation.

Released: May 21, 2026

Updates in v16.0.16.28949

Fehlerkorrekturen

  • Fixed an issue when encountering columns with defaults that use SQL Server functions that don’t have trailing parenthesis e.g. current_date.
  • Fixed a PlatformNotSupportedException when generating Classic HTML or Excel reports from the CLI.

Released: May 12, 2026

Updates in v16.0.15.28900

Funktionen

  • Added support for JSON_QUERY WITH ARRAY WRAPPER introduced in SQL Server 2025.

Released: May 5, 2026

Updates in v16.0.14.28844

Funktionen

  • The Docker image base has been updated from Ubuntu Noble to Alpine 3.23, reducing image size and resolving security vulnerabilities in the base OS. If you use this image as a base for your own Dockerfile, you will need to update it to use Alpine-compatible commands (e.g. apk add instead of apt-get install).
  • Added support for SET TEXTSIZE -1 in stored procedure bodies.

Fehlerkorrekturen

  • The Edit Filter Rules dialog now adds nested AND/OR clauses correctly.

Released: Apr 21, 2026

Updates in v16.0.13.28757

Funktionen

  • Added support for the CURRENT_DATE keyword introduced in SQL Server 2025.
  • Added support for JSON_ARRAYAGG and JSON_OBJECTAGG aggregate functions introduced in SQL Server 2025.

Fehlerkorrekturen

  • Ignore Collations option now works for memory-optimised tables on SQL Server 2016+.

Released: Apr 8, 2026

Updates in v16.0.11.28694

Fehlerkorrekturen

  • Fixed a problem where 'PERIOD FROM SYSTEM TIME' is added between an existing column and a new one.
  • Fixed an issue where function dependencies on tables might not be recognized correctly if a user-defined table type existed with the same name as the table.

Released: Mar 31, 2026

Updates in v16.0.10.28672

Funktionen

  • Added support for ORDER clause on clustered and non-clustered columnstore indexes.

Released: Mar 24, 2026

Updates in v16.0.9.28654

Fehlerkorrekturen

  • Fixed Null Reference exception when deploying a data type change to XML column.