Skip to content

Commit 47bf848

Browse files
committed
HHH-3404 oops
1 parent 6882b2e commit 47bf848

File tree

1 file changed

+1
-1
lines changed
  • hibernate-core/src/main/antlr/org/hibernate/grammars/hql

1 file changed

+1
-1
lines changed

hibernate-core/src/main/antlr/org/hibernate/grammars/hql/HqlParser.g4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ predicate
669669
| expression NOT? MEMBER OF? path # MemberOfPredicate
670670
| expression NOT? IN inList # InPredicate
671671
| expression NOT? BETWEEN expression AND expression # BetweenPredicate
672-
| expression NOT? (LIKE | ILIKE) REGEXP expression likeEscape? # LikePredicate
672+
| expression NOT? (LIKE | ILIKE) REGEXP? expression likeEscape? # LikePredicate
673673
| expression NOT? CONTAINS expression # ContainsPredicate
674674
| expression NOT? INCLUDES expression # IncludesPredicate
675675
| expression NOT? INTERSECTS expression # IntersectsPredicate

0 commit comments

Comments
 (0)