threatgrid / asami

A graph store for Clojure and ClojureScript
Eclipse Public License 1.0
634 stars 29 forks source link

Update transaction results to only include inserted/removed statements #189

Open quoll opened 3 years ago

quoll commented 3 years ago

At the moment, transactions return all statement modifications that were attempted. These need to be updated to only include the ones which made a successful modification to storage.

Since we will not be using dynamic bindings (for performance), the Graph protocol will need to be updated.