Skip to content

Fix ensure_collection_table query_stats column types#550

Merged
erikdarlingdata merged 1 commit intodevfrom
fix/issue-547-ensure-table
Mar 13, 2026
Merged

Fix ensure_collection_table query_stats column types#550
erikdarlingdata merged 1 commit intodevfrom
fix/issue-547-ensure-table

Conversation

@erikdarlingdata
Copy link
Owner

Summary

Follow-up to #548/#549 — the third copy of the query_stats schema in 06_ensure_collection_table.sql still had smallint/integer for the dop and thread columns.

Changes

  • min_dop, max_dop: smallintbigint
  • min/max_reserved_threads, min/max_used_threads: integerbigint

🤖 Generated with Claude Code

Missed the third copy of the query_stats schema in
06_ensure_collection_table.sql — same smallint/integer -> bigint
fix for min_dop, max_dop, and thread columns.

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