3.0.2 May 3, 2026
Upgrade necessary version
3.0.1 May 3, 2026
Replace deprecated `ActionUtil.performActionDumbAwareWithCallbacks` with `ActionUtil.performAction`
2.0.1 Oct 27, 2025
fix problems of new ExecuteFromHere, where execution of dependencies did not properly work
fix problem of execution being part of the do and undo process of IDE, which lead to problems
Upgrade necessary version
2.0.0 Oct 25, 2025
feat "Execute from Here" action with smart dependency resolution
Execute SQL from anywhere - inside CTEs, subqueries, or main queries
Automatically detects and includes all required CTEs and dependencies
Interactive popup showing execution options and affected elements
Keyboard shortcut: Ctrl+# then Enter
break "Run CT-Query" shortcut changed from Ctrl+# Enter to Ctrl+# Space
1.1.3 Jul 28, 2025
change color of selected code to standard of jetbrains execution
add padding for options in popup
fix wrong title for copy and edit popup
1.1.1 Jul 9, 2025
fix problem with not taking every next element up to comma, so don't expect the next to be a comma anymore
delete everything to the end of the document, for safety reasons
changed shortcuts to number sign instead of r
1.1.0 Jul 8, 2025
Added "Copy and Edit SQL" action, allowing you to append WHERE clauses or other modifications at the end of CTE queries
Refactored code structure to reduce duplication
Renamed actions for improved clarity and usability