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

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

refactoring

- [x] Interval (see [implementation](https://github.com/ydb-platform/ydb-go-sdk/blob/a3999965df5923f24a35081d662bd19ff218a470/internal/params/parameters.go#L231)) - [x] Datetime (see [implementation](https://github.com/ydb-platform/ydb-go-sdk/blob/a3999965df5923f24a35081d662bd19ff218a470/internal/params/parameters.go#L224)) - [x] Date (see [implementation](https://github.com/ydb-platform/ydb-go-sdk/blob/a3999965df5923f24a35081d662bd19ff218a470/internal/params/parameters.go#L217)) - [x] Timestamp (see [implementation](https://github.com/ydb-platform/ydb-go-sdk/blob/a3999965df5923f24a35081d662bd19ff218a470/internal/params/parameters.go#L210)) - [x] Decimal (see [implementation](https://github.com/ydb-platform/ydb-go-sdk/blob/a3999965df5923f24a35081d662bd19ff218a470/internal/params/parameters.go#L203)) - [x] Float (see [implementation](https://github.com/ydb-platform/ydb-go-sdk/blob/a3999965df5923f24a35081d662bd19ff218a470/internal/params/parameters.go#L189))...

enhancement
student-projects

Full list of [disabled linters](https://github.com/ydb-platform/ydb-go-sdk/blob/master/.golangci.yml#L209) in golangci config (note: golangci version fixed as [v1.55.2](https://github.com/ydb-platform/ydb-go-sdk/blob/master/.github/workflows/lint.yml#L10)): - [x] #918 - [x] #919 - [x] #920 - [ ] #921 - [ ]...

enhancement
student-projects
linters

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

coordination

fro example: ```go // package retry type Limiter interface { Acquire(ctx context.Context) error } // another package var _ retry.Limiter = (*myRateLimiter)(nil) err := retry.Retry(ctx, func(ctx) error { // lambda...

enhancement

List of adatpters: - [ ] github.com/ydb-platform/ydb-go-sdk-yc-metadata - [ ] github.com/ydb-platform/ydb-go-sdk-yc - [ ] github.com/ydb-platform/ydb-go-sdk-auth-environ - [ ] github.com/ydb-platform/ydb-go-sdk-zap - [ ] github.com/ydb-platform/ydb-go-sdk-zerolog - [ ] github.com/ydb-platform/ydb-go-sdk-logrus - [ ]...

enhancement
CI

# Bug Report **YDB GO SDK version:** 3.61.2 It should limit timeout for connection/reconnection reader to a server. Infinite by default.

bug
topic

Bad commit: https://github.com/ydb-platform/ydb-go-sdk/commit/3d565003e3f8dc4ced5b2490701b203bc50f7a96 Breaking changes: # github.com/ydb-platform/ydb-go-sdk/v3 ## incompatible changes WithSessionPoolKeepAliveMinSize: removed WithSessionPoolKeepAliveTimeout: removed # github.com/ydb-platform/ydb-go-sdk/v3/trace ## incompatible changes Coordination: old is comparable, new is not DatabaseSQLOnTxExec: changed from func(*DatabaseSQL,...

bug

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: - [x] Bugfix - [...