Skip to content

Commit 393ba3f

Browse files
committed
try an older mssql driver version
1 parent f9470ea commit 393ba3f

File tree

7 files changed

+45
-64
lines changed

7 files changed

+45
-64
lines changed

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ require (
2525
github.com/cznic/b v0.0.0-20181122101859-a26611c4d92d // indirect
2626
github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548 // indirect
2727
github.com/cznic/strutil v0.0.0-20181122101858-275e90344537 // indirect
28-
github.com/denisenkom/go-mssqldb v0.0.0-20190514213226-23b29e59681b
28+
github.com/denisenkom/go-mssqldb v0.0.0-20190418034912-35416408c946
2929
github.com/dgrijalva/jwt-go v0.0.0-20161101193935-9ed569b5d1ac
3030
github.com/edsrzf/mmap-go v0.0.0-20170320065105-0bce6a688712 // indirect
3131
github.com/elazarl/go-bindata-assetfs v0.0.0-20151224045452-57eb5e1fc594 // indirect
@@ -129,6 +129,6 @@ require (
129129
)
130130

131131
replace (
132-
github.com/denisenkom/go-mssqldb => github.com/denisenkom/go-mssqldb v0.0.0-20190514213226-23b29e59681b
132+
github.com/denisenkom/go-mssqldb => github.com/denisenkom/go-mssqldb v0.0.0-20190418034912-35416408c946
133133
github.com/go-sql-driver/mysql => github.com/go-sql-driver/mysql v0.0.0-20181218123637-c45f530f8e7f
134134
)

go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ github.com/cznic/strutil v0.0.0-20181122101858-275e90344537/go.mod h1:AHHPPPXTw0
6666
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
6767
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
6868
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
69+
github.com/denisenkom/go-mssqldb v0.0.0-20190418034912-35416408c946 h1:xn+jBHAqNYs6CnHhJwfWZQspPHMEL+LzUk0vpqWj6eo=
70+
github.com/denisenkom/go-mssqldb v0.0.0-20190418034912-35416408c946/go.mod h1:zAg7JM8CkOJ43xKXIj7eRO9kmWm/TW578qo+oDO6tuM=
6971
github.com/denisenkom/go-mssqldb v0.0.0-20190514213226-23b29e59681b h1:IPnx9jcsslwYYmDIxCSjmvdhzRv3R9z8pfLC9htYoIY=
7072
github.com/denisenkom/go-mssqldb v0.0.0-20190514213226-23b29e59681b/go.mod h1:zAg7JM8CkOJ43xKXIj7eRO9kmWm/TW578qo+oDO6tuM=
7173
github.com/dgrijalva/jwt-go v0.0.0-20161101193935-9ed569b5d1ac h1:xrQJVwQCGqDvOO7/0+RyIq5J2M3Q4ZF7Ug/BMQtML1E=

vendor/github.com/denisenkom/go-mssqldb/README.md

+1-22
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/denisenkom/go-mssqldb/mssql_go19.go

+4-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/denisenkom/go-mssqldb/tvp_go19.go

+31-30
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/denisenkom/go-mssqldb/types.go

+4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ github.com/couchbase/vellum/utf8
8787
github.com/couchbaselabs/go-couchbase
8888
# github.com/davecgh/go-spew v1.1.1
8989
github.com/davecgh/go-spew/spew
90-
# github.com/denisenkom/go-mssqldb v0.0.0-20190514213226-23b29e59681b => github.com/denisenkom/go-mssqldb v0.0.0-20190514213226-23b29e59681b
90+
# github.com/denisenkom/go-mssqldb v0.0.0-20190418034912-35416408c946 => github.com/denisenkom/go-mssqldb v0.0.0-20190418034912-35416408c946
9191
github.com/denisenkom/go-mssqldb
9292
github.com/denisenkom/go-mssqldb/internal/cp
9393
# github.com/dgrijalva/jwt-go v0.0.0-20161101193935-9ed569b5d1ac

0 commit comments

Comments
 (0)