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

Add parsing support for ANY/SOME/ALL comparison modifiers. #16080

Merged
merged 5 commits into from
Jun 11, 2024

Commits on Jun 7, 2024

  1. Add parsing support for ANY/SOME/ALL comparison modifiers.

    Signed-off-by: Arthur Schreiber <arthurschreiber@github.com>
    arthurschreiber committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    300bb28 View commit details
    Browse the repository at this point in the history
  2. feat: stop the planner from using ANY/ALL

    Signed-off-by: Andres Taylor <andres@planetscale.com>
    systay committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    a154859 View commit details
    Browse the repository at this point in the history
  3. fix: fix the parser

    Signed-off-by: Andres Taylor <andres@planetscale.com>
    systay committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    a651297 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. test: improve comment and add more tests

    Signed-off-by: Andres Taylor <andres@planetscale.com>
    systay committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    9d902f6 View commit details
    Browse the repository at this point in the history
  2. feat: fix the parser conflicts and fail the queries with null safe co…

    …mparison with column modifiers
    
    Signed-off-by: Manan Gupta <manan@planetscale.com>
    GuptaManan100 committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    c5ed057 View commit details
    Browse the repository at this point in the history