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 new to rethink and rethink.net driver and cannot find way to update item in nested array.
Test
-- []Question
--------[]Answer
I need to update 3rd level of nested element(answer) and only way I can do it for now is to read value update it and then call rethinkdb.net to replace document. Which is obviously not the best way.
I try some few ways and all of them completely valid c# (linq) but throw exp on conversion to ReQL.
The text was updated successfully, but these errors were encountered:
Hm... I don't think there's any way to do this with the driver today. Is this possible with other RethinkDB drivers, without dropping down to using r.js() to execute JavaScript? I can't quite picture how these queries would work given the internals of ReQL.
I am new to rethink and rethink.net driver and cannot find way to update item in nested array.
Test
-- []Question
--------[]Answer
I need to update 3rd level of nested element(answer) and only way I can do it for now is to read value update it and then call rethinkdb.net to replace document. Which is obviously not the best way.
I try some few ways and all of them completely valid c# (linq) but throw exp on conversion to ReQL.
The text was updated successfully, but these errors were encountered: