Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: e5371386a4517885f4754c5bdbde468dd4c2601d
https://github.com/hibernate/hibernate-orm/commit/e5371386a4517885f4754c5...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2023-07-18 (Tue, 18 Jul 2023)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/query/sqm/internal/QuerySqmImpl.java
M
hibernate-core/src/main/java/org/hibernate/query/sqm/internal/SqmInterpretationsKey.java
M
hibernate-core/src/main/java/org/hibernate/query/sqm/internal/SqmSelectionQueryImpl.java
M hibernate-core/src/test/java/org/hibernate/orm/test/query/order/OrderTest.java
Log Message:
-----------
remove order-by list from the query plan cache key
Roll back my always-intended-to-be-temporary bandaid to allow
caching of the query plan after calls to setOrder(). Instead,
just disable caching of the query plan. When the query plan
cache can handle caching of criteria queries, change to use
that strategy instead.