[windows] Add SQL OLEDB Driver 19 (#13127)

This commit is contained in:
Shamil Mubarakshin
2025-10-03 11:25:44 +02:00
committed by GitHub
parent 5641ff0eb6
commit de257bbc47
4 changed files with 20 additions and 3 deletions

View File

@@ -213,9 +213,13 @@ Describe "Kotlin" {
}
Describe "SQL OLEDB Driver" {
It "SQL OLEDB Driver" {
It "SQL OLEDB Driver 18" {
"HKLM:\SOFTWARE\Microsoft\MSOLEDBSQL" | Should -Exist
}
It "SQL OLEDB Driver 19" {
"HKLM:\SOFTWARE\Microsoft\MSOLEDBSQL19" | Should -Exist
}
}
Describe "OpenSSL" {