-
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.
- related to
-
HIBERNATE-46 simple mutation statement (insert, update and delete) translation
-
- Closed
-