-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support array functions in where clauses (#1840)
Adds support for: 1. Usage of array columns in where clauses 2. Base operators for arrays: `@>`, `<@`, `&&`, `||` 3. Validation for polymorphic operators (`anyarray` pseudo-type and others), paving way for other functions that accept arrays Closes #1767, #1766
- Loading branch information
1 parent
4e2ffb5
commit 3ab27a6
Showing
11 changed files
with
1,259 additions
and
111 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@core/sync-service": patch | ||
--- | ||
|
||
Implement support for array columns and operations over those in where clauses |
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
Oops, something went wrong.