Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: ef53b2a2defcc348be29afdf065d104f2ff07d4b
https://github.com/hibernate/hibernate-orm/commit/ef53b2a2defcc348be29afd...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2022-01-04 (Tue, 04 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/group_by_item_bnf.txt
M
documentation/src/main/asciidoc/userguide/chapters/query/hql/extras/limit_offset_bnf.txt
M
documentation/src/main/asciidoc/userguide/chapters/query/hql/extras/order_by_item_bnf.txt
M
documentation/src/main/asciidoc/userguide/chapters/query/hql/extras/predicate_in_bnf.txt
M
documentation/src/main/asciidoc/userguide/chapters/query/hql/extras/predicate_like_bnf.txt
M
documentation/src/main/asciidoc/userguide/chapters/query/hql/extras/searched_case_bnf.txt
M
documentation/src/main/asciidoc/userguide/chapters/query/hql/extras/select_item_bnf.txt
M
documentation/src/main/asciidoc/userguide/chapters/query/hql/extras/simple_case_bnf.txt
M
documentation/src/main/asciidoc/userguide/chapters/query/hql/extras/statement_delete_bnf.txt
M
documentation/src/main/asciidoc/userguide/chapters/query/hql/extras/statement_insert_bnf.txt
M
documentation/src/main/asciidoc/userguide/chapters/query/hql/extras/statement_select_bnf.txt
M
documentation/src/main/asciidoc/userguide/chapters/query/hql/extras/statement_update_bnf.txt
Log Message:
-----------
make the BNFs more readable
and add one for grouped item
Commit: 193423631447c01f7e85a0d5939ebcdb7e260937
https://github.com/hibernate/hibernate-orm/commit/193423631447c01f7e85a0d...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2022-01-04 (Tue, 04 Jan 2022)
Changed paths:
M documentation/src/main/asciidoc/userguide/chapters/query/hql/QueryLanguage.adoc
M documentation/src/test/java/org/hibernate/userguide/hql/HQLTest.java
Log Message:
-----------
document that you can insert multiple rows with 'values'
Compare:
https://github.com/hibernate/hibernate-orm/compare/008455bc0c2f...1934236...