taoensso / faraday

Amazon DynamoDB client for Clojure
https://www.taoensso.com/faraday
Eclipse Public License 1.0
238 stars 84 forks source link

:return :count doesn't work #71

Closed arohner closed 8 years ago

arohner commented 9 years ago
(far/query ddb t {:foo foo}
                          {:index "my-index"
                           :return :count})

Returns [] rather than a count. It appears merge-more is to blame.

ptaoussanis commented 9 years ago

Thanks for the report Allen, PR to fix welcome!

ptaoussanis commented 8 years ago

Closing to focus discussion at https://github.com/ptaoussanis/faraday/issues/91