This is an automated email from the ASF dual-hosted git repository. jamesfredley pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/grails-core.git
commit 0f33370ac36da3f52c790a5add069d16cf784cb9 Merge: e30b8c5d9b 791b6250cb Author: James Fredley <[email protected]> AuthorDate: Fri Feb 27 16:22:53 2026 -0500 Merge pull request #15460 from jamesfredley/fix/where-query-bugs fix: resolve three where-query bugs (#14344, #14480, #14569) .../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(-)
