Update without filter causes NPE instead of updating all documents

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Fixed
    • Priority: Major - P3
    • None
    • 🔵 Done
    • None
    • None
    • None
    • None
    • None
    • None

      Executing an update operation without a filter (e.g., update ... without where) should update all documents. Currently, the translator throws a NullPointerException instead of producing a valid update command.

      • Root cause: Missing handling of null or empty filter in translator logic.
      • Impact: Update operations without filters fail, breaking expected semantics for full-collection updates.

            Assignee:
            Slav Babanin
            Reporter:
            Slav Babanin
            Valentin Kavalenka
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: