v0.22.0
- Added
YdbDbTypeproperty toYdbParameter, allowing to explicitly specify YDB-specific data types for parameter mapping. - ADO.NET: Now
YdbConnection.OpenAsyncandYdbCommand.Execute*throwOperationCanceledException,
if the CancellationToken has already been cancelled before the method is called. - Feat ADO.NET: decimal type with arbitrary precision/scale (#498).
- Fixed bug: interval value parsing in microseconds and double instead of ticks (#497).
- ADO.NET: Changed
IBulkUpsertImporter.AddRowAsyncsignature:object?[] row→params object[].
Full Changelog: v0.21.0...v0.22.0