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: modify EnsureKey to add primary key back to Scan #48038

Merged
merged 1 commit into from
Apr 25, 2020

Commits on Apr 25, 2020

  1. sql: modify EnsureKey to add primary key back to Scan

    Previously, the EnsureKey function would create a new Ordinality
    operator when it encountered a Scan without a key.
    This patch modifies EnsureKey to instead find the preexisting
    primary key and construct a new Scan operator with the new column(s).
    
    Release note: None
    DrewKimball committed Apr 25, 2020
    Configuration menu
    Copy the full SHA
    8bd95b4 View commit details
    Browse the repository at this point in the history