Fork me on GitHub
#datomic
<
2015-11-18
>
domkm04:11:03

It seems as if :db.fn/cas doesn't resolve lookup refs for values. Lookup refs and ids seem to be treated interchangeably elsewhere and I don't see this caveat mentioned in the docs. Is it a bug?

ljosa19:11:37

How can I get more than 1000 values for a cardinality-many attribute when I'm using * in a pull expression? I tried

(pull ?g [(limit :group/keywords nil) *])
, but that still only gives me 1000 keywords.

ljosa20:11:33

never mind, I upgraded Datomic and worked around it by specifying explicitly the attributes I need