Closed adamroyle closed 1 year ago
Would you be interested in pairing on it?
See my PR above with the test and fix. I also had to change a few things to get the test suite to run on php 8.2 on my local machine, but I didn't include those in this PR
Fixed by #1368.
Add to
tests/integration/data/DatabaseTest.php
to see the bug in action.The bug occurs when you include a
hasMany
association combined with alimit
and no results are returned.This is due to some conditions inside
Database::read
andDatabase::_queryExport
.I don't think this is a new bug, but it does exist in 2.0 as I tested it against the latest dev branch.