Commit c0b1e7f
sp_BlitzCache: add Azure SQL DB/MI bypass to version gate
The LIKE '12%' pattern in the version check would incorrectly block
Azure SQL DB, which reports ProductVersion starting with '12.' despite
supporting 2016+ features. Add an EngineEdition IN (5,6,8) check as
the first CASE branch to allow Azure SQL DB, Managed Instance, and
Synapse through both version gates.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 8b1151c commit c0b1e7f
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
811 | 812 | | |
812 | 813 | | |
813 | 814 | | |
| 815 | + | |
814 | 816 | | |
815 | 817 | | |
816 | 818 | | |
| |||
0 commit comments