From 630f50fdcdb68dc30df93100b186653a79275540 Mon Sep 17 00:00:00 2001 From: Andrea Boriero Date: Mon, 4 Jul 2022 10:28:25 +0200 Subject: [PATCH] Add missing entry for HHH-15316 to 6.1.0.Final changelog --- changelog.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 6cdaf4a647..517bfbacbf 100644 --- a/changelog.txt +++ b/changelog.txt @@ -39,6 +39,7 @@ Changes in 6.1.0.Final (June 07, 2022) https://hibernate.atlassian.net/projects/HHH/versions/32066 ** Bug + * [HHH-15316] - Session.createQuery() doesn't accept JpaCriteriaInsertSelect * [HHH-15297] - Invalid Automatic-Module-Name org.hibernate.orm.community-dialects * [HHH-15293] - CockroachDB BYTES type does not have a length specification * [HHH-15291] - ClassCastException Regression in CriteriaBuilder @@ -52,7 +53,7 @@ https://hibernate.atlassian.net/projects/HHH/versions/32066 * [HHH-15270] - Inconsistent precedence of orm.xml implicit catalog over "default_catalog" in XML-mapped entities * [HHH-15269] - Update NativeQuery unable to use h-schema placeholder, just emits placeholder contents into SQL * [HHH-15267] - Some cache objects aren't implement Serializable interface - * [HHH-15266] - NullPointerException on + * [HHH-15266] - NullPointerException on * [HHH-15265] - SchemaExport.execute does not add the configured schema to comments * [HHH-15263] - @NamedQuery is not supported with UPDATE statement * [HHH-15260] - Criteria query is unable to determine TableReference when combining subquery with join