sequelize-typescript icon indicating copy to clipboard operation
sequelize-typescript copied to clipboard

Decorators and some other features for sequelize

Results 222 sequelize-typescript issues
Sort by recently updated
recently updated
newest added

I'm trying to do: ``` let newEvent: Event = { id: (uuidv4() as unknown) as Guid, streamId: msg.streamId, data: msg.data, // response: undefined, // responseCode: undefined } ``` with `Event`...

## Versions Tested on both - sequelize: 5.22 - sequelize-typescript: 1.1.0 - typescript: 4.2.3 and - sequelize: ^6.5.0 - sequelize-typescript: 2.1.0 - typescript: 4.2.3 ## Issue type - [ x?...

# Issue Currently I have 2 tables that are in a one-to-many relationship and the problem is that it only brings me one record of that union. Models: ``` @Table({...

# Issue How can I hide the password? is there any way to not select the password using typescript-sequelize? ## Versions - sequelize: ^6.37.1 - sequelize-typescript: 2.1.6 - typescript: ^5.1.3...

# Issue If Paranoid: true is configured, data will still be deleted ## Versions - sequelize: ^6.37.1 - sequelize-typescript: ^2.1.6 - typescript: 4.8.4 ## Issue type - [ ] bug...

**Versions** - sequelize: 6.37.1 - sequelize-typescript: 2.1.6 - typescript: 5 - I'm submitting a ... [X] bug report [ ] feature request **Issue** `ModelNotInitializedError: Model not initialized: Member "create" cannot...

# Issue The `.$add` seems to be resulting in a faulty SQL query when there are multiple M:N relationships set on a junction table. The issue happens only inside of...

# Issue ## Versions - sequelize: 6.37.1 (I also downgraded to 6.35.0) - sequelize-typescript: 2.1.6 - typescript: ^5.1.3 ## Issue type - [ x] bug report - [ ] feature...

# Issue I am attempting to write some unit tests for a classes that uses my sequelize-typescript models but I am getting this error when I try to create an...