Skip to content

Document manipulation: Implement remaining (missing) ReQL commands #52

@tbolier

Description

@tbolier

Issue summary

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

Document manipulation

  • pluck
  • without
  • merge
  • append
  • prepend
  • difference
  • setInsert
  • setUnion
  • setIntersection
  • setDifference
  • () (bracket)
  • getField
  • hasFields
  • insertAt
  • spliceAt
  • deleteAt
  • changeAt
  • keys
  • values
  • literal
  • object

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions