Skip to content
Snippets Groups Projects
Commit 393a7d22 authored by Peter Rotich's avatar Peter Rotich
Browse files

orm: Delegate ResultSet calls to QuerySet Iterator

Allows for ability to access results without the need to call getIterator on
the QuerySet. For example - $this->members->findFirst(array(...));

This commit addresses regression issue brought about by commits 8ab4432f and
eb0ba316 -- where ResultSet processing changed based on caching mode.
parent 784184b6
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment