I have noticed that for some of the update operations (e.g. set), updateFirst/updateMulti needs to be called individually, while others (pop, push, inc) can be chained. E.g.




Query query =...