Released: Aug 30, 2019
9.5.15 での更新項目
Updates in 9.5.15
- Fixed missing columns and parameters in suggestions when database filtering is enabled.
- Changed some built-in snippets to not trigger code analysis warnings. This applies to new installs only.
- Fixed an issue with execution warnings not being triggered for a selection under certain circumstances.
- Fixed an issue where execution warnings would trigger for statements outside of the selected scope.
- Fixed an issue with the ST008 autofix not working when EXEC statements were nested...
Released: Aug 22, 2019
9.5.14 での更新項目
Updates in 9.5.14
- You can now automatically fix PE006 code analysis issues (table hint used) in your script.
- You can now automatically fix SC006 code analysis issues in your script. This fix will change ALL line endings in your script to the expected CR/LF format.
- SP-7650 : Fixed issue with reconnecting tabs that are connected using SQL Server authentication in SSMS 18.
Released: Aug 15, 2019
9.5.13 での更新項目
Updates in 9.5.13
New in SQL Prompt Pro 9.5.13
- The Check for Updates popup window now has a `Remind me next month` option.
- You can now automatically fix ST008 code analysis issues in your script.
- You can now automatically fix BP014 code analysis issues in your script.
Fixes in SQL Prompt 9.5.13
- SP-7717 : No longer updates indirectly referenced stored procedures when smart renaming a column.
- SP-7725 : Fixed incorrect handling of STRING_SPLIT function.
- SP-7728 : Dismissed notifications will now no...
Released: Jul 19, 2019
9.5.12 での更新項目
Updates in 9.5.12
- Updates in SQL Prompt Pro 9.5.12
- SP-7726 : Fixed an error when selecting "Select Top 1000 Rows" in the Object Explorer.
Released: Jul 18, 2019
9.5.11 での更新項目
Updates in 9.5.11
- Updates in SQL Prompt Pro 9.5.11
- Fixed an issue with incorrect handling of case sensitivity in Inline EXEC refactoring.
- SP-7713 : SQL Prompt execution warnings no longer trim the beginning of object names in some scenarios.
- SP-7715 : Fixed incorrect renaming of named parameters in Inline EXEC refactoring.
- SP-7719 : Fixed an issue with code analysis rule BP014 and how it deals with persisted computed columns.
- SP-7298 : Fixed an issue with built-in snippets triggering code...
Released: Jul 11, 2019
9.5.10 での更新項目
Updates in 9.5.10
- Updates in SQL Prompt Pro 9.5.10
- SP-7718 : Restores the results grid actions (Script as INSERT, Copy as IN clause and Open in Excel) that were accidentally removed by the previous update.
- SP-7720 : Fixed a crash on startup of SQL Prompt affecting some installations.
Released: Jul 10, 2019
9.5.9 での更新項目
Updates in 9.5.9
- In-product notifications that are dismissed will now not re-show until SQL Prompt is restarted.
Released: Jun 26, 2019
9.5.8 での更新項目
Updates in 9.5.8
- SP-7656 : Fixed a bug where necessary whitespace would sometimes be omitted within the migration script when using Smart Rename.
- SP-7679 : Fixed a bug which would sometimes cause formatting to fail when extra semi-colons were present in scripts.
Released: Jun 17, 2019
9.5.7 での更新項目
機能
- New in SQL Prompt 9.5.7
- The CamelCase navigation shortcut option has been moved out of the experimental features section to a new "Navigation" section.
- Added a "Welcome Window" to SQL Prompt that keeps you informed about new features in SQL Prompt and provides you with plenty of useful links.
Released: Jun 6, 2019
9.5.6 での更新項目
機能
New in SQL Prompt 9.5.6
- Added an execution warning for DROP statements, which can be found in the options menu under Suggestions > Warnings & highlighting > Execution Warnings. This option is off by default.
- You can now access the latest release notes for SQL Prompt from the help sub-menu (SQL Prompt > Help > Release Notes).
不具合の修正
Fixes in SQL Prompt 9.5.6
- SP-7618 : SQL Prompt now suggests server roles in the relevant scenarios.