vvvvalvalval / datomock

Mocking and forking Datomic Peer connections in-memory.
MIT License
130 stars 6 forks source link

`transact` on mocked connection throws, instead of on the deref #7

Closed awkay closed 6 years ago

awkay commented 6 years ago

I've noticed a subtle difference with datomock connections over the Datomic ones. When you transact on Datomic, any problem isn't thrown until you deref the result. When mocking the connection the exception happens on transact instead of the deref.

vvvvalvalval commented 6 years ago

That's right, fixing right now, thanks!

vvvvalvalval commented 6 years ago

@awkay Fixed in 0.2.1.