Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 948eaf721014d7a3387eabcad7a9798937b04ac8
https://github.com/hibernate/hibernate-orm/commit/948eaf721014d7a3387eabc...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2022-01-02 (Sun, 02 Jan 2022)
Changed paths:
M documentation/src/main/asciidoc/userguide/chapters/query/hql/QueryLanguage.adoc
A
documentation/src/main/asciidoc/userguide/chapters/query/hql/extras/limit_offset_bnf.txt
A
documentation/src/main/asciidoc/userguide/chapters/query/hql/extras/order_by_item_bnf.txt
A
documentation/src/main/asciidoc/userguide/chapters/query/hql/extras/select_item_bnf.txt
Log Message:
-----------
more comments on 'fetch join'
- and improve a table
- and add BNF for limit/offset and order by
Commit: 6f714f16b3a77eee76f980a6e5709b3f7279f8c0
https://github.com/hibernate/hibernate-orm/commit/6f714f16b3a77eee76f980a...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2022-01-02 (Sun, 02 Jan 2022)
Changed paths:
M hibernate-core/src/main/antlr/org/hibernate/grammars/hql/HqlParser.g4
Log Message:
-----------
remove unnecessary parens
Compare:
https://github.com/hibernate/hibernate-orm/compare/6c28a133dd44...6f714f1...