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

Next code must be worked: ```go params := ydb.ParamsBuilder().Param("$param").Variant().Struct(). Field("col1").Text("text"). Field("col2").Uint32(123). Field("col3").Int64(456). Build(). Build(). Build() ``` Variable `params` can be used in ```go err := db.Table().Do(ctx, func(ctx, s) error) {...

enhancement
student-projects

student-projects
linters

# Feature Request Make an error about optional/required value mismatch more clear. **Describe Preferred Solution** Improve error message with exact error reason and column name **Describe Alternatives** Now error message...

enhancement

student-projects
linters

# Feature Request **Describe the Feature Request** YDB SDK creates grpc connections (lazy), then keepalive them until while the node persisted in discovery results. Side effect: on large clusters it...

enhancement

I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en ## Pull request type Please check the type of change your PR introduces: - [ ] Bugfix -...

no changelog

https://github.com/helm/kind-action

enhancement

I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en ## Pull request type Please check the type of change your PR introduces: - [ ] Bugfix -...

params-builder

https://github.com/ydb-platform/ydb-go-sdk/actions/runs/6302373124/job/17109414001#step:4:66 ``` --- FAIL: TestWriterImpl_Reconnect (2.11s) [66](https://github.com/ydb-platform/ydb-go-sdk/actions/runs/6302373124/job/17109414001#step:4:67) --- FAIL: TestWriterImpl_Reconnect/ReconnectOnErrors (2.11s) [67](https://github.com/ydb-platform/ydb-go-sdk/actions/runs/6302373124/job/17109414001#step:4:68) writer_reconnector_test.go:507: [68](https://github.com/ydb-platform/ydb-go-sdk/actions/runs/6302373124/job/17109414001#step:4:69) panic.go:661: test run counter: 2 [69](https://github.com/ydb-platform/ydb-go-sdk/actions/runs/6302373124/job/17109414001#step:4:70) FAIL ```

bug
flaky

I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en ## Pull request type Please check the type of change your PR introduces: - [ ] Bugfix -...

no changelog
no slo