tbolier/php-rethink-ql

Math and logic: Implement ge, le and not ReQL commands

Closed this issue · 3 comments

Issue summary

The current ReQL document manipulation commands implementation is currently missing in the driver.
https://www.rethinkdb.com/api/java/

String manipulation

  • le
  • ge
  • not

The following sections can be removed only, whenever they are not applicable or you have a simple question.

Actual Behavior

  • Not implemented

Expected Behavior

  • A working implementation including unit / integration test.

Thanks for adding this @Th3Mouk, I have approved the pull requests

All have been added by @Th3Mouk in #61 and #62

Thanks! I will resolve this issue.

These changes will be included in version 2.0 of the driver.

This has been released in version 1.3.0.