We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71bc06c commit 8fa522aCopy full SHA for 8fa522a
src/Ydb.Sdk/CHANGELOG.md
@@ -1,3 +1,5 @@
1
+- Feat ADO.NET: Added YdbDataSource `ExecuteAsync` and `ExecuteInTransaction` convenience methods.
2
+- **Breaking Change**: moved and renamed `Ydb.Sdk.Services.Query.TxMode` -> `Ydb.Sdk.Ado.TransactionMode`.
3
- Feat ADO.NET: cache gRPC transport by `gRPCConnectionString` to reuse channels.
4
- Fix bug wrap-around ADO.NET: Big parameterized Decimal — `((ulong)bits[1] << 32)` -> `((ulong)(uint)bits[1] << 32)`.
5
- Feat ADO.NET: Parameterized Decimal overflow check: `Precision` and `Scale`.
0 commit comments