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

# Feature Request YDB supports transactions between tables and topics. It allow to commit messages to a topic with common transaction commit (with table changes and topic writes). - [x]...

enhancement
topic

## Pull request type Please check the type of change your PR introduces: - [x] Bugfix - [ ] Feature - [ ] Code style update (formatting, renaming) - [x]...

bug

# Feature Request **Describe the Feature Request** When using the gzip codec, topic messages occupy a minimum size of more than 32 KiB, due to the gzip.Reader stored inside each...

enhancement

## Pull request type Please check the type of change your PR introduces: - [ ] Bugfix - [ ] Feature - [ ] Code style update (formatting, renaming) -...

refactoring
query-service

# Bug Report **YDB GO SDK version:** 3.75.0 **Current behavior:** Infinite reconnection if try to connection with grpcs:// to grpc:// endpoint **Expected behavior:** Fails fast without retry

bug

# Feature Request I want to write a wrapper package that uses Execute/ReadRow/ReadResultSet from Session and TxActor, encountered that the signature of the methods became very different 1. `options` package...

enhancement

# Bug Report **YDB GO SDK version:** 3.74.7 Reproduced on local ydb. Code: Details ```go ctx := context.Background() db := must(ydb.Open( ctx, connectionString, yc.WithInternalCA(), ydb.WithAccessTokenCredentials(internalOAuthToken), // yc.WithServiceAccountKeyFileCredentials(serviсeAccountFile), // ydb.WithDiscoveryInterval(time.Second), ydb.WithLogger(log.Default(os.Stderr),...

bug

Ideas about reason: - deadlock in internal/pool - something else ![telegram-cloud-photo-size-2-5440748615501995982-y](https://github.com/ydb-platform/ydb-go-sdk/assets/14202262/81fe50e4-f70d-4fe1-8b28-987f4ae22df8)

bug
query-service

For example ``` operations, err := db.Operation().ListOperations(ctx) for _, op := range operations { fmt.Println(op.Info()) if true { op.Cancel(ctx) } else { op.Forget(ctx) } } ```

enhancement

# Bug Report **YDB GO SDK version:** 3.74.3 **Environment** MacOS Sonoma 14.2.1 AMD64 **Current behavior:** ``` 2024/06/18 13:06:47 queryconnError{node_id:1,address:'localhost:2136'}: operation/NOT_FOUND (code = 400140, address = localhost:2136, issues = [{#2015 'Transaction...

bug