SQL Database Projects v1.7.0
·
11 commits
to release/1.45
since this release
Version 1.7.0
- Release date: August 19, 2026
- Release status: GA
What's new in 1.7.0
- Added support for using Move to Schema on sequences and DML triggers
- Added a Restore Packages command to the SQL project context menu for restoring the project's NuGet packages.
- Added support for Move to Schema now automatically moves the
.sqlfile to the target schema folder. - Added support for creating SQL objects with the schema corresponding to the selected folder instead of defaulting to
dbo. - Added support for custom code analysis rules. Rules contributed by referenced NuGet analyzer packages now appear in the Code Analysis Settings dialog alongside the built-in rules.
- Fixed an issue where the Rename Symbol feature was incorrectly enabled on SQL alias identifiers (column aliases, table aliases, subquery aliases, and CTE names), which could generate an invalid
.refactorlogentry.