zyro23 opened a new issue, #14596:
URL: https://github.com/apache/grails-core/issues/14596
### Task List
- [x] Steps to reproduce provided
- [x] Stacktrace (if present) provided
- [x] Example that reproduces the problem uploaded to Github
- [x] Full description of the issue provided (see below)
### Steps to Reproduce
1. check repro spec in sample app
### Expected Behaviour
spec should pass
### Actual Behaviour
```
Condition not satisfied:
Foo.where { bar == null }.count() == 0
| | |
| 1 false
grails.gorm.DetachedCriteria@16d431b4
Expected :0
Actual :1
```
maybe something with the `DetachedCriteria` transformations going wrong?
### Environment Information
- **Operating System**: win x64
- **GORM Version:** 6.1.7
- **Grails Version (if using Grails):** 3.3.1
- **JDK Version:** oracle 8u131
### Example Application
sample app will be referenced in a minute
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]