Create generic builder for update operators

XMLWordPrintableJSON

    • Type: New Feature
    • Resolution: Done
    • Priority: Major - P3
    • 3.1.0
    • Affects Version/s: None
    • Component/s: Write Operations
    • None
    • None
    • Fully Compatible
    • None
    • None
    • None
    • None
    • None
    • None

      Related to JAVA-1660. The update builder will support a syntax like:

      collection.updateOne(filter, inc("x", 1));
      collection.updateOne(filter, updates(set("y", 4)), inc("x", 1));
      

              Assignee:
              Jeffrey Yemin
              Reporter:
              Jeffrey Yemin
              None
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: