Aimen SIJOUMI

Results 11 comments of Aimen SIJOUMI

Hi ! Any news for that ?

During my research, I read the types, and I found : ``` export type ColumnType = WithPrecisionColumnType | WithLengthColumnType | WithWidthColumnType | SpatialColumnType | SimpleColumnType | BooleanConstructor | DateConstructor |...

Hi! Any news on this feature ?

Hi @Ginden, Yes, I searched and I saw that from `mysql2`. I'm currently with the version `3.9.5` of mysql. Maybe should I downgrade it ?

@niels-van-den-broeck, I will test it on my dev environment. I will keep you informed as soon as possible. PS : I don't have this issue for my local environment, only...

Hi @Ginden, @niels-van-den-broeck, I have downgraded the`mysql2` package to version `3.3.1`. Since then, over the last 24 hours, I have not encountered the previous error. Thank you for your help...

Done ! Thank you, I close this issue 👍

Hello! I recently discussed issue [#10872: QueryFailedError: read ECONNRESET](https://github.com/typeorm/typeorm/issues/10872) with @niels-van-den-broeck. It appears that changes between the last version and version `3.3.1` have introduced an ECONNRESET error. I haven't pinpointed...

Hi @JCenatus , I don't have the solution yet, but I use EBS for temporary fixing. It supposes that you have only one replicas of your service. For example :...

Hi @hellohejinyu , I use this version `"[mysql2](https://npmjs.com/package/mysql2)": "[^3.3.1](https://npmjs.com/package/mysql2)",` and everything works fine 😄 In my package-lock.json : ```json "node_modules/mysql2": { "version": "3.3.1", "resolved": "https://registry.npmjs.org/mysql2/-/mysql2-3.3.1.tgz", "integrity": "sha512-UD84/AvLwO5qmSABEsBTZ7y7JKv3sM8JzWGhuL4tDkJwVsClVVAcelNSR5Unyhxj6/KHBAkjS7qe5/c+gEmNvA==", "dependencies": { "denque":...