Skip to content

Add missing date columns to Query Stats and Procedure Stats (#649, #651)#654

Merged
erikdarlingdata merged 1 commit intodevfrom
fix/missing-date-columns
Mar 20, 2026
Merged

Add missing date columns to Query Stats and Procedure Stats (#649, #651)#654
erikdarlingdata merged 1 commit intodevfrom
fix/missing-date-columns

Conversation

@erikdarlingdata
Copy link
Copy Markdown
Owner

Summary

  • Query Stats: Added Last Execution and Creation Time columns (prominently after Database)
  • Procedure Stats: Added Last Execution column, moved Cached Time to front (after Type)
  • Query Store: Moved Last Execution and First Execution from scattered positions to right after Plan ID

All three query tabs now have date columns consistently positioned after identity columns and before metrics.

Test plan

  • Build: 0 errors
  • Query Stats shows Last Execution and Creation Time
  • Procedure Stats shows Last Execution and Cached Time near the front
  • Query Store date columns moved to prominent position

Closes #649
Closes #651
Closes #650

🤖 Generated with Claude Code

#651)

Query Stats:
- Added MAX(last_execution_time) and MAX(creation_time) to SQL query
- Added LastExecutionTime, CreationTime properties to QueryStatsRow
- Grid: Last Execution and Creation Time placed after Database, before metrics

Procedure Stats:
- Added MAX(last_execution_time) to SQL query
- Added LastExecutionTime property to ProcedureStatsRow
- Grid: Last Execution and Cached Time moved to after Type, before metrics
- Fixed CachedTimeFormatted to use ServerTimeHelper.FormatServerTime

Query Store:
- Moved Last Execution and First Execution from scattered positions to right after Plan ID
- Both date columns now prominently placed before metrics

All three query tabs now have date columns consistently positioned after identity columns.

Closes #649
Closes #651

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@erikdarlingdata erikdarlingdata merged commit cb48df3 into dev Mar 20, 2026
3 checks passed
@erikdarlingdata erikdarlingdata deleted the fix/missing-date-columns branch April 10, 2026 19:01
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