ribelo / doxa

The Unlicense
232 stars 8 forks source link

pull expressions in queries throws exception #41

Open fnumatic opened 2 years ago

fnumatic commented 2 years ago
(let [db (->> 
                 {:id     0
                  :name "buzz"
                  :foo "bar"}
                 (vector :dx/merge)
                 (dx/commit (dx/create-dx)))]
    (dx/q '[:find [(pull ?e [:name])]
            :where [?e :foo "bar"]] db))

throws "unrecognized input" exception