Mahmoud Almontasser

Results 3 comments of Mahmoud Almontasser

And if I replaced `@RelationId()` by `@Column()`, the GetMany returns an empty array, and the generated sql query looks like this: ```sql SELECT `City`.`id` AS `City_id`, `City`.`createdAt` AS `City_createdAt`, `City`.`updatedAt`...

It looks like a typeorm problem, if you define a relationId column you can't query with the relation name

This PR should fix #1015 #1104