RethinkDb.Driver
RethinkDb.Driver copied to clipboard
R.Row() throws not implemented
Any plans to implement row?
Row feels like a good way to construct queries on the fly (trees of RqlExpr). I had to resort to working ReqlFunction1 which works but is a bit clunky.
Hey @oliverjanik, I asked the RethinkDB team and seems like we'd need to wait for https://github.com/rethinkdb/rethinkdb/issues/1196 and https://github.com/rethinkdb/rethinkdb/issues/5013 to be implemented. I don't think we'll have any movement on this issue until we see changes upstream.
Brian