clj-rethinkdb
clj-rethinkdb copied to clipboard
Add support for `row` query term
We don't have support for the row
query term yet. This shouldn't be too difficult to add. @apa512 is there any reason why we don't have it, or has it just not been needed yet?
row
doesn't seem to be a standard query term, it's not in QL2.proto. Will need to look at JS driver source to understand what it's doing.
Right, just a convenience method that the JS driver uses. I'm not sure that something similar would make sense for Clojure.
In the past, I've simply used functions when in js I would have used row. It may be convenient to support something similar, but it's easy to work around not having.
On Wed, 12 Aug 2015 02:08 Erik Strömberg [email protected] wrote:
Right, just a convenience method that the JS driver uses. I'm not sure that something similar would make sense for Clojure.
— Reply to this email directly or view it on GitHub https://github.com/apa512/clj-rethinkdb/issues/80#issuecomment-130128059 .