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 150 ydb-go-sdk issues
Sort by recently updated
recently updated
newest added

For example when try wo connect to unexisted topic. Now it will wait forever Version: v3.74.3

bug
topic

# Bug Report **YDB GO SDK version:** 3.74.0 **Environment** Ubuntu 22.04 x64 **Current behavior:** Error while executing query ``` non-retryable error occurred on attempt No.1 (idempotent=false): connError{node_id:0,address:'localhost:12136'}: transport/Unavailable (code =...

bug
query-service

List of lists: ``` listOfLists := ydb.ParamsBuilder().Param("$list").BeginList(). Add().BeginList(). Add().Uint64(1). Add().Uint64(2). Add().Uint64(3). Add().Uint64(4). EndList(). EndList(). Add().BeginList(). Add().Uint64(5). Add().Uint64(6). Add().Uint64(7). Add().Uint64(8). EndList(). EndList(). Build() ``` List of dicts: ``` listOfDicts := ydb.ParamsBuilder().Param("$list").BeginList()....

# Feature Request **Describe the Feature Request** Available to set callback function as callback for receive new messages. It will allow to easy parallel works ``` f := func(ctx, batch...

enhancement
topic

# Bug Report **YDB GO SDK version:** v3.71.0 **Description:** When using `Text` columns, ScanStruct does not work for pointer struct field](bug: When using `Text` columns, ScanStruct does not work for...

bug

And can you add map[string]any support? It can be very helpful when working with YDB JSON fields, while using database/sql driver _Originally posted by @EvilBorsch in https://github.com/ydb-platform/ydb-go-sdk/issues/1242#issuecomment-2133505121_

enhancement
database/sql