replikativ/datalog-parser

New attribute specifications for pull are not supported

Closed this issue · 0 comments

The current attribute expressions supported by the datalog parser are considered "legacy" by datomic.

The attribute specs define a number of currently unsupported cases.

Example:
Legacy:
[(limit :my-key 10)] [(default :my-key "something)]

"New":
[[:my-key :as :another-key :limit 10 :default "something" :xform str/lower-case]]