Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit af3d9eb

Browse files
author
Nikita Glukhov
committed
fixup! Fix jsonpath grammar: add multiple filters support, expressions, comprasion ops for sequences
1 parent b7407dd commit af3d9eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/utils/adt/jsonpath_gram.y

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ comp_op:
372372
;
373373

374374
delimited_predicate:
375-
'(' predicate ')' { $$ = $2; }
375+
'(' predicate ')' { $$ = $2; }
376376
| EXISTS_P '(' expr ')' { $$ = makeItemUnary(jpiExists, $3); }
377377
;
378378

0 commit comments

Comments
 (0)