Replies: 1 comment 1 reply
-
For posterity, I RTFS'ed a bit and saw that by passing |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Problem: I'd like to do a
select count(*) from foo where bar = baz
, but the current implementation ofbuilder/for-query
doesn't have way to do that, as far as I can see.Would you be interested in a patch where you could pass
{:count true}
in the opts map to makebuilder/for-query
generateSELECT count(*) ...
rather than justSELECT *
?Beta Was this translation helpful? Give feedback.
All reactions