You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, no way to do it. However it shouldn't be too hard to add this type of query (aggregates in the select clause, no group by, no limit) to the ones that get detected as single-row queries.
Given the query
UserCount.Command
has signatureCommand<IReadOnlyList<Row>>
Is there a way to write the query such that the output is
Command<Row>
so.Scalar()
can be called on it instead of.Plan()
or.ExactlyOne()
?Currently using
.ExactlyOne()
though.The text was updated successfully, but these errors were encountered: