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(spanner/spansql): fix parsing of NOT IN operator #3724

Merged
merged 1 commit into from Feb 24, 2021
Merged

fix(spanner/spansql): fix parsing of NOT IN operator #3724

merged 1 commit into from Feb 24, 2021

Commits on Feb 24, 2021

  1. fix(spanner/spansql): fix parsing of NOT IN operator

    The parsing of comparison operators was erroneously capturing any NOT
    token assuming it would be followed by a LIKE or BETWEEN. Instead,
    change that code to explicitly look ahead for the limited combinations
    allowed, and do the same for parsing IN and NOT IN.
    
    Fixes #3715.
    dsymonds committed Feb 24, 2021
    Copy the full SHA
    acf22a8 View commit details
    Browse the repository at this point in the history