implement Query::iterate
Open
feature
query
- Dominant language
- PHP
- Stars
- 181
- Forks
- 102
- PR merge metrics
- No merged PRs in 30d
Description
Implement the Query->iterate method which will return an IteratableResultSet as per the ORM.
Contributor guide
Research direction
Start by locating Query::iterate and the ORM definition of IteratableResultSet, then compare the surrounding Query methods and their tests if present. Confirm the expected iteration behavior from the ORM contract; done means Query::iterate returns a compatible IteratableResultSet.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100