bchavez / RethinkDb.Driver

:headphones: A NoSQL C#/.NET RethinkDB database driver with 100% ReQL API coverage.
http://rethinkdb.com/api/java
Other
384 stars 134 forks source link

R.Row() throws not implemented #58

Open oliverjanik opened 8 years ago

oliverjanik commented 8 years ago

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.

bchavez commented 8 years ago

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