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
In Datomic explicit pull for attribute missing in schema filters out that attribute in result. There is some mention in specification , not quite sound about "missing in schema" though.
In Datahike explicit pull for attribute missing in schema throws with
; Execution error (ExceptionInfo) at datahike.db.utils/validate-attr-ident (utils.cljc:157).
; Bad entity attribute :some at (resolve-datom db 5 :some nil nil), not defined in current schema
What version of Datahike are you using?
0.6.1521
What version of Java are you using?
openjdk version "19.0.1" 2022-10-18
What operating system are you using?
Arch WSL (Windows 11)
What database EDN configuration are you using?
{:store {:backend :mem}}
Describe the bug
In Datomic explicit pull for attribute missing in schema filters out that attribute in result. There is some mention in specification , not quite sound about "missing in schema" though.
In Datahike explicit pull for attribute missing in schema throws with
What is the expected behaviour?
Same as in Datomic
How can the behaviour be reproduced?
Datomic
Datahike
The text was updated successfully, but these errors were encountered: