-
Notifications
You must be signed in to change notification settings - Fork 77
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
Fixed error with incompleted data returen from transaction.ReadQueryResult method #1561
base: master
Are you sure you want to change the base?
Conversation
github.com/ydb-platform/ydb-go-sdk/v3incompatible changesConnectorOption: changed from github.com/ydb-platform/ydb-go-sdk/v3/internal/connector.Option to Option github.com/ydb-platform/ydb-go-sdk/v3/querycompatible changesWithResponsePartLimitSizeBytes: added summaryBase version: v3.92.2 (master) |
9030bbe
to
487c5b4
Compare
487c5b4
to
0f41500
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1561 +/- ##
==========================================
- Coverage 70.96% 70.88% -0.09%
==========================================
Files 363 363
Lines 37568 37577 +9
==========================================
- Hits 26662 26637 -25
- Misses 9822 9849 +27
- Partials 1084 1091 +7
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
0f41500
to
16444a5
Compare
…yResult method * Added option WithResponsePartLimitSizeBytes for queries with query service
16444a5
to
ea168be
Compare
Pull request type
Please check the type of change your PR introduces:
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Other information