Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
3 tasks done
tbolier opened this issue May 26, 2018 · 3 comments
Closed
3 tasks done

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

tbolier opened this issue May 26, 2018 · 3 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed Missing feature Missing feature
Milestone

Comments

@tbolier
Copy link
Owner

tbolier commented May 26, 2018

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.
@tbolier tbolier added enhancement New feature or request help wanted Extra attention is needed Missing feature Missing feature labels May 26, 2018
@tbolier tbolier self-assigned this May 26, 2018
This was referenced May 28, 2018
@Th3Mouk Th3Mouk added this to the Version 2.0 milestone May 29, 2018
@tbolier
Copy link
Owner Author

tbolier commented Jun 10, 2018

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

@tbolier
Copy link
Owner Author

tbolier commented Jun 16, 2018

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.

@tbolier tbolier closed this as completed Jun 16, 2018
@tbolier tbolier changed the title String manipulation: Implement ge, le and not ReQL commands Math and logic: Implement ge, le and not ReQL commands Jun 16, 2018
@tbolier
Copy link
Owner Author

tbolier commented Sep 9, 2018

This has been released in version 1.3.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed Missing feature Missing feature
Projects
None yet
Development

No branches or pull requests

2 participants