Commit 70b31cf
Fix procedure_stats plan query to use DECOMPRESS after compression migration
PR #433 migrated procedure_stats to compressed LOB storage but missed
updating GetProcedureStatsPlanXmlByCollectionIdAsync — it still referenced
the old query_plan column instead of DECOMPRESS(query_plan_text). This
would cause plan viewing to fail for procedure stats rows.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent db14906 commit 70b31cf
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2409 | 2409 | | |
2410 | 2410 | | |
2411 | 2411 | | |
2412 | | - | |
| 2412 | + | |
2413 | 2413 | | |
2414 | 2414 | | |
2415 | 2415 | | |
| |||
0 commit comments