-
## Issue Description
DefaultNamingStrategy sorts column names. I found this when I went to add an index of `columnA, columnB, publishDate, rank` where I already had `columnA, columnB, rank, publi…
-
## Issue Description
Sorting on the columns of an embedded entity doesn't work in find method on Repository.
The following compilation error occurs.
```
error TS2769: No overload matches this …
-
**Is your feature request related to a problem? Please describe.**
This is more of a question/discussion, but may result in a feature request. I'm exploring the possibility of integrating this with…
-
Hey @Code-Hex ! Thanks for this plug-in. It's helping us out quite a bit in preventing human errors in our application.
I was looking into the `withObjectType` but was facing some problems. The opt…
-
## Issue Description
Setting `synchronize: true` in `createConnection` does not update schema in DB (postgres 9.6) if there has been any change in entity schema after table is created. This issue occ…
-
I'm currently in the process of testing a typescript app using Typeorm. Tried to create a few simple examples at first but it seems that pg-mem is throwing an error when trying to write the test. Appl…
-
## Issue Description
I get an error while saving over an embedded object. It holds both the user and its related user id. For example;
```
@ManyToOne(() => User)
@JoinColumn({ name: 'c…
-
I am using the ```forRootAsync``` method to load roles dynamically from the database however I am getting an error. I am a newbie to Nestjs, so please let me know if I am doing something wrong
```
E…
-
## Issue Description
Dates are converted to UTC before being saved to database, but CreateDateColumn is not saved in UTC using mysql
### Expected Behavior
Not really sure if this is a bug, bu…
-
I'm using Nestia to generate Swagger documentation, but I'm unable to display example values for parameters in the generated docs.
I tried `@example`
``` js
interface IGetHello {
/**
* @ex…