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

Merged
merged 5 commits into from
Aug 24, 2021
Merged

Commits on Aug 24, 2021

  1. fix: return correct count of ErrNotExecuted

    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
    davidby-influx committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    654b356 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c54b440 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf95b3e View commit details
    Browse the repository at this point in the history
  4. fix: correct tests

    davidby-influx committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    e4ceb91 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    203a4dd View commit details
    Browse the repository at this point in the history