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
A minor annoyance that causes an downstream issue: (d/conn-from-datoms (d/datoms @*conn :eavt) schema) will fail on an empty database.
This is the recommended way to update a schema from DataScript documentation.
This in turn can be easily worked around by only using conn-from-datoms for non-nil.
However type checks typically shouldn't throw exceptions, so submitting a patch.
The text was updated successfully, but these errors were encountered:
A minor annoyance that causes an downstream issue:
(d/conn-from-datoms (d/datoms @*conn :eavt) schema)
will fail on an empty database.This is the recommended way to update a schema from DataScript documentation.
This in turn can be easily worked around by only using
conn-from-datoms
for non-nil.However type checks typically shouldn't throw exceptions, so submitting a patch.
The text was updated successfully, but these errors were encountered: