Skip to content

Update to latest github.com/microsoft/go-mssqldb driver (v1.8.2) #586

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Copilot
Copy link
Contributor

@Copilot Copilot AI commented Jun 2, 2025

This PR updates the github.com/microsoft/go-mssqldb driver from v1.8.0 to the latest version v1.8.2.

Changes

  • Updated go.mod to use github.com/microsoft/go-mssqldb v1.8.2
  • Updated go.sum with corresponding dependency hashes
  • Minor dependency reorganization by go mod tidy (moved golang.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
    • Triggering command: /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
    • Triggering command: /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.

@Copilot Copilot AI changed the title [WIP] Update to latest github.com/microsoft/go-mssqldb driver Update to latest github.com/microsoft/go-mssqldb driver (v1.8.2) Jun 2, 2025
@Copilot Copilot AI requested a review from shueybubbles June 2, 2025 15:01
Copilot finished work on behalf of shueybubbles June 2, 2025 15:01
@shueybubbles shueybubbles marked this pull request as ready for review June 2, 2025 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update to latest github.com/microsoft/go-mssqldb driver
2 participants