Update to microsoft/go-mssqldb driver

This commit is contained in:
gandaldf
2022-11-03 16:10:11 +01:00
parent 800e2db645
commit bc92dbd3c3
6 changed files with 43 additions and 73 deletions

View File

@@ -7,7 +7,7 @@ import (
"strings"
"time"
_ "github.com/denisenkom/go-mssqldb"
_ "github.com/microsoft/go-mssqldb"
)
// Storage interface that is implemented by storage providers