You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make readCancelConfirmation respect context cancellation (#359) (65e137f)
replace broken AppVeyor badge with GitHub Actions badge (#334) (d3429f5)
return interface{} scanType for sql_variant instead of nil (#362) (296a83a), closes #186
sanitize credentials from connection string parsing errors (#319) (93f5ef0)
surface server errors from Rows.Close() during token drain (#361) (ea69792), closes #244
1.9.6
Features
Added new serverCertificate connection parameter for byte-for-byte certificate validation, matching Microsoft.Data.SqlClient behavior. This parameter skips hostname validation, chain validation, and expiry checks, only verifying that the server's certificate exactly matches the provided file. This is useful when the server's hostname doesn't match the certificate CN/SAN. (#304)
The existing certificate parameter maintains backward compatibility with traditional X.509 chain validation including hostname checks, expiry validation, and chain-of-trust verification.
serverCertificate cannot be used with certificate or hostnameincertificate parameters to prevent conflicting validation methods.
1.9.3
Bug fixes
Fix parsing of ADO connection strings with double-quoted values containing semicolons (#282)
1.9.2
Bug fixes
Fix race condition in message queue query model (#277)
1.9.1
Bug fixes
Fix bulk insert failure with datetime values near midnight due to day overflow (#271)
Next steps: Take a moment to review the security alert above. Review
the linked package source code to understand the potential risk. Ensure the
package is not malicious before proceeding. If you're unsure how to proceed,
reach out to your security team or ask the Socket team for help at
support@socket.dev.
Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.
Mark the package as acceptable risk. To ignore this alert only
in this pull request, reply with the comment
@SocketSecurity ignore golang/github.com/microsoft/go-mssqldb@v1.10.0. You can
also ignore all packages with @SocketSecurity ignore-all.
To ignore an alert for all future pull requests, use Socket's Dashboard to
change the triage state of this alert.
aksOps
deleted the
dependabot/go_modules/github.com/microsoft/go-mssqldb-1.10.0
branch
June 18, 2026 08:19
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Bumps github.com/microsoft/go-mssqldb from 1.9.8 to 1.10.0.
Release notes
Sourced from github.com/microsoft/go-mssqldb's releases.
Changelog
Sourced from github.com/microsoft/go-mssqldb's changelog.
... (truncated)
Commits
f92e6f0chore(main): release 1.10.0 (#351)03094d0ci: add least-privilege permissions and pin actions to SHA (#354)65e137ffix: make readCancelConfirmation respect context cancellation (#359)c10fa99feat: add nullable civil types for date/time parameters (#325)9937cfefix: expose TrustServerCertificate in msdsn.Config and URL round-trip (#312)429c61dchore(deps): bump googleapis/release-please-action from 4.4.1 to 5.0.0 in the...ea77c2efeat: add FailoverPartnerSPN connection string parameter (#327)04d26c2ci: add devcontainer build validation workflow (#355)b55beebfeat: add devcontainer for VS Code and GitHub Codespaces (#317)586ea53fix: detect server-aborted transactions to prevent silent auto-commit (XACT_A...