Felipe Medeiros
Felipe Medeiros
Teve algum andamento nisso?
Seria MT bom
I have the same problem... This is a problem that comes from TypeORM itself, just see the queries it generates to perform a filter... ```sql select "__root"."id" as "__root_id", "__root"."criado_em"...
> @muxtardo as a work around you can leftjoin it twice with a different alias and filter on the different alias but show the original one. This way you can...