Replies: 2 comments 1 reply
-
If you are running the latest version, there is another set of mutations |
Beta Was this translation helpful? Give feedback.
0 replies
-
And if by "crash" you mean "panic", can you share the script that caused it? All panics are bugs. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, the documentation states that :put will overwrite the original keys if those match.
That's not great if I want to keep data from overwriting, e.g. if a resource exists under that name, I don't want to clobber it.
How to do this atomically in cozo? I tried to mess with the % syntax to do %if exists %then :put % else nothing, but that immediately crashed inside cozo.
Beta Was this translation helpful? Give feedback.
All reactions