Skip to content

BUGFIX: ExtraLazyPersistentCollection::matching() returns self

Choose a tag to compare

@stephanschuler stephanschuler released this 27 Jul 15:22
e7de67f

The concept of extralazy persistent collections is being chainable
through multiple calls of "matching", narrowing down the result set
with each step. This means ExtraLazyPersistentCollection::matching()
returns another ExtraLazyPersistentCollection, not a plain Collection
like parent::matching() does.