SQL Compare のリリース
Released: Jun 18, 2026
16.0.18.29038 での更新項目
機能
- 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.
不具合の修正
- 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
16.0.17.29004 での更新項目
不具合の修正
- 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
16.0.16.28949 での更新項目
不具合の修正
- 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
16.0.15.28900 での更新項目
機能
- Added support for JSON_QUERY WITH ARRAY WRAPPER introduced in SQL Server 2025.
Released: May 5, 2026
v16.0.14.28844 での更新項目
機能
- 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.
不具合の修正
- The Edit Filter Rules dialog now adds nested AND/OR clauses correctly.
Released: Apr 21, 2026
v16.0.13.28757 での更新項目
機能
- 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.
不具合の修正
- Ignore Collations option now works for memory-optimised tables on SQL Server 2016+.
Released: Apr 8, 2026
v16.0.11.28694 での更新項目
不具合の修正
- 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
v16.0.10.28672 での更新項目
機能
- Added support for ORDER clause on clustered and non-clustered columnstore indexes.
Released: Mar 24, 2026
v16.0.9.28654 での更新項目
不具合の修正
- Fixed Null Reference exception when deploying a data type change to XML column.
Released: Mar 17, 2026
v16.0.8.28634 での更新項目
不具合の修正
- Memory optimized tables with replaced indexes are now correctly modeled.