-
## Issue Description
When an error happens and the connection gets closed. Its possible that the real error cause is not logged.
This leads to a time consuming error search
### Expected Beh…
-
## Issue Description
I was using typeorm v0.2.* and just migrated to v0.3.* and one of my tests caught an unexpected behavior that might be worth mentioning here.
Use case: I have an entity `Item`…
-
## Issue Description
When execute .find with select different from undefined or empty array the relational ids no being getting even when they are requested.
I want to load relationId by runnin…
-
## Feature Description
Usually RDMSs allow you to specify the length of an index field.
### The Problem
TypeORM does not offer a way to specify the index length in the Index decorator.…
-
## Feature Description
### The Problem
I have a sort of columns need to be defined in the same type and length
### The Solution
add a config to mapping custom column type definitio…
-
## Feature Description
Postgresql has a function `json_set` which can be used to update a json data partially. Or it also supports update an array of json type. It would be better to support th…
-
## Issue Description
When I call findDescendants function on 'materialized-path' tree, it returns all elements in the table. I tried to call createDescendantsQueryBuilder as well, but the same is…
imkks updated
3 years ago
-
### Expected Behavior
Table Inheritance can be used with an enum as discriminator.
### Actual Behavior
When trying to use an enum to discriminate the child entities (see code sample in step…
-
## Issue Description
I have a simple model like:
```
@Entity()
export class Member {
@PrimaryGeneratedColumn()
public readonly id: number;
@Column({ default: ''})
public name: st…
-
**Issue type:**
```
FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
[29:0x4147350] 2796188 ms: Mark-sweep 1477.8 (1520.0) -> 1465.4 (15…