Lucian Mocanu
Lucian Mocanu
I think the PR would be merged, but we need to fix some code quality issues. First of all, there are 9 tests that do the same thing. One would...
@coderabbitai full review
> @alumni please restart the check or tell me how to do it @yevhen-komarov you don't have the permission, I'll be able to do it after all actions complete. Seems...
@yevhen-komarov Many thanks for the contribution, this was a long-standing issue (I also encountered it in my project at some point), I think many people will be pleased to see...
@jaenster the code is just an example of how to use TypeORM and not part of the TypeORM productive code. So it's rather irrelevant - actually the whole lockfile could...
@tiagofilipenunes you need to add the brackets yourself ;)
@tiagofilipenunes there's an option called `isolateWhereStatements`. See https://typeorm.io/docs/data-source/data-source-options/#common-data-source-options
The main issue with dates is that each client treats them differently, often incorrectly. I tend to set the environment variable TZ=UTC so that Node.JS works with UTC and I...
Feel free to create a PR that adds v5 to the list of accepted versions. One thing though: the v5 client introduces some breaking changes: https://github.com/redis/node-redis/releases/tag/redis%405.0.0 - would the `RedisQueryResultCache`...