clj-rethinkdb icon indicating copy to clipboard operation
clj-rethinkdb copied to clipboard

Add support for `row` query term

Open danielcompton opened this issue 9 years ago • 3 comments

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?

danielcompton avatar Aug 12 '15 00:08 danielcompton

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.

danielcompton avatar Aug 12 '15 00:08 danielcompton

Right, just a convenience method that the JS driver uses. I'm not sure that something similar would make sense for Clojure.

apa512 avatar Aug 12 '15 01:08 apa512

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 .

danielytics avatar Aug 12 '15 06:08 danielytics