ydb-go-sdk
ydb-go-sdk copied to clipboard
Pure Go native and database/sql driver for YDB
sdk version: v3.90 https://github.com/ydb-platform/ydb-go-sdk/blob/15ac7bfad4fa27807dfe2f4a6d024d59a13e20b4/internal/query/scanner/struct.go#L36-L36 Custom types should include: - `json.Unmarshaller` - `big.Int` and `big.Float` - aliases for already supported types - something else Good solution should include example in `ydb/ydb-go-sdk/examples`...
# Bug Report **YDB GO SDK version:** v3.84.1 **Environment** Ubuntu, x86_64 **Current behavior:** Balancers initializes grpc pool with 2 connections refers to different endpoints. First correct and second to localhost....
similar to topicreader.ReadMessagesBatch, but doesn't remove the batch from the reader. Few times PeakMessage return same data. The batch can be committed. Next peak batch after commit return new data...
## Pull request type Please check the type of change your PR introduces: - [ ] Bugfix - [ ] Feature - [ ] Code style update (formatting, renaming) -...
When `ydb.Open` is called with an already-expired context, the error message chains multiple stack traces, making it difficult to diagnose: ``` retry failed on attempt No.1: context deadline exceeded at...
# Bug Report **YDB GO SDK version:** `v3.118.0` **Environment** All environments **Current behavior:** When the context passed to ydb.Open has its deadline exceeded, an error message is displayed that is...