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

Results 38 ydb-rs-sdk issues
Sort by recently updated
recently updated
newest added

1. Handle server-side hint session-close withthin server x-ydb-server-hints 2. Sent hint "session-balancer" in "x-ydb-client-capabilities" header

enhancement

Now - it has error: tonic::transport::Error(Transport, Closed)", source: None }) and panic in crate hyper: "dispatch dropped without returning error" https://gist.github.com/rekby/80201dadb1ad28801b8eb119c631827f repro: uncomment return near line ```https://github.com/ydb-platform/ydb-rs-sdk/issues/92``` may be similar...

enhancement

now work with grpc has bad code style: it some difficult to create and understand types, many boilerplate over operations in sdk code. In the ticket will implement better wrappers...

enhancement

Hi Periodically I see this errors ``` YdbStatusError(YdbStatusError { message: "Operation { id: \"\", ready: true, status: BadSession, issues: [IssueMessage { position: None, message: \"Session not found: ydb://session/3?node_id=1025&id=Y2JlZWIxNTEtNTdkYzE0NTktZDM0NDg4MjYtYWQ5ZjVmODM=\", end_position: None,...

need info

for data queries with opt-out

enhancement

Add support ydb to [sqlx](https://github.com/launchbadge/sqlx)

integration

Ensure about test data will guranteed generate more then one result set for assertion https://github.com/ydb-platform/ydb-rs-sdk/blob/d7844f6016ab0ee88835386abefccaeedabee478/ydb/src/client_table_test_integration.rs#L611 Now ydb can return result in one result set and test assertion flap.