SQL Prompt Pro 10.3.x

Released: Jul 2, 2020

10.3.x での更新項目

v10.3.9

Updated Sep 7, 2020

Fixes

  • Fixed an issue where the template parameters window appears after auto-completing a snippet containing XML.
  • Fixed an issue where the refactor insert into update operation failed when using certain SQL scripts.

v10.3.8

Updated Aug 28, 2020

Fixes

  • Internal improvements on SQL Prompt Tab History functionality.

v10.3.7

Updated Aug 12, 2020

Fixes

  • Fix for crash on startup when using extensions with conflicting versions of the Serilog logging library.

v10.3.6

Updated Aug 03, 2020

Fixes

  • Fix for crash on startup when installing latest release without previous version of Prompt present.

v10.3.5

Updated Jul 31, 2020

Fixes

  • The rowversion type is now suggested when creating columns in a table definition.
  • Stopped column names being suggested in the values list of an INSERT statement.
  • SQL Prompt no longer uses a potentially vulnerable logging library.

v10.3.4

Updated Jul 27, 2020

Fixes

  • Fixed an issue where default placeholder values were not saved when creating or editing a snippet when navigating with tab.
  • Fixed an issue where Format SQL would fail if OPTIMIZE_FOR_SEQUENTIAL_KEY was used in a script.

v10.3.3

Updated Jul 16, 2020

Fixes

  • When "Load suggestions for linked servers" is disabled, SQL Prompt will no longer try to access the sysservers view on the master database to populate the list of linked servers.

v10.3.2

Updated Jul 9, 2020

Fixes

  • Fixed an issue formatting scripts with the TRIM function.

v10.3.1

Updated Jul 2, 2020

Fixes

  • Fixed an issue loading SQL Prompt options.

v10.3.0

Updated Jul 2, 2020

Features

  • SQL Prompt no longer supports Microsoft SQL Server Management Studio 2012 and 2014

Fixes

  • SQL Prompt no longer inserts values for GENERATED ALWAYS columns when autocompleting an INSERT INTO statement.
  • SQL Prompt now adds column names when using "Script as INSERT".
  • SQL Prompt now lets you use the column picker in INSERT statements.