Skip to content

Tags: microsoft/go-mssqldb

Tags

v1.9.4

Toggle v1.9.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(namedpipe): Restrict package to supported platforms (#298) * fix(namedpipe): Restrict package to supported platforms * Fix architecture check Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Bump version --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

v1.9.3

Toggle v1.9.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add support for double-quoted values in ADO connection strings (#283) * Initial plan * Implement support for double-quoted values in ADO connection strings Co-authored-by: shueybubbles <2224906+shueybubbles@users.noreply.github.com> * Fix UTF-8 handling in ADO connection string parsing Replace WriteByte with WriteRune in splitAdoConnectionStringParts to properly handle multibyte UTF-8 characters. Add comprehensive test cases with Cyrillic, Chinese, emoji, and accented characters in quoted connection string values. Co-authored-by: shueybubbles <2224906+shueybubbles@users.noreply.github.com> * Update version to 1.9.3 and add documentation for double-quoted values Co-authored-by: shueybubbles <2224906+shueybubbles@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: shueybubbles <2224906+shueybubbles@users.noreply.github.com>

v1.9.2

Toggle v1.9.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix: make the message queue model work correctly (#277) * fix: make msg queue model work * update changelog --------- Co-authored-by: David Shiflet (from Dev Box) <davidshi@ntdev.microsoft.com>

v1.9.1

Toggle v1.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
updating version (oops) (#275) Co-authored-by: David Shiflet (from Dev Box) <davidshi@ntdev.microsoft.com>

v1.9.0

Toggle v1.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix build breaks (#274) * fix build breaks * skip azure tests --------- Co-authored-by: David Shiflet (from Dev Box) <davidshi@ntdev.microsoft.com>

v1.8.2

Toggle v1.8.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Parse does not recognize Pwd as a valid password field alias (#263) * Initial plan for issue * Add 'pwd' as an alias for 'password' in connection strings Co-authored-by: shueybubbles <2224906+shueybubbles@users.noreply.github.com> * Address PR feedback: fix CHANGELOG version and add test for pwd alias Co-authored-by: shueybubbles <2224906+shueybubbles@users.noreply.github.com> * update version and fix tests * match test to the request --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: shueybubbles <2224906+shueybubbles@users.noreply.github.com> Co-authored-by: davidshi <david.shiflet@microsoft.com>

v1.8.1

Toggle v1.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
replace ioutil with io everywhere (#258) 

v1.8.0

Toggle v1.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Feat: Add tracing data to prelogin and login7 packets (#228) * add traceid field to prelogin * add clientid and pid to login7 * add logging of conn id to tdsSession * fix go mod * fix test * update min Go to 118 Fixes #226

v1.7.2

Toggle v1.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix: handle sql.NullTime parameters (#195) * handle sql.NullTime parameters * Match SQL sizes for sql.Nullxxx integer types * handle custom nullable Valuer implementations

v1.7.1

Toggle v1.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix named pipe path handling to preserve "." (#178) * Fix:Enable connection to WID