Skip to content

SQL Database Projects v1.7.0

Choose a tag to compare

@Benjin Benjin released this 19 Aug 17:00
· 11 commits to release/1.45 since this release
52e44d4

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 .sql file 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 .refactorlog entry.