Released: Jun 2, 2020
10.2.x での更新項目
10.2.1
Updated Jun 10, 2020
Fixes
- Fixed an issue where default values for snippet placeholders were not being saved after being changed.
10.2.0
Updated Jun 2, 2020
Features
- SQL Prompt no longer uses a vulnerable version of SQLite.
Fixes
- Fixed an issue with tab reconnection in SSMS 18.5.
Released: Feb 19, 2020
10.1.x での更新項目
10.1.7
Updated May 11, 2020
Fixes
- Fixed an error with loading tab history options with different locales.
10.1.6
Updated May 11, 2020
Features
- NOTE: The keyboard shortcut for "Show Open Tabs" has been changed from Ctrl+Q to Ctrl+Shift+X.
Fixes
- SP-7985 : SQL Prompt no longer attempt to qualify objects when they are already qualified.
- Fixed an error where running inline exec on certain procedures would change behaviour.
- Fixed an error where SQL Prompt would fail to parse certain QUERY_STORE...
Released: Nov 6, 2019
10.0.x での更新項目
10.0.11
Updated Feb 5, 2020
Features
- Added suggestions support for new permission types in SQL Server 2019.
Fixes
- Fixed an issue with columns sometimes not being qualified when qualifying object names.
- Fixed an issue with some functionality not appearing for servers connected using Windows authentication.
10.0.10
Updated Jan 29, 2020
Fixes
- Fixed an issue that caused SSMS to crash when connecting to an Azure server using Multi-Factor Authentication.
10.0.9
Updated Jan 28, 2020
Released: Oct 28, 2019
9.5.23 での更新項目
不具合の修正
- Fixed an issue which would sometimes cause the Tab History/Code Analysis UI to fail to load.
Released: Oct 24, 2019
9.5.22 での更新項目
機能
- Enhanced Tab History *
- You can now star the tabs you use most often, so they're easier to find and restore when you need them.
- Tabs are now shown in time buckets, making them easier to search through.
- Added support for the APPROX_COUNT_DISTINCT aggregate function, introduced in SQL Server 2019.
- Added support for the index options RESUMABLE and MAX_DURATION in CREATE INDEX statements, introduced in SQL Server 2019.
* SQL Prompt keeps a history of query tabs you open in Management Studio...
Released: Oct 16, 2019
9.5.21 での更新項目
機能
- Added a new ranked ordering option for suggestions.
- Added suggestions support for
ADD/DROP SENSITIVITY CLASSIFICATION syntax introduced in SQL Server 2019.
- Added suggestions for
COMPATIBILITY LEVEL values for all supported versions of SQL Server.
不具合の修正
- Fixed scenario that could lead to corruption of Prompt Options during export to a zip archive.
- Fixed an issue which would sometimes cause formatting to fail when applied to a script containing a
PIVOT clause within an UPDATE statement.
- Fixed...
Released: Oct 2, 2019
9.5.20 での更新項目
機能
- Smart Rename and Split Table refactorings are now no longer supported for SQL Server 2000/2005.
不具合の修正
- SP-7804 : Fixed an issue with suggesting synonyms when schema/database filtering is enabled.
- SP-7824 : Fixed an issue which would cause the Qualify Object Names refactoring to sometimes generate incorrect SQL when used on an UPDATE statement.
- SP-7825 : Fixed keyboard shortcut _(Ctrl+Shift+E)_ for the [code analysis issue details pane](
Released: Sep 25, 2019
9.5.19 での更新項目
不具合の修正
- Fixed an issue where square brackets were being incorrectly applied to IS_ROLEMEMBER during formatting.
Released: Sep 19, 2019
9.5.18 での更新項目
不具合の修正
- Fixed an issue where column names would appear in reverse order when expanding wildcards.
- SQL Prompt no longer reports PE017 warnings on built-in analytics functions.
- Fixed an issue with incorrect handling of FROM built-in function.
- Fixed rare crash that could occur when showing formatting issues during processing of invalid T-SQL code.
- Fixed a bug that could lead to the wrong SQL Server version being loaded when connecting to Azure Managed Instances.
Released: Sep 6, 2019
9.5.16 での更新項目
不具合の修正
- Fixed an issue with autocompleting when selecting DEFAULT from suggestions when specifying a filegroup.
- Fixed issue with reconnecting tabs when reopening SSMS 18 multiple times.
- Fixed issue where incorrect JOIN condition was suggested when using PIVOT tables.
- Fixed an issue which caused a formatting error when attempting to format scripts containing column constraints with a FILLFACTOR index option.