You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, we have faced a weird issue while working with datalevin and wanted to document this here. Maybe this is something obvious but it has really puzzled us.
Hey, we have faced a weird issue while working with datalevin and wanted to document this here. Maybe this is something obvious but it has really puzzled us.
This is my schema:
When I call
(d/entity ... [:gab/id #uuid "67af1667-6d39-455f-814a-bca8a45a4e71"])
I get back the entire entity, but an attribute with cardinality many returns like so:
Running
(d/transact! ... [[:db.fn/retractAttribute 1776 :gab/sources]])
does nothing.Trying to
d/touch
on(:gab/sources (d/entity ...))
does not work as it literally returns anil
.Trying to delete the entire entity
(d/transact! [[:db.fn/retractEntity 1776]])
leads to this error BUT it does retract the entity:Any idea why this could have happened? Could it be a transient write error, or something do with tempids?
The text was updated successfully, but these errors were encountered: