DiogoBatista

Results 7 comments of DiogoBatista

@nick-lvov-dev I've been on a ride with trying to enable sentry performance with this library, thinking that the library didn't support it, but after a while, I could make it...

From a brief check on the `Paginator.ts` It seems that the library is not taking into account the passed query `orderBy`. ``` buildOrder() { let { order } = this;...

@benjamin658 do you have any suggestions on how to tackle this one?

Thank you for the response @benjamin658 I created a PR with a test for the @ruifernando7 fix. Do let me know if the test makes sense and hope @ruifernando7 merges...

@benjamin658 I just tested @ruifernando7 and I'm not sure if the fix addresses my issue. with that code, I'm getting the following error. ``` TypeORMError: "LOWER(table_alias" alias was not found....

Yes, I am. Below you can find the query I'm trying to use with the paginator. I found out today that the error I'm having is thanks to the `leftJoinAndSelect`...

@santiago-su this is the correct PR -> https://github.com/WeTransfer/frontend/pull/11168 based on the latest release at the moment