Update to latest github.com/microsoft/go-mssqldb driver (v1.8.2) #586
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR updates the
github.com/microsoft/go-mssqldb
driver from v1.8.0 to the latest version v1.8.2.Changes
go.mod
to usegithub.com/microsoft/go-mssqldb v1.8.2
go.sum
with corresponding dependency hashesgo mod tidy
(movedgolang.org/x/term
from indirect to direct)Validation
✅ Project builds successfully with the updated driver
✅ All existing imports continue to work (
azuread
,msdsn
,namedpipe
,sharedmemory
)✅ Core functionality tests pass
✅ Main binary builds and runs correctly
✅ No breaking changes detected
This is a patch-level update that maintains full backward compatibility while bringing in the latest bug fixes and improvements from the go-mssqldb driver.
Fixes #585.
Warning
Firewall rules blocked me from connecting to one or more addresses
I tried to connect to the following addresses, but was blocked by firewall rules:
does
invalid.url
/tmp/go-build644552189/b643/http.test -test.testlogfile=/tmp/go-build644552189/b643/testlog.txt -test.paniconexit0 -test.timeout=10m0s -test.v=true
(dns block)someserver
/tmp/go-build1901000636/b001/sqlcmd.test -test.testlogfile=/tmp/go-build1901000636/b001/testlog.txt -test.paniconexit0 -test.timeout=10m0s -test.v=true
(dns block)If you need me to access, download, or install something from one of these locations, you can either:
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.