Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Abandoned
-
1.0.0
-
None
-
None
-
None
Description
Currently, the checkAndDelete and checkAndPut interface only support atomic mutation with single condition. But in actual apps, we need more general condition-mutation that support multi conditions and logical expression with those conditions.
For example, to support the following sql
insert row where (column A == 'X' and column B == 'Y') or (column C == 'z')
Suggestions are welcomed.