Skip to content

Add copy commands to Query Store context menu (#91)#94

Merged
erikdarlingdata merged 1 commit intodevfrom
feature/query-store-context-menu
Mar 17, 2026
Merged

Add copy commands to Query Store context menu (#91)#94
erikdarlingdata merged 1 commit intodevfrom
feature/query-store-context-menu

Conversation

@erikdarlingdata
Copy link
Owner

Summary

  • Right-click context menu on Query Store grid now includes copy commands for all identifier and data columns
  • Copy Query ID, Plan ID, Query Hash, Plan Hash, Module Name, Query Text, and full Row (tab-delimited)
  • Items are disabled when no row is selected or the value is empty

Test plan

  • Right-click shows all copy menu items
  • Copy Query ID/Plan ID copies numeric value
  • Copy Query Hash/Plan Hash copies hex string
  • Copy Module Name disabled for ad-hoc queries
  • Copy Query Text copies full SQL
  • Copy Row copies all columns tab-delimited
  • Load Plan still works

Closes #91

🤖 Generated with Claude Code

- Copy Query ID, Plan ID, Query Hash, Plan Hash, Module Name, Query Text
- Copy Row (tab-delimited, all columns)
- Items disabled when no row selected or value is empty

Closes #91

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@erikdarlingdata erikdarlingdata merged commit 1fe21f5 into dev Mar 17, 2026
2 checks passed
This was referenced Mar 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant