-
**Issue type:**
[ ] question
[x] bug report
[ ] feature request
[ ] documentation issue
**Database system/driver:**
[ ] `cordova`
[ ] `mongodb`
[ ] `mssql`
[ ] `mysql` / `mariadb`
[ ] …
-
**Issue type:**
[ ] question
[x] bug report
[ ] feature request
[ ] documentation issue
**Database system/driver:**
[ ] `cordova`
[ ] `mongodb`
[ ] `mssql`
[x] `mysql` / `mariadb`
[ ] …
-
**Issue type:**
[ ] question
[x] bug report
[ ] feature request
[ ] documentation issue
**Database system/driver:**
[ ] `cordova`
[ ] `mongodb`
[ ] `mssql`
[ ] `mysql` / `mariadb`
[ ] …
-
**Issue type:**
[*] question
[ ] bug report
[ ] feature request
[ ] documentation issue
**Database system/driver:**
[ ] `cordova`
[ ] `mongodb`
[ ] `mssql`
[ ] `mysql` / `mariadb`
[ ] …
-
### Issue description
Multiple `@JoinColumn` with same `name` interferes with each other. At least `referencedColumnName` option is overridden by the option of other `@JoinColumn` with same `name`.…
-
## Issue Description
When I try to run migration the orm didn't detect that the same migration has already been generated and executed before.
### Expected Behavior
Expect orm could det…
-
## Issue Description
Queries work when I use either QueryBuilder or Raw SQL, using find, findOne, getOne etc returns nothing.
### Expected Behavior
The any query created with the following would …
-
### Issue description
Unable to open dataSource.ts because require() of ES Module file:///workspaces/hfs_sales/node_modules/typeorm/index.mjs not supported.
### Expected Behavior
Running `npm run t…
-
## Feature Description
### The Problem
When working with Repositories TypeORM doesn't allow creating custom logic for order by.
This is allowed when working with a QueryBuilder.
…
-
### Issue description
When creating a query builder and call `setFindOption` containing order and relation, if the load strategy is set to `query`, the resulted query seams to be wrong. The check t…