Skip to content

Tags: microsoft/go-mssqldb

Tags

v1.8.0

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

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

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

v1.7.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Feat: Add NullableUniqueIdentifier type

* Refactor UniqueIdentifier tests

* Parallelize tests

* Add NullableUniqueIdentifier type

* Add missing test case for UniqueIdentifier

* Improve error message

* Rename to NullUniqueIdentifier

* Add NullUniqueIdentifier to TestBulkcopy

* Add uniqueidentifier parsing to the list of Features

* Add Valid bool to NullUniqueIdentifier

* Handle null in UnmarshalJSON()

* Handle !Valid in Value(),String(),MarshalText()

---------

Co-authored-by: Norman Gehrsitz <git@gehrsitz.eu>

v1.6.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add TDS8 support

This commit fixes #136.  Adds support for TDS8. TDS8 connection
can now be used by specifying encrypt=strict. TrustServerCertificate=true
will not come into effect when encrypt is set to 'strict'.

v1.5.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix: Handle extended chars in SQL instance names (#138)

* Fix: Handle extended chars in SQL instance names

v1.4.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
prep for tag 1.4 (#134)

v1.3.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Enable dependabot for pkg updates

v1.2.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update go package dependencies

v1.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update go package dependencies