Avre Barra
Avre Barra
I think the range of threshold should be written in the documentation @alexgibson
up up, this is important issue
Any updates on this issue? @rusekr -------------------- I tried this query: ```js await Coupon.all({ subQuery: false, attributes: ['tag'], include: [ { association: 'coupon_histories', }, ], group: 'tag', }); ``` I...
for now I resorted to raw queries. made me add another deps like sql-bricks, dotties to make the sql queries bit more customizable and manageable. it's working quite well, but...