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

sql: remove QueryWithCols method from the internal executor #60604

Merged
merged 1 commit into from
Feb 17, 2021

Commits on Feb 16, 2021

  1. sql: remove QueryWithCols method from the internal executor

    Previous commit removed this method from the interface, and this commit
    follows up to remove the method entirely. This is done in a similar
    fashion - by changing to using `QueryRowExWithCols` (when at most one
    row is expected) and to using the iterator API (avoiding the buffering
    of rows in all cases).
    
    Release note: None
    yuzefovich committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    e257275 View commit details
    Browse the repository at this point in the history