-
**Issue type:**
[x] question
[ ] bug report
[ ] feature request
[ ] documentation issue
**Database system/driver:**
[ ] `cordova`
[ ] `mongodb`
[ ] `mssql`
[x] `mysql` / `mariadb`
[ ] …
-
## Issue Description
My project has 2 seperate connection datasources. One is to a readonly `mysql` database, the other is a `postgres` database.
Everything on the `mysql` database works fin…
-
I'm trying to write some unit tests of code that uses typeorm without hitting the DB. I'm using `getRepository` in the code to do stuff.
In my tests ideally I'd like to call `getRepository(SomeEnti…
-
## I'm submitting a...
[ ] Regression
[ ] Bug report
[ ] Feature request
[x] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post…
-
When I git clone and run yarn install, I get lots of warnings and Errors!
```
error D:\data\github\express-typescript-boilerplate\node_modules\sqlite3: Command failed.
Exit code: 1
```
```
n…
-
### My factory class
```
export class UserFactory extends Factory {
protected entity = User;
protected dataSource = AppDataSource;
firstName = faker.person.firstName();
lastName …
-
This is a rather complex problem, and I've spend hours debugging it. But basically the problem is, that if a dependency is `require`ing a file in the `app` folder, this file will get executed twice, w…
-
It would be great to have a guide to using jest and typeorm together.
This guide would ideally have patterns for both using real connections for integration testing as well as mocking the TypeORM con…
-
**Issue type:**
- [ ] question
- [x] bug report
- [ ] feature request
- [ ] documentation issue
**nestjs-config version**
`v1.4.5`
**@nestjs/common+core or other package versions**
```
…
-
We have a dependabot alert for the package `Flat` and to update this package, we need to update adminjs to at least 6.7.6. We are upgrading from 5.0.0 and this was not an issue with that version.
…