Changelog for Microsoft SQL Server Driver¶
v1.3.1 (2026-03-11)¶
Fixes:
Ingest string columns as
NVARCHAR(MAX)(instead of the deprecatedNTEXT)Fix a bug where reusing a statement to execute a query after a bulk ingest would give an empty result set
v1.3.0 (2026-02-19)¶
New features:
Improve query performance by optimizing the underlying microsoft/go-mssqldb library[1]
v1.2.0 (2026-01-12)¶
New features:
Add support for Microsoft Entra ID authentication
v1.1.0 (2026-01-07)¶
New features:
Add support for querying DATETIME2, CHAR/NCHAR types
Add for binding/ingesting Arrow large/view/fixed-size string and binary types
v1.0.0 (2025-09-18)¶
Initial release