Skip to content

v0.5.1 Released

Compare
Choose a tag to compare
@shen2 shen2 released this 16 Sep 04:09
· 89 commits to master since this release
  • add Connection::flush() method
  • add Response\Result::fetchPairs() and Response\Result::setRowClass() method
  • change fetchAll() and fetchRow()'s default rowClass to array
  • use SplQueue instead of array, in order to improve stream recycle performance
  • Type classes bug fix