Verkleckert

Results 5 comments of Verkleckert

As an addition here is the log of the request with the previous version of MikroORM: ```bash select "o0"."uuid", "r1"."uuid" as "r1__uuid", "r1"."name" as "r1__name", "r1"."description" as "r1__description", "p3"."uuid" as...

I couldn't reproduce the error in a seperate project but i could debbug the code and find the code that fails. ![Image](https://github.com/user-attachments/assets/fae88b55-7339-49a2-984f-934364c3cc28) The createJoinExpression function, in the QueryBuilderHelper file it...

## Reproduction After a lot of testing i managed to reproduce the error. So for this example i have a table "Role" with the wildcard shema and a table "permission"...

Hey, where you able to reproduce the bug or do you need any futher informations?

Hey, I tried it a long time to reproduce it with the Base you provided but coudn't get it to fully work. But i can provide my testrepo with a...