ydb-dotnet-sdk icon indicating copy to clipboard operation
ydb-dotnet-sdk copied to clipboard

YDB .NET SDK

Results 28 ydb-dotnet-sdk issues
Sort by recently updated
recently updated
newest added

Community [reference](https://github.com/shersh/YdbDriver/tree/master) ADO.NET must be used with [QueryService](https://github.com/ydb-platform/ydb-api-protos/blob/master/protos/ydb_query.proto) (a.k.a API 2.0 OLTP) Roadmap of Refactoring: - [x] #81 - [x] #84 - [x] #88 - [x] #94 - [x] #100...

enhancement
epic

With two methods: 1. Query("query text", query_params, optional transaction mode, lambda (result stream)) 2. QueryTx(optional transaction mode, lambda(tx)) lambda is retriable user callback. When use queryTx - transaction will commit...

enhancement

main issue: https://github.com/ydb-platform/ydb/issues/3885

enhancement

https://github.com/ydb-platform/ydb-dotnet-sdk/blob/512230633e729a818e4cc421dfe927cf303bfb61/src/Ydb.Sdk/tests/Table/TestGracefulShutdown.cs#L26

bug

Sent hint "session-balancer" in header "x-ydb-client-capabilities" if server side balancing supported.

for sum something without allocate memory for full result: `result.Add(Series.FromRow(row));` need change example: `private async Task StreamSelect()`

enhancement