taoensso / faraday

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

Added Boolean and Null data types #41

Closed Quantisan closed 9 years ago

Quantisan commented 9 years ago

Null is weird as they made it a state flag. I don't even know how to represent a not null in clojure.

Could you run the tests for me please? I couldn't get your tests to with lein test or ./run-tests .env. So I ran your tests in repl but not sure if I'm doing it right.

ptaoussanis commented 9 years ago

Hi Paul, thanks for this! I've made some adjustments and uploaded v1.6.0-SNAPSHOT to Clojars for testing. Haven't tried it myself at all (have no DDB tables handy), so please let me know how this works for you.

Cheers! :-)

Quantisan commented 9 years ago

I tested on my repo for the boolean type, that works. Other basic commands like create table, put, get, etc. works too.

ptaoussanis commented 9 years ago

Great, happy to hear that. Okay with you if I close the PR here?