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

# Issue ## Versions - sequelize:6.28.0 - sequelize-typescript:^2.1.5 - typescript:^4.9.4 ## Issue type - [v] bug report - [ ] feature request when using for example `X.findAll({includes:[Y]})` class-transformer throws `[Class...

# Issue Just a quick issue to know if there is any plan to support sequelize 7? ## Versions - sequelize: 7 - sequelize-typescript: - typescript: ## Issue type -...

# Issue Hi, recently i built a koa2 app with sequelize-typscript, and bundle it using it using webpack v5, it worked perfectly fine until when i changed webpack mode from...

when i connection postgres ,sometime was error Connection terminated unexpectedly retry it is work , i try to update pool config ,but not work "define": { "schema": "public" }, "dialectOptions":...

Would it be possible to allow settings contrains on table and field the same way we set index. E.g: Defining a table this way: ``` @Table({ constraints: [ { name:...

# Issue It's a question/feature request => To understand how to create model based on conditions. It's an issue, based on the fact that an unhandled collumn type crash on...

# Issue Following https://github.com/sequelize/sequelize-typescript#one-to-many I have my Models set up correctly. However, I am getting an error `Cannot read properties of undefined (reading "topics")` ## Versions package.json "@nestjs/axios": "^0.1.0", "@nestjs/common":...

# Issue When I use the .build method to create a model. I expect the class properties to be set. When there are no class properties this works...but when the...

Hello , Im writing a jest test for my application writting in typescript Any time a mocked the Model class this way , jest.mock("@apps/apim/entities/server.entity"); jest.mock("@apps/apim/entities/api.entity"); I got this error apps/apim/__tests__/unit/services/endpoint.service.test.ts...

# Issue sequelize-typescript overrides the declarated model option indexes with the decorated indexes. This is due to a misbehaviour in https://github.com/sequelize/sequelize-typescript/blob/8ded61aa26e192b455c682377d45cef0582e11e2/src/sequelize/sequelize/sequelize.ts#L98 ## Versions - sequelize-typescript: 2.1.6 ## Issue type -...