SQL Prompt Pro 11.3.0.20275
Released: Dec 17, 2025
11.3.0.20275 での更新項目
機能
- Added new opt-in preview SQL Prompt AI feature to generate AI-based code completion suggestions that understand your current query editor context (and can react to instructions in SQL comments).
- The feature is disabled by default on new installations of SQL Prompt, but can be enabled via the options.
- You can manually trigger AI code completion suggestions on demand (CTRL+Alt+Up arrow) or optionally set it to show automatically after a configurable delay in milliseconds to auto-complete for you as you type in the SQL editor window (as is the case for normal SQL Prompt code suggestions).
- Added SQL Prompt main menu option (shortcut: Ctrl+Shift+B) to quickly enable/disable SQL Prompt AI features.
- Added contextual help (shortcut: F1) to Prompt AI main and onboarding windows which link to official documentation (opens in a browser window).
- Added SQL Prompt AI commands to the Command Palette.
不具合の修正
- Fixed several UI-based errors in SQL Prompt options components.
- Fixed several issues that could cause SQL Prompt AI commands to be wrongly disabled or enabled in SQL Prompt main menu and SQL editor context menus.
- Fixed an issue where Tab Color for databases was not displaying correctly in Dark Mode.
- Fixed issue where the right button context menu entry for Query Index Analysis could be missing depending on the SQL editor window contents.
- Fixed an issue where SQL Prompt was not showing suggestion for ALTER USER.
- No longer fails silently if something goes wrong when registering SQL Prompt editor commands as this will leave SQL Prompt in a partially working state. Instead, an error will always be shown in this unlikely scenario.