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/parser: adjust the precedence of JSONB operators #41095

Merged
merged 1 commit into from
Sep 26, 2019

Commits on Sep 26, 2019

  1. sql/parser: adjust the precedence of JSONB operators

    Previously, JSONB operators had a precedence different from the one
    that Postgres uses. This commit brings it more inline with the latter
    and improves the compatibility.
    
    All of the affected operators fall under '(any other operator)'
    category in
    https://www.postgresql.org/docs/12/sql-syntax-lexical.html#SQL-PRECEDENCE.
    
    Release justification: Category 4: Low risk, high benefit changes to
    existing functionality.
    
    Release note: None
    yuzefovich committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    b66bf1b View commit details
    Browse the repository at this point in the history