-
### Issue description
Mongo dependency bug
### Expected Behavior
I would be able to use the latest supported version of the the mongo npm package.
### Actual Behavior
You can only have mongodb 5…
-
## Issue Description
Entities extending `BaseEntity` cause TypeORM to throw when calling `DataSource.initialize`
### Expected Behavior
The database is initialized without issue.
### …
-
### Expected Behavior
Left joining on any table should not require an `order by` column to exist in `select` clause
```
This column is not mandatory in a select clause for this query to work…
-
## Issue Description
### Expected Behavior
### Actual Behavior
```
// include the output in code tags like these!
@Entity("users")
export class User extends BaseEntity …
-
### Issue description
.save() is throwing duplicate key value violates unique constraint when uuid is lowercase
### Expected Behavior
I expect that the data is saved in teh database without a…
-
### Issue description
`Repository.create() or Manager.create()` cause an error
### Expected Behavior
I want to create JoinedGroup entity
### Actual Behavior
It is just crashing
### S…
-
### Issue description
I am unable to find a way to flatten the object property to return directly just the string of the value
### Expected Behavior
It should return `order: { status: 'Completed'}`…
-
### Issue description
It looks like the default values are always returned in the statement.
### Expected Behavior
Query(Oracle)
```
await manager.createQueryBuilder().in…
-
## Feature Description
### The Problem
There seems no way to update many rows by one call.
### The Solution
Implement a method that to update multiple rows by one call.
Fo…
-
### Issue description
migration does not auto load ts files
### Expected Behavior
migration auto load ts files
### Actual Behavior
migration does not auto load ts files, but if migratio…