Skip to content

Changed the behavior of `RunnableSelect::fetchRowsLazy`, `RunnableSelect::fetchRows`, added parameter `$callback` to `RunnableSelect::fetchRow`

Pre-release
Pre-release

Choose a tag to compare

@rkrx rkrx released this 13 Jun 12:17
· 150 commits to master since this release
  • Changed the behavior of RunnableSelect::fetchRowsLazy: If a $callback-Closure returns NULL will not cause a row to be omitted anymore; Row-by-reference is now possible; If a DBIgnoreRow is returned in a closure, the corresponding Row will be omitted now
  • Changed the behavior of RunnableSelect::fetchRows: If a $callback-Closure returns NULL will not cause a row to be omitted anymore; Row-by-reference is now possible; If a DBIgnoreRow is returned in a closure, the corresponding Row will be omitted now
  • Added parameter $callback to RunnableSelect::fetchRow