quick
quick copied to clipboard
subselect scopes don't work on .all()
No error is thrown and the query still retrieves the fields, but the object does not get the values if you getSubselectedField()
- it returns null.
If you replace .all()
with .get()
it works fine.
We don't actually ever use .all()
but I was working on some tests and saw that the behavior was different.