-
I found the following weird behaviour when using `CrudOptions.serialize` option.
Basically, I am trying to use DTO to hide some internal implementation details which database entities contain. What…
-
## Issue Description
we're upgrading from v0.2 to v0.3 and while converting our custom repositories, we noticed that custom repositories lost type support.
### Expected Behavior
when creating…
-
## Issue Description
I'm using single table inheritence and i ran into this annoyance, this works correctly when i save through the parent entity but not through the child
### Expected Behavior…
-
## Issue Description
### Expected Behavior
migration:generate should exit process after successful operation
### Actual Behavior
It hangs open
### Steps to Reproduce
1. generate a mi…
-
## Issue Description
If my entities look like this:
```ts
@Entity({ name: 'libraries' })
export class Library {
@PrimaryGeneratedColumn('uuid')
id: string;
@OneToMany(() => Book…
-
**Issue type:**
[ ] question
[x] bug report
[ ] feature request
[ ] documentation issue
**Database system/driver:**
[ ] `cordova`
[ ] `mongodb`
[ ] `mssql`
[ ] `mysql` / `mariadb`
[ ] …
-
## Issue Description
I have TypeORM 0.3.10
@Entity('users')
export class UserEntity {
@PrimaryGeneratedColumn()
id: number;
@Column({ unique: true })
nickname: string;
@C…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
I'm getting this warning
`oidc-provider WARNING: already parsed request body detected, ha…
-
## Issue Description
When I create an entity, generate a migration, and run said migration, it creates a table for the entity in the mysql database as expected. When I delete the entity, and atte…
-
As Ultimate Backend becomes stable, please tell me features you would like to see. The constraint is the features most not be project-specific but should be cross-sectional, for instance like messagin…