Rémi THOMAS

Results 12 comments of Rémi THOMAS
trafficstars

@KjellConnelly any news regarding this issue ?

Indeed this is the issue. **Closing Modal** solves my issue.

@HippolyteJacque have you fixed your issue ? It looks like I got the same issue. My query builder looks like that: ```ts const queryBuilder = this.productsRepository .createQueryBuilder('product') .addSelect('substring("metadataProduct"."countryOfOriginCode" from 1...

@benjamin658 `addOrderBy` didn't work for basic sort and sort function. Thanks for your help

Hello @oriooctopus, this could be a good feature. It should be easy to implement, feel free to push a MR. Thanks for the idea !!

Hello, @chriswhite199 this is a good idea. Will try to come back with a PR soon. thanks

Sorry for the long delay, actually we need to move the codebase to typescript in order to address this feature before.

Hello @vinassefranche Thanks for the encouragement 🙌 This may look like a feature of **eslint**, are you talking about https://eslint.org/docs/user-guide/configuring/configuration-files#cascading-and-hierarchy ?

This is not related to `pg-mem` and `typeorm` Regarding your error I think it is a good idea to force the table name like you did, maybe in lowercase to...