https://github.com/madeindjs/typeorm_bug
https://github.com/madeindjs/typeorm_bug
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/madeindjs/typeorm_bug
- Owner: madeindjs
- Archived: true
- Created: 2021-05-28T10:22:24.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-28T10:33:39.000Z (about 5 years ago)
- Last Synced: 2025-02-05T21:41:39.358Z (over 1 year ago)
- Language: TypeScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TypeORM bug
A simple repository to reproduce theses errors:
- [`PostgresDriver.enableExtensions` is runned on slave connection · Issue #7691 · typeorm/typeorm](https://github.com/typeorm/typeorm/issues/7691)
- [⚠Caching won't work with replication enabled · Issue #5919 · typeorm/typeorm](https://github.com/typeorm/typeorm/issues/5919)
## Run
```sh
git clone https://github.com/madeindjs/typeorm_bug
cd typeorm_bug
docker-compose up
```