Skip to content

Commit bdf889d

Browse files
committed
Lexer and parser don't need to be changed as there is nakedIdentifier that matches custom function names
1 parent 275ee0d commit bdf889d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,6 @@ ON : [oO] [nN];
273273
ONLY : [oO] [nN] [lL] [yY];
274274
OR : [oO] [rR];
275275
ORDER : [oO] [rR] [dD] [eE] [rR];
276-
ORDINAL : [oO] [rR] [dD] [iI] [nN] [aA] [lL];
277276
OTHERS : [oO] [tT] [hH] [eE] [rR] [sS];
278277
OUTER : [oO] [uU] [tT] [eE] [rR];
279278
OVER : [oO] [vV] [eE] [rR];

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1863,7 +1863,6 @@ jsonUniqueKeysClause
18631863
| ONLY
18641864
| OR
18651865
| ORDER
1866-
| ORDINAL
18671866
| OTHERS
18681867
// | OUTER
18691868
| OVER

0 commit comments

Comments
 (0)