Dimon
Dimon
I also tried to use factory boy with an async ORM and tried to use RelatedFactory. At that point just returning a task in not enough, so I've tried to...
> I've done some digging. I can't find an elegant solution, so I'm giving up and leaving my findings here. > > There are two compounding issues: > > 1....
Get into similar issue as well. The core problem is current DISTINCT approach is not applicable when we order by relation field. `SELECT DISTINCT "distinctAlias"."FinPay_id" AS "ids_FinPay_id", "distinctAlias"."FinPay__FinPay_installments_dt_due"` in your...