-
## Issue Creation Checklist
- [x] I understand that my issue will be automatically closed if I don't fill in the requested information
- [x] I have read the [contribution guidelines](https://g…
-
# Issue
Following methods do not accept an object with an association,
- `Model.build()`
- `Model.create()`
- `modelInstance.set()`
## Versions
- sequelize: 6.21.2
- sequelize-t…
-
## Issue Creation Checklist
- [x] I understand that my issue will be automatically closed if I don't fill in the requested information
- [x] I have read the [contribution guidelines](https://githu…
-
**I'm submitting a ...**
Doc request
I know how to write a Virtual field in sequelize, but not clear for `sequelize-typescript` class model
All I can find are two issues:
https://github.com…
-
Hi @felixfbecker / @RobinBuschmann
I am developing a desktop app in Electron with Angular for the ui, for the connection to the local db I want to use sequelize-typescript. When generating an insta…
-
**Versions**
- sequelize: any
- sequelize-typescript: ^1.1.0
- typescript: ^3.8.0
**I'm submitting a ...**
[x] bug report
[ ] feature request
**Actual behavior:**
Creating…
-
**Versions**
- sequelize: 5.21.5
- sequelize-typescript: 1.1.0
- typescript: 3.8.3
**I'm submitting a ...**
[ ] bug report
[x] feature request
I'd like to run a function before every q…
-
## Issue Description
When you use PostgreSQL Schemas and `{ alter: true }` option, each time the database is synchronized the foreign key is duplicated.
### What are you doing?
SSCCE Link: ht…
-
## Issue Creation Checklist
- [x] I understand that my issue will be automatically closed if I don't fill in the requested information
- [x] I have read the [contribution guidelines](https://g…
-
# Issue
When using a primary key other than the default 'id', typescript will error when using a getter for remapping the new primary key to the default field. Happens in Typescript 3 as a …