
Adds support for Microsoft SSMS 18 preview.
Features
- Support for Microsoft SQL Server Management Studio (SSMS) 18 preview.
- Add UI Option DisableAutoRefresh to disable automatic refresh of the commit and get latest tabs.
Fixes
- When SQL Source Control fails to create a cache for a scripts folder it will no longer fail with the message "Object reference not set to an instance of an object.".
- SQL Source Control no longer shows an error when reading a temporal table from the registration cache.
- SQL Source Control no longer throws an error when dropping a block predicate with a specified DML operation.
- Fix error with adding permissions to an object when ignoring users.
- Improved handling of history tables that whose definitions were not included in a scripts folder.
- Queues and stored procedures that form a circular dependency are now deployed in the correct order.
- Foreign key constraints can be set as CHECK or NOCHECK in a folder even when the option to ignore constraint names is set.
- A create index statement with a string literal as a filegroup name will no longer cause a parser error.
- SQL Source Control no longer explicitly deploys default data spaces.