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

Bumps [release-it](https://github.com/release-it/release-it) from 15.1.3 to 15.3.0. Release notes Sourced from release-it's releases. Release 15.3.0 Add new features to docs (e2101ed) Add tests for branchName in tag name (a6f6eff) Update dependencies...

dependencies
javascript

```ts @Index('SECRET_KEY') @Column({ type: DataType.STRING, field: 'secret_key', comment: 'secret key' }) secretKey: string ``` SequelizeDatabaseError: Key column 'secretKey' doesn't exist in table How I setting index to real column 'secret_key',...

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.30.7 to 5.33.0. Release notes Sourced from @​typescript-eslint/eslint-plugin's releases. v5.33.0 5.33.0 (2022-08-08) Bug Fixes eslint-plugin: [no-extra-parens] handle await with type assertion (#5428) (e03826f) website: add explicit frontmatter...

dependencies
javascript

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.0.6 to 18.6.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=18.0.6&new-version=18.6.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
javascript

# Issue Following methods do not accept an object with an association, - `Model.build()` - `Model.create()` - `modelInstance.set()` ## Versions - sequelize: 6.21.2 - sequelize-typescript: 2.1.3 - typescript: 4.7.4 ##...

Bumps [sqlite3](https://github.com/TryGhost/node-sqlite3) from 5.0.9 to 5.0.11. Release notes Sourced from sqlite3's releases. v5.0.11 What's Changed Restored compatibility for Alpine 3.15 by @​daniellockyer in TryGhost/node-sqlite3#1626 Full Changelog: https://github.com/TryGhost/node-sqlite3/compare/v5.0.10...v5.0.11 v5.0.10 What's Changed...

dependencies
javascript

# Issue How to define instance methods in model ? Documentation doesn't mentions anything about instance methods. ## Versions - sequelize: - sequelize-typescript: - typescript: ## Issue type - [...

- sequelize: 6.21.3 - sequelize-typescript: 2.1.1 - typescript: 4.7.4 ```ts import { Table, Model, Column } from 'sequelize-typescript'; @Table({}) export default class Admin extends Model { @Column name: string =...

Bumps [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) from 0.31.1 to 0.32.1. Release notes Sourced from markdownlint-cli's releases. 0.32.1 Update markdownlint dependency to 0.26.1 Improve MD051 Update all dependencies via Dependabot 0.32.0 Update markdownlint dependency to...

dependencies
javascript

**Versions** - sequelize: 5.21.7 - sequelize-typescript: 1.1.0 - typescript: 3.8.3 - Node.js: 13.14.0 or 14.2.0 **I'm submitting a ...** [x] bug report [ ] feature request **Actual behavior:** When attempting...