-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
1 parent
fe735c9
commit b66bf1b
Showing
3 changed files
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters