26 Sep
2007
26 Sep
'07
7:07 p.m.
Hi, There is some way to select a limited number of daos without using query-dao? I think in something like that: the function select-dao accepting some key parameters, like :limit, :offset, :order-by... (select-dao 'my-entity :limit 100) to be same as (query-dao 'my-entity (:limit (:select '* :from 'my-entity) 100)) I think this would be useful in many applications, and allow the developer to write code without SQL. []'s Lucindo