Skip to content

Fix Lite query_stats dop columns to match DMV bigint type#549

Merged
erikdarlingdata merged 1 commit intodevfrom
fix/issue-547-lite-dop
Mar 13, 2026
Merged

Fix Lite query_stats dop columns to match DMV bigint type#549
erikdarlingdata merged 1 commit intodevfrom
fix/issue-547-lite-dop

Conversation

@erikdarlingdata
Copy link
Owner

Summary

Changes

  • Lite/Database/Schema.cs: min_dop, max_dop changed from INTEGER to BIGINT
  • Lite/Services/RemoteCollectorService.QueryStats.cs: Convert.ToInt32Convert.ToInt64 for dop column reads

Test plan

  • Lite builds clean
  • Query stats collection works without overflow

Closes #547

🤖 Generated with Claude Code

Schema.cs: min_dop, max_dop changed from INTEGER to BIGINT
Collector: Convert.ToInt32 changed to Convert.ToInt64 for dop reads

Mirrors the Dashboard fix — same root cause, different codebase.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@erikdarlingdata erikdarlingdata merged commit c47e6f3 into dev Mar 13, 2026
@erikdarlingdata erikdarlingdata deleted the fix/issue-547-lite-dop branch March 13, 2026 22:02
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