ydb-go-sdk
ydb-go-sdk copied to clipboard
Pure Go native and database/sql driver for YDB
https://github.com/ydb-platform/ydb-go-sdk/actions/runs/9289373753/job/25563115195#step:5:869 ``` ================== WARNING: DATA RACE Read at 0x00c00173d8a3 by goroutine 32021: testing.(*common).logDepth() /opt/hostedtoolcache/go/1.20.14/x64/src/testing/testing.go:992 +0xc4 testing.(*common).log() /opt/hostedtoolcache/go/1.20.14/x64/src/testing/testing.go:985 +0xa4 testing.(*common).Logf() /opt/hostedtoolcache/go/1.20.14/x64/src/testing/testing.go:1036 +0x6a testing.(*T).Logf() :1 +0x75 github.com/ydb-platform/ydb-go-sdk/v3/internal/xtest.grpcLoggerStream.RecvMsg() /home/runner/work/ydb-go-sdk/ydb-go-sdk/internal/xtest/grpclogger.go:106 +0x31d github.com/ydb-platform/ydb-go-sdk/v3/internal/xtest.(*grpcLoggerStream).RecvMsg() :1 +0xb5...
# Feature Request **Describe the Feature Request** Add behavior to the SDK to get information about the progress of reading a partition **Describe Preferred Solution** API has [PartitionConsumerStats](https://github.com/ydb-platform/ydb-api-protos/blob/8e2eef00b7334b4a77b8c9772dbefa862a8812fa/protos/ydb_topic.proto#L868-L893) **Additional Context**...
feat: Support new type `json.RawMessage` in `database/sql` query args for go_query_bind=positional
# Feature Request Describe the Feature Request We request the ability to use json.RawMessage or a similar type to insert JSON fields into YDB with positional aruguments. This feature is...
…utomatically rolled back transactions on errors) ## Pull request type Please check the type of change your PR introduces: - [x] Bugfix - [ ] Feature - [ ] Code...
## Pull request type Please check the type of change your PR introduces: - [ ] Bugfix - [ ] Feature - [ ] Code style update (formatting, renaming) -...
Now the topic.Write will be failed if try to send more messages, than internal buffer has limit. It isn't comfortable and it isn't purpose of the queue limit. Better choise:...
## Pull request type Please check the type of change your PR introduces: - [ ] Bugfix - [ ] Feature - [ ] Code style update (formatting, renaming) -...
## Pull request type Please check the type of change your PR introduces: - [x] Bugfix - [ ] Feature - [ ] Code style update (formatting, renaming) - [...
# Bug Report **YDB GO SDK version:** trunk **Environment** linux **Current behavior:** segfault **Expected behavior:** not segfault **Steps to reproduce:** - build example from ydb-go-sdk/examples/describe - run: ./describe -ydb "grpc://127.0.0.1:28048"...
# Bug Report **YDB GO SDK version:** 3.76.5 **Environment** Yandex Cloud Serverless Container OS: Linux (within container) CPU Architecture: x86_64 **Current behavior:** When using ycm.WithCredentials() from the package github.com/ydb-platform/ydb-go-yc-metadata in...