Skip to content
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

fix: return correct count of ErrNotExecuted (#22273) #22294

Merged
merged 2 commits into from
Aug 24, 2021

Conversation

davidby-influx
Copy link
Contributor

@davidby-influx davidby-influx commented Aug 24, 2021

executeQuery() iterates over statements until each is
processed or if an error is encountered that causes
the loop to exit pre-maturely. It should return
ErrNotExecuted for each remaining statement in the
query

closes #19136

(cherry-picked from commit 0090c5b)

closes #22274

executeQuery() iterates over statements until each is
processed or if an error is encountered that causes
the loop to exit pre-maturely. It should return
ErrNotExecuted for each remaining statement in the
query

closes #19136

(cherry-picked from commit 0090c5b)

closes #22274
@davidby-influx davidby-influx requested a review from lesam August 24, 2021 18:39
@davidby-influx davidby-influx merged commit d6aa0e6 into 1.9 Aug 24, 2021
@davidby-influx davidby-influx deleted the DSB_off_by_1_1.9 branch August 24, 2021 19:09
@davidby-influx davidby-influx linked an issue Aug 24, 2021 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Off By One Error in query/exector.go [Port to 1.9]
2 participants