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 6a79a64983 Merge pull request #15440 from
apache/docs/agents-md-conventions
add 2e3f6a8e7a fix: where query composition fails when variable is
re-assigned in if/else blocks
add 4db4ed8126 test: add functional tests for where query composition with
re-assigned variables
add dee7d110ac fix: update variable type for constructor case in
visitBinaryExpression
new da6bf78e32 Merge pull request #15447 from
apache/fix/where-query-reassignment-composition
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 | 67 +++++++++++++++++
.../query/criteria/AbstractDetachedCriteria.groovy | 1 +
.../transform/DetachedCriteriaTransformer.java | 83 ++++++++++++++++++++++
.../groovy/gorm/GormWhereQueryAdvancedSpec.groovy | 47 ++++++++++++
4 files changed, 198 insertions(+)