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 f84c343863 Merge pull request #15461 from apache/fix/where-query-bugs-2
add 5ef6e7bfbc Fix basic collection type 'in' query (#14610)
add 150f6ebcc8 Fix checkstyle import order, prevent duplicate alias, and
preserve original property name
add 9b5991c63d Merge branch '7.0.x' into fix/basic-collection-in-14610
add 2ad24be2cf Fix createAlias to populate aliasMap, preventing duplicate
alias on basic collections
new e30b8c5d9b Merge pull request #15463 from
apache/fix/basic-collection-in-14610
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:
.../grails/orm/HibernateCriteriaBuilder.java | 1 +
.../query/AbstractHibernateCriteriaBuilder.java | 61 +++++++-
.../gorm/tests/BasicCollectionInQuerySpec.groovy | 167 +++++++++++++++++++++
3 files changed, 227 insertions(+), 2 deletions(-)
create mode 100644
grails-data-hibernate5/core/src/test/groovy/grails/gorm/tests/BasicCollectionInQuerySpec.groovy