Commit 0f923aa
committed
prevent shorthand filters from being misclassified as AST nodes
Add accept-method check alongside kind discriminant in isWhereDirectInput
so plain objects with a matching kind value (e.g. { kind: 'binary' }) go
through shorthandToWhereExpr instead of being treated as prebuilt ASTs.1 parent a1672e6 commit 0f923aa
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
109 | 112 | | |
110 | 113 | | |
111 | 114 | | |
| |||
0 commit comments