[query] Support non-scalar bindings in :in #255

Open
opened 2020-08-06 16:57:25 +00:00 by gburd · 0 comments
gburd commented 2020-08-06 16:57:25 +00:00 (Migrated from github.com)

Right now, Mentat only supports :in ?scalar. That makes it hard to query for collections of things specified to the user. (My particular use case is finding many login records specified by UUID.)

Datomic supports bindings in :in; see https://docs.datomic.com/on-prem/query.html#bindings. This ticket tracks supporting binding inputs in Mentat.

Right now, Mentat only supports `:in ?scalar`. That makes it hard to query for collections of things specified to the user. (My particular use case is finding many login records specified by UUID.) Datomic supports bindings in `:in`; see https://docs.datomic.com/on-prem/query.html#bindings. This ticket tracks supporting binding inputs in Mentat.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: greg/mentat#255
No description provided.