chore: ⬆️ Vendor for new deps
This commit is contained in:
15
vendor/github.com/microsoft/go-mssqldb/protocol_go113pre.go
generated
vendored
Normal file
15
vendor/github.com/microsoft/go-mssqldb/protocol_go113pre.go
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
//go:build !go1.13
|
||||
// +build !go1.13
|
||||
|
||||
package mssql
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"github.com/microsoft/go-mssqldb/msdsn"
|
||||
)
|
||||
|
||||
func wrapConnErr(p *msdsn.Config, err error) error {
|
||||
f := "unable to open tcp connection with host '%v:%v': %v"
|
||||
return fmt.Errorf(f, p.Host, resolveServerPort(p.Port), err)
|
||||
}
|
||||
Reference in New Issue
Block a user