Tags: microsoft/go-mssqldb
Tags
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>
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>
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>
PreviousNext