return execute result with operation type and counts - #24
Merged
harksin merged 1 commit intoOct 17, 2025
Conversation
SG5
force-pushed
the
feature/return-execute-result
branch
from
October 1, 2025 17:11
f725803 to
388e783
Compare
SG5
force-pushed
the
feature/return-execute-result
branch
from
October 1, 2025 17:31
388e783 to
5d08627
Compare
Contributor
Author
|
@harksin is is possible to review this PR? |
harksin
approved these changes
Oct 8, 2025
Contributor
|
👋 |
Contributor
|
@SG5 could you rebase please ? |
log response parse update_count return result with operation type and counts
SG5
force-pushed
the
feature/return-execute-result
branch
from
October 9, 2025 22:52
41e82ba to
72046b5
Compare
Contributor
Author
Just rebased my branch |
Contributor
Author
|
@harksin bump |
Contributor
|
Thanks for the headsup, looking |
Contributor
|
released in v0.8.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In current implementation if you try to run
DELETEorINSERTviaexecute, the method doesn't provide any information about number of affected rows.Because we already have this information in JSON response, we need only to parse it, similar to
QueryResult