This is an automated email from the ASF dual-hosted git repository.
jamesfredley pushed a change to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git
from e30b8c5d9b Merge pull request #15463 from
apache/fix/basic-collection-in-14610
add 87782246bd fix: resolve three where-query bugs (#14344, #14480, #14569)
add 04a15b4e19 Merge branch '7.0.x' into fix/where-query-bugs
add 08bee01c94 Remove unused imports from
WhereQueryOldIssueVerificationSpec
add 1858c235b2 Remove section grouping comment from test spec
add e01dd23e09 Add log.warn() for DetachedCriteria.count() projection
fallback
add 791b6250cb Merge branch '7.0.x' into fix/where-query-bugs
new 0f33370ac3 Merge pull request #15460 from
jamesfredley/fix/where-query-bugs
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../WhereQueryOldIssueVerificationSpec.groovy | 373 +++++++++++++++++++++
.../groovy/grails/gorm/DetachedCriteria.groovy | 22 +-
.../datastore/gorm/finders/CountByFinder.java | 1 +
.../mapping/query/jpa/JpaQueryBuilder.java | 53 +++
4 files changed, 445 insertions(+), 4 deletions(-)
create mode 100644
grails-data-hibernate5/core/src/test/groovy/grails/gorm/tests/WhereQueryOldIssueVerificationSpec.groovy