Fork me on GitHub
#asami
<
2022-09-21
>
simongray12:09:24

I’m just going with two separated graphs for now 🙂

simongray12:09:01

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.

1
respatialized14:12:36

I'm observing this bug too.

simongray12:09:53

is it a bug or did I misunderstand?? :S

quoll12:09:52

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

🙏 1