SQL Prompt Pro 11.3.5.21197

Released: Feb 5, 2026

11.3.5.21197 での更新項目

機能

  • Two SQL Prompt suggestion-based opt-in experimental settings have been promoted to regular options and moved from the Labs > Experimental features options pane to the Suggestions > Behavior one:
    • Automatically refresh suggestions:
      • When this option is on, SQL Prompt automatically refreshes the suggestion list when a change to a connected database is detected (e.g. modification to its schema). This is equivalent to manually calling the Refresh Suggestions command (Ctrl+Shift+D).
    • Refresh Microsoft IntelliSense cache when refreshing suggestions (SSMS only):
      • By default, SSMS's IntelliSense functionality doesn't react to database objects created by another connection after your editor window has connected to the database (e.g. running a script that does CUD operations such as ALTER, CREATE or DROP). When this option is on, it will override this behavior when refreshing SQL Prompt suggestions (either manually or automatically with the previous option) to also automatically refresh the Microsoft IntelliSense cache (equivalent to calling Edit > IntelliSense > Refresh Local Cache in SSMS).
  • Opt-in setting to prevent Excel's rounding of numerical values with more than 15 digits when exporting SQL query results -- introduced as an experimental feature in version 10.14.12.11.347 -- has now been promoted to a regular option in the new Query Results options pane.

不具合の修正

  • Fixed issue where a GUI notification about SQL Prompt product usage could be shown incorrectly on SSMS/VS startup.
  • Fixed issue that could cause SQL Prompt to fail to load on startup if some of its configuration settings could not be read from disk.