Commit f68fa71
Fix FinOps CI failures: sql_variant CONCAT and test table count
- 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>1 parent 27dc20a commit f68fa71
2 files changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
140 | | - | |
| 139 | + | |
| 140 | + | |
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
215 | | - | |
216 | | - | |
217 | | - | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
| |||
0 commit comments