Skip to content

Commit

Permalink
[HQL] expand identification variable definition function
Browse files Browse the repository at this point in the history
  • Loading branch information
BoykoAlex committed Oct 9, 2024
1 parent 39fb0b4 commit 899389e
Show file tree
Hide file tree
Showing 2 changed files with 199 additions and 143 deletions.
6 changes: 5 additions & 1 deletion headless-services/commons/jpql/grammars/Jpql.g4
Original file line number Diff line number Diff line change
Expand Up @@ -598,18 +598,22 @@ trim_character

identification_variable
: IDENTIFICATION_VARIABLE
| f=(COUNT
| f=(AVG
| COUNT
| DATE
| FROM
| INNER
| KEY
| LEFT
| MAX
| MIN
| NEW
| ORDER
| OUTER
| POWER
| FLOOR
| SIGN
| SUM
| TIME
| TYPE
| VALUE)
Expand Down
Loading

0 comments on commit 899389e

Please # to comment.