This is an automated email from the ASF dual-hosted git repository.
jamesfredley pushed a change to branch 8.0.x-hibernate7-bom
in repository https://gitbox.apache.org/repos/asf/grails-core.git
from 6198d9293f Replace @RestoreSystemProperties with manual cleanup() in
H7 multi-tenant spec
add 8364903e82 Implement H7 derived-table countResults() and restore H5
warning
No new revisions were added by this update.
Summary of changes:
.../hibernate/query/AbstractHibernateQuery.java | 8 ++
.../DetachedCriteriaCountSpec.groovy | 147 +++++++++++++++++++++
.../grails/orm/hibernate/query/HibernateQuery.java | 22 +++
.../hibernate/query/JpaCriteriaQueryCreator.java | 40 ++++++
.../DetachedCriteriaCountSpec.groovy | 145 ++++++++++++++++++++
5 files changed, 362 insertions(+)
create mode 100644
grails-data-hibernate5/core/src/test/groovy/grails/gorm/specs/detachedcriteria/DetachedCriteriaCountSpec.groovy
create mode 100644
grails-data-hibernate7/core/src/test/groovy/grails/gorm/specs/detachedcriteria/DetachedCriteriaCountSpec.groovy