Skip to content

PHP Rethink QL driver 1.1.1

Compare
Choose a tag to compare
@tbolier tbolier released this 01 Mar 12:28
· 35 commits to master since this release

Patch release

Changelog

  • Added cursor integration tests for a multi-part response (cursor iterations)
  • Fixed the Cursor rewind bug on the first Cursor iteration in a loop, the bug caused the rethink query to be executed again.
  • Fixed the continueQuery and stopQuery invalid queries called from the Cursor by passing the Message in the correct way