This is an automated email from the ASF dual-hosted git repository.
jdaugherty pushed a change to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git
from da6bf78e32 Merge pull request #15447 from
apache/fix/where-query-reassignment-composition
add 4299a24bca fix: set implicitThis=false on delegate
MethodCallExpressions in DetachedCriteriaTransformer
add 8d50b750a3 fix: correct misleading Javadoc on findBooksByTitleReadOnly
method
new 88252a0436 Merge pull request #15448 from
jamesfredley/fix/where-query-transactional-variable-scope
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/gorm/tests/WhereMethodSpec.groovy | 84 ++++++++++++++++
.../transform/DetachedCriteriaTransformer.java | 16 ++-
.../gorm/WhereQueryVariableScopeService.groovy | 86 ++++++++++++++++
...TransactionalWhereQueryVariableScopeSpec.groovy | 109 +++++++++++++++++++++
4 files changed, 291 insertions(+), 4 deletions(-)
create mode 100644
grails-test-examples/gorm/grails-app/services/gorm/WhereQueryVariableScopeService.groovy
create mode 100644
grails-test-examples/gorm/src/integration-test/groovy/gorm/TransactionalWhereQueryVariableScopeSpec.groovy