ash14
ash14
Should resolve #213
Attempting an upsert to an entity using its unique tuple attribute does not work as expected. Hope this example is clear: ```clojure (let [conn (d/create-conn {:player {:db/unique :db.unique/identity} :home {:db/valueType...
PR to address #378. Not sure how dirty the implementation is for this ... but tests pass so 🤷 Cheers.
Excellent tool, thanks. This PR allows the decimal places option to be configurable via the `--decimals` or `-d` flag. Maintains the default of 2 if not specified.