Skip to content

Fix FinOps CI: sql_variant CONCAT and test table count#465

Merged
erikdarlingdata merged 1 commit intodevfrom
fix/finops-ci
Mar 7, 2026
Merged

Fix FinOps CI: sql_variant CONCAT and test table count#465
erikdarlingdata merged 1 commit intodevfrom
fix/finops-ci

Conversation

@erikdarlingdata
Copy link
Owner

Summary

  • Fix Msg 257 in server_properties_collector: SERVERPROPERTY returns sql_variant which can't be used in CONCAT implicitly — added explicit CONVERT to nvarchar(128)
  • Update SchemaStatements_MatchTableCount test assertion from 24 to 26 for the two new FinOps tables

🤖 Generated with Claude Code

- CONVERT SERVERPROPERTY results to nvarchar(128) in CONCAT call to avoid
  implicit sql_variant conversion error (Msg 257)
- Update SchemaStatements_MatchTableCount assertion from 24 to 26 for the
  two new FinOps tables (database_size_stats, server_properties)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@erikdarlingdata erikdarlingdata merged commit c1893e4 into dev Mar 7, 2026
3 of 7 checks passed
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