Closed zijchen closed 3 months ago
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
extensions/sql-database-projects/src/common/utils.ts | 0 | 8 | 0.0% | ||
<!-- | Total: | 0 | 8 | 0.0% | --> |
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
extensions/notebook/src/dialog/configurePython/configurePythonWizard.ts | 1 | 45.22% | ||
<!-- | Total: | 1 | --> |
Totals | |
---|---|
Change from base Build 10207294964: | -0.002% |
Covered Lines: | 30728 |
Relevant Lines: | 68919 |
The mssql API returns the engine edition to be 5 (SqlDatabase) for Fabric DW, which might be a bug in itself. Since the server name check would only be applicable to the 2 valid Fabric DW domain, this change should be fine.
Fixes #25811