Details
-
Improvement
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
Description
Standard and counter mutation are in 2 different structures, which prevents from doing a standard and counter mutation in the same batch_mutate (you have to use batch_add for counters). It's probably a good idea to merge CounterMutation and Mutation (and simply remove batch_add) to lift that limitation.