You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running a version of tokumx that is based on MongoDB version 2.4.9 (as it says when I connect to the tokumx db instance).
If I run an udpate whose update object contains the modifier $pullAll it says that is not supported, aka Invalid modifier specified: $pullAll.
But looking at the MongoDB documentation, it looks like $pullAll is supported in version 2.4.
So, who is wrong among Mongodb and Tokumx?
Furthermore, if it does not support $pullAll, and I want to remove more than one item from an array, is to run sequential $pull update - not atomic - the only way to do it?
Thanks
The text was updated successfully, but these errors were encountered:
I am running a version of tokumx that is based on MongoDB version 2.4.9 (as it says when I connect to the tokumx db instance).
If I run an udpate whose update object contains the modifier
$pullAll
it says that is not supported, akaInvalid modifier specified: $pullAll
.But looking at the MongoDB documentation, it looks like
$pullAll
is supported in version 2.4.So, who is wrong among Mongodb and Tokumx?
Furthermore, if it does not support $pullAll, and I want to remove more than one item from an array, is to run sequential $pull update - not atomic - the only way to do it?
Thanks
The text was updated successfully, but these errors were encountered: