Martin Adámek

Results 768 comments of Martin Adámek

Either use multiple ORM instances or you could use `FindOptions.schema` but that is probably not implemented in mongo. PR welcome.

Multitenancy is in general not directly supported, but definitely possible. There is some work almost done in #1424, that should improve the support for SQL a lot. Supporting `FindOptions.schema` in...

Generally speaking you either use the pivot entity directly, or you define the relations with the 1:m variants instead of m:n (you can keep the m:n for reading purposes where...

Hmm I can't really say I understand the usage there (never used objection myself). But I don't think we can find better ways than what I mentioned above if we...

It's worth noting that there is actually only one query that loads both the pivot table and joins the target table (also in the select in strategy). There will always...

I guess the biggest issue right now might be the proposed API, as populate hints are now (v5) string arrays only and they are strictly typed, so we would need...

@JanJakes could you take a look at this please? I managed to adjust the `Loaded` type so it is respected in `EntityDTO` (better say in the methods that return it,...

Interesting idea, we might wanna update the entity snapshots (originalEntityData) when assigning too, so we do not issue two update queries if there is a match. I was actually thinking...

> @B4nan Would love to see more work done on this Well, then do the work on this :] For me this have very low priority. I did gave it...