-
### Issue description
when calling the update method from a repository, it cant update an entity with a relation
### Expected Behavior
it should update the field inside the related entity
…
-
## Issue Description
I feel I might be missing something but ManyToOne with cascade won't work for me if:
- Have an entity with to cascade ManyToOne relationships, one nullable and the other n…
-
### pnpm version: 7.8.0
We have an internal library that has 3 optional peer dependencies, marked with peerDependenciesMeta.*.optional = true.
We are migrating to pnpm from yarn but pnpm throws a …
-
## Issue Description
@BeforeInsert() decorator doesn't work on entity hashing password before insertion.
### Expected Behavior
Expected password to be hashed before being inserted i…
-
Hi,
great article but here's the problem I came across while looking through your code. In your `MongoDataServices` class you import your `Author`, `Book` and `Genre` from your mongo models but the…
-
**Issue type:**
[ ] question
[x] bug report
[ ] feature request
[ ] documentation issue
**Database system/driver:**
[ ] `cordova`
[ ] `mongodb`
[ ] `mssql`
[ ] `mysql` / `mariadb`
[ ] …
-
for exmaple ?
export class CreateJobOfferDto {
@ApiModelProperty()
description: number;
@ApiModelProperty()
employerId: number;
@ApiModelProperty()
skillId: number;
}
-
## 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
What is Typescript and why should we use it?
"TypeScript is a typed superset of JavaScript developed by Microsoft that compiles to plain JavaScript. Unlike JavaScript, TypeScript …
-
## 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…