mssql_native 0.2.0 copy "mssql_native: ^0.2.0" to clipboard
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_IDENTIFIER is now on. Use single quotes for strings or MssqlSessionOptions.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.

0
likes
160
points
188
downloads

Documentation

API reference

Publisher

verified publisheraksoyhlc.net

Weekly Downloads

Native Microsoft SQL Server driver for Dart and Flutter, with connection pooling, streaming queries, cancellation, transactions, stored procedures and bulk copy.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

code_assets, ffi, hooks, meta, native_toolchain_c

More

Packages that depend on mssql_native