Lanzamientos de SQL Compare
Released: May 5, 2026
Actualizaciones en v16.0.14.28844
Características
- 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.
Correcciones
- The Edit Filter Rules dialog now adds nested AND/OR clauses correctly.
Released: Apr 21, 2026
Actualizaciones en v16.0.13.28757
Características
- 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.
Correcciones
- Ignore Collations option now works for memory-optimised tables on SQL Server 2016+.
Released: Apr 8, 2026
Actualizaciones en v16.0.11.28694
Correcciones
- 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
Actualizaciones en v16.0.10.28672
Características
- Added support for ORDER clause on clustered and non-clustered columnstore indexes.
Released: Mar 24, 2026
Actualizaciones en v16.0.9.28654
Correcciones
- Fixed Null Reference exception when deploying a data type change to XML column.
Released: Mar 17, 2026
Actualizaciones en v16.0.8.28634
Correcciones
- Memory optimized tables with replaced indexes are now correctly modeled.
Released: Feb 24, 2026
Actualizaciones en v16.0.6.28582
Correcciones
- Fixed an issue where SQL Compare would fail to handle CREATE EXTERNAL MODEL syntax in stored procedure or function bodies.
Released: Jan 20, 2026
Actualizaciones en v16.0.4.28477
Correcciones
- Many more system function names are now correctly recognized.
- Fixed offline licensing workflow for SQL Compare docker container.
Released: Jan 14, 2026
Actualizaciones en v16.0.3.28451
Características
- Added support for || string concatenation operator introduced in SQL Server 2025.
- Improved error message for certain invalid filter files.
- Database collation is now written to snapshots.
Correcciones
- Fixed a connection issue in SQL Snapper where "Encrypt" option was incorrectly set to True when the checkbox was unchecked.
Released: Dec 19, 2025
Actualizaciones en v16.0.1.28365
Características
- Added the ability to use Distroless base image for SQL Compare docker image to reduce image size and improve security.
- Add the name of the file where a parsing error occurs into the error message.
Correcciones
- Fixed issue where USING locale was not included for PARSE and TRY_PARSE functions.