Adrien de Peretti
Adrien de Peretti
I have also tried populating the `select` prop from the find options. but the select is added on the main select and the sub query does not return any column...
@iJhefe any thoughts on that. Am I missing something or doing something wrong? Even if in the find options I set the select property to contains all the relations and...
It is part of a bigger project where we are migrating from typeorm v2 to v3 I have migrating our old repository which was separating the queries to have the...
Another small example I just experienced is - Entity `product` has a relation one to many to the `options` entity which contains `product_id` - find options contains `{ where: {...
@iJhefe I tried to create a smaller repro repo, and it worked, but I really don't see the difference between my repo and the actual code. I ll try to...
here is the example that works, without transaction but not within a transaction, and you have the link of the one that cause me trouble in the comment [here](https://github.com/typeorm/typeorm/issues/9719#issuecomment-1401830207) Just...
and with those options in the project it does not work as well ```json { "where": { "id": "prod_01GQJ4S9HJB777HHR9XSNFTWRK" }, "relations": { "variants": { "options": true }, "options": true },...
@iJhefe I ve made a video so that you can see what I am seeing, you have all the material here 😂 summary: - Repro with the necessary bits it...
A bit more elements, during the loading of the related entities and before they are assigned to the main entity from which the query is made, I can see that...
@pleerock i would like to add you in the loop if that's cool with you I'd be happy to open a pr if my findings are correct otherwise if I...