v0.5.1 Released
- 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