Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: f9afab5492341429399ec5d5cd0ede4f3c6a9e27
https://github.com/hibernate/hibernate-orm/commit/f9afab5492341429399ec5d...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2022-01-01 (Sat, 01 Jan 2022)
Changed paths:
M hibernate-core/src/main/antlr/org/hibernate/grammars/hql/HqlParser.g4
M
hibernate-core/src/main/java/org/hibernate/query/hql/internal/SemanticQueryBuilder.java
Log Message:
-----------
minor cleanups to the grammar
- simplify two rules that were unnecessarily flexible
- remove useless parens
- rename some rules for readability
- clean up some warnings in SemanticQueryBuilder