I’m just going with two separated graphs for now 🙂
Hmmmm…. I wonder why I am not able to do this:
(d/transact (d/connect "asami:")
{:tx-data [{:db/ident "abc"
:test' "test"}]})
when the https://github.com/quoll/asami/wiki/4.-Transactions#entity-updates states:
> It is safe to use a replacement annotation on an attribute that does not yet exist, making it possible to use them liberally even when creating an entity.I'm observing this bug too.
is it a bug or did I misunderstand?? :S
It might be a bug? I think it tries to find the node associated with “abc” and then attach that property. But because the node doesn't yet exist, then perhaps that's it didn't work? I need to look at it