modular_api_sqlserver 0.6.0
modular_api_sqlserver: ^0.6.0 copied to clipboard
Official MACSS SQL Server integration package for Dart.
Changelog #
0.6.0 #
- add typed command parameters via
DbParameter(name, value, direction input/output/inputOutput, free-formtypeHint) withinput/output/inputOutputhelpers - add
DbCommandKind.procedurefor stored-procedure execution (the adapter maps it to EXEC/CALL; rows viaquery, no-rows viaexecute) - add optional
DbProcedureOutcome(returnValue, outputParameters) onDbRowSetandDbExecutionSummary - extend shared-fixture conformance coverage for the new contracts across the three SDKs
- additive and non-breaking:
DbCommandkeeps its signature (parameters already accept any value) - update
modular_apidependency to^0.6.0
0.5.0 #
- version bump for cross-SDK parity (ADR-0002); no functional changes
- update
modular_apidependency to^0.5.0
0.4.8 #
- switch
modular_apidependency from local path to published^0.4.8 - keep SQL Server metadata reader and connection settings in this package as the clean-room owner
0.4.7 #
- bootstrap
modular_api_sqlserverfor Dart - add the first SQL Server database client slice with shared contracts, repository helpers, and health support
- add tests for defaults, result helpers, lease ownership, transactions, close flows, and GraphQL support bundling