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

Off By One Error in query/exector.go [Port to 1.9] #22274

Closed
davidby-influx opened this issue Aug 21, 2021 · 0 comments · Fixed by #22294
Closed

Off By One Error in query/exector.go [Port to 1.9] #22274

davidby-influx opened this issue Aug 21, 2021 · 0 comments · Fixed by #22294

Comments

@davidby-influx
Copy link
Contributor

Port #19136 to 1.9 branch

@davidby-influx davidby-influx self-assigned this Aug 21, 2021
davidby-influx added a commit that referenced this issue 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
davidby-influx added a commit that referenced this issue 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
@davidby-influx davidby-influx linked a pull request Aug 24, 2021 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant