sequelize-typescript
sequelize-typescript copied to clipboard
Decorators and some other features for sequelize
Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. Commits 2449650 Update mocha 560b2d8 Don't use regex to trim whitespace b1bdb92 Remove linting package zoo c20dc7e Cache 308 See full diff in compare...
Bumps [express](https://github.com/expressjs/express) from 4.16.4 to 4.17.3. Release notes Sourced from express's releases. 4.17.3 deps: accepts@~1.3.8 deps: mime-types@~2.1.34 deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps:...
Bumps [sequelize](https://github.com/sequelize/sequelize) from 5.22.5 to 6.29.0. Release notes Sourced from sequelize's releases. v6.29.0 6.29.0 (2023-02-23) Features throw an error if attribute includes parentheses (fixes CVE-2023-22578) (#15710) (d3f5b5a) v6.28.2 6.28.2 (2023-02-22)...
# Issue Selecting attributes doesn't update the typings of the return type of get methods and declares the attributes that aren't selected are defined when they shouldn't be. ## Versions...
# Issue ## Versions - sequelize: 6.29.3 - sequelize-typescript: 2.1.5 - typescript: 5.0.2 ## Issue type - [x] bug report - [ ] feature request ## Actual behavior It seems...
# 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...
How to apply to row SQL query and sql Procedure here in typescript ?
# Issue i am using webpack5 to package the project, when the project runs the error was the primaryKey type is not the same as ForeignKey type, and i checked...
# Issue ## Versions - sequelize: "^6.28.0" - sequelize-typescript: "^2.1.5" - typescript: "^4.7.4" ## Issue type - [x] bug report - [ ] feature request ## Actual behavior I am...