Skip to content

v0.22.0

Choose a tag to compare

@ydb-platform-bot ydb-platform-bot released this 12 Aug 14:57
· 34 commits to main since this release
  • Added YdbDbType property to YdbParameter, allowing to explicitly specify YDB-specific data types for parameter mapping.
  • ADO.NET: Now YdbConnection.OpenAsync and YdbCommand.Execute* throw OperationCanceledException,
    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.AddRowAsync signature: object?[] rowparams object[].

Full Changelog: v0.21.0...v0.22.0