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

Allow compare view to work with quick-eval #2422

Merged
merged 1 commit into from
May 16, 2023

Commits on May 15, 2023

  1. Allow compare view to work with quick-eval

    The compare view typically works by matching the results sets of
    queries. It only allows the results sets of queries with identical
    names to be compared.
    
    Manually run queries use `#select` as the default result set. However,
    quick eval queries use a different, generated, name. Therefore, these
    two kinds of queries cannot be compared.
    
    This commit changes the heuristics so that if there are no identical;y
    named results sets, the first result set of each query that is prefixed
    with `#` is used (this is the default result set).
    
    It also makes a slightly nicer error message if there are no comparable
    results sets.
    aeisenberg committed May 15, 2023
    Configuration menu
    Copy the full SHA
    4c33c06 View commit details
    Browse the repository at this point in the history