-
## Issue Description
I have a pre-existing database table that has a column with a name of `account_number`, however, I wanted to reference this column in my code as `accountNumber` instead.
…
-
**Describe the bug**
I have an issue where I have two relationships with an `action` where calling setRelations passing in `[]` when the entity is company results in ALL companies being associated wi…
-
### Issue description
Cannot generate migration
### Expected Behavior
I am running the following command:
`typeorm migration:generate path/to/Migration -d ./src/data-source.ts`
I would …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the issue
I am using transformer-plugin as instructed from the documentation with,
- NestJS
- TypeO…
-
**Issue type:**
[ ] question
[x] bug report
[ ] feature request
[ ] documentation issue
**Database system/driver:**
[ ] `cordova`
[ ] `mongodb`
[ ] `mssql`
[x] `mysql` / `mariadb`
[ ] …
frco9 updated
2 months ago
-
## Issue Description
When .save entity with relationship, link key will be set to NULL if being changed
### Expected Behavior
```
export class FormQuestionAnswer extends Audit{
@Prima…
-
## Issue Description
When a base classs is used, e.g. audit fields, they some times come up first with the tables are generated, but sometimes they come up last:
![image](https://user-images.git…
-
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
Using find | findBy using nested where syntax results in an error
### Expected Behavior
using a `find`/`findBy` method with nested where, like so:
```
this.projectRepo…
-
## Issue Description
I have my User entity and I need that some Users depends on another users, so I proceded to create a ManyToMany relation, but when I ran "npm run build" and execute "typeorm migr…