forked from launchql/libpg-query-node
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use Expr for any A_Expr/FuncCall-accepting field
Since the Expr type consists of a ton of variants, there won‘t exist enough test cases for inference to get us all the way there. If a field is known to possibly be (or include) an A_Expr or FuncCall node, we can be 95% sure it supports any Expr node. Closes #13
- Loading branch information
1 parent
2c778ee
commit af71884
Showing
3 changed files
with
89 additions
and
253 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
Oops, something went wrong.