Changed the behavior of `RunnableSelect::fetchRowsLazy`, `RunnableSelect::fetchRows`, added parameter `$callback` to `RunnableSelect::fetchRow`
Pre-release
Pre-release
- Changed the behavior of
RunnableSelect::fetchRowsLazy: If a$callback-Closure returnsNULLwill not cause a row to be omitted anymore; Row-by-reference is now possible; If aDBIgnoreRowis returned in a closure, the corresponding Row will be omitted now - Changed the behavior of
RunnableSelect::fetchRows: If a$callback-Closure returnsNULLwill not cause a row to be omitted anymore; Row-by-reference is now possible; If aDBIgnoreRowis returned in a closure, the corresponding Row will be omitted now - Added parameter
$callbacktoRunnableSelect::fetchRow