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
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
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>
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'.