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

Pure Go native and database/sql driver for YDB

Results 219 ydb-go-sdk issues
Sort by recently updated
recently updated
newest added

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`...

enhancement
query-service

# 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....

bug

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...

enhancement
topic

## 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...

bug