Added filter() and args() in two places where they had been omitted.
Allowed merge() to return objects of any type, as the previous type definition seemed to be preventing the method from returning a new object with old or new fields, which the RethinkDB JavaScript driver allows.
Added
filter()
andargs()
in two places where they had been omitted.Allowed
merge()
to return objects of any type, as the previous type definition seemed to be preventing the method from returning a new object with old or new fields, which the RethinkDB JavaScript driver allows.