Skip to content

Commit 8fa522a

Browse files
Update CHANGELOG.md
1 parent 71bc06c commit 8fa522a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Ydb.Sdk/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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`.
13
- Feat ADO.NET: cache gRPC transport by `gRPCConnectionString` to reuse channels.
24
- Fix bug wrap-around ADO.NET: Big parameterized Decimal — `((ulong)bits[1] << 32)` -> `((ulong)(uint)bits[1] << 32)`.
35
- Feat ADO.NET: Parameterized Decimal overflow check: `Precision` and `Scale`.

0 commit comments

Comments
 (0)