-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
* Added table/options.WithQueryService()
option for redirect table.Session.Execute
call to query.Execute
#1202
Conversation
github.com/ydb-platform/ydb-go-sdk/v3/balancersincompatible changesEndpoint.NodeID: changed from func() uint32 to func() int64 github.com/ydb-platform/ydb-go-sdk/v3/queryincompatible changesWithCallOptions: changed from func(...google.golang.org/grpc.CallOption) github.com/ydb-platform/ydb-go-sdk/v3/internal/query/options.CallOptions to func(...google.golang.org/grpc.CallOption) github.com/ydb-platform/ydb-go-sdk/v3/internal/query/options.GrpcOpts github.com/ydb-platform/ydb-go-sdk/v3/tableincompatible changesSessionInfo.NodeID: changed from func() uint32 to func() int64 github.com/ydb-platform/ydb-go-sdk/v3/table/optionsincompatible changesgithub.com/ydb-platform/ydb-go-sdk/v3/internal/query/options.ExecuteOption.ApplyExecuteOption: added compatible changesExecuteDataQueryDesc.WithQueryService: added github.com/ydb-platform/ydb-go-sdk/v3/testutilincompatible changes(*balancerStub).HasNode: changed from func(uint32) bool to func(int64) bool github.com/ydb-platform/ydb-go-sdk/v3/traceincompatible changesEndpointInfo.NodeID: changed from func() uint32 to func() int64 summaryBase version: v3.65.4-0.20240421132159-929301659f96 (master) |
🌋 Here are results of SLO test for Go SDK xorm: |
🌋 Here are results of SLO test for Go SDK database/sql: |
🌋 Here are results of SLO test for Native ydb-go-sdk/v3 over table-service: |
🌋 Here are results of SLO test for Go SDK gorm: |
078f867
to
715b581
Compare
table/options.UseQueryServiceExecute()
option for redirect table.Session.Execute
call to query.Execute
table/options.WithQueryService()
option for redirect table.Session.Execute
call to query.Execute
5e467ce
to
42a6c27
Compare
…`table.Session.Execute` call to `query.Execute`
28251d3
to
ba98296
Compare
ba98296
to
f66baf0
Compare
09c9710
to
ba089d9
Compare
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:
What is the current behavior?
Issue Number: #1197
What is the new behavior?
Other information