Skip to content

Releases: duoshuo/php-cassandra

v0.5.2 Released

29 Sep 08:15
Compare
Choose a tag to compare
  • Cassandra\Response::fetchPairs()
  • batch request bug fix
  • handle getTypeObject() $value === null
  • handle $flags === 0

v0.5.1 Released

16 Sep 04:09
Compare
Choose a tag to compare
  • 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

Support Asynchronous Request

04 Sep 14:21
Compare
Choose a tag to compare
v0.5.0

Modify README.md, bug fix, implement comments.

First version 0.3.0 released

31 Aug 18:07
Compare
Choose a tag to compare

support Cassandra Native Protocol v3
support batch query
support prepare query
specify the consistency and serial consistency
support all data type
fetchAll(), fetchRow(), fetchCol(), fetchOne() shorthand methods
at least 40% performance improvement than other cassandra library