mssql_native 0.2.0
mssql_native: ^0.2.0 copied to clipboard
Native Microsoft SQL Server driver for Dart and Flutter, with connection pooling, streaming queries, cancellation, transactions, stored procedures and bulk copy.
Changelog #
0.2.0 #
- Fixed SQL Server error 1934 by enabling required session SET options.
- Breaking:
QUOTED_IDENTIFIERis now on. Use single quotes for strings orMssqlSessionOptions.legacy. - Added configurable session defaults via
MssqlSessionOptions, applied automatically on login and reconnect.
0.1.1 #
Align the package metadata, Darwin podspec and examples on the published package version.
0.1.0 #
Add dependency-free observability hooks for queries, streams, bulk copy, transactions, connection lifecycle and real pool waits. Events expose safe labels, metrics and classified failures without SQL, parameters, credentials or row values
0.0.2 #
Bundle Android and iOS libraries through the build hook so standalone Dart projects can install the same package. Declare the supported native platforms.
0.0.1 #
Initial release.