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

Base repository for creating and sharing Sequelize SSCCEs

Results 109 sequelize-sscce issues
Sort by recently updated
recently updated
newest added

This SCCEE is expected to produce an incorrect type error when querying with `null` in the `where` clause for a nullable field. The code itself works fine, the query returns...

Example for issue: https://github.com/sequelize/sequelize/issues/17476#issue-2511307725

Bumps [tar-fs](https://github.com/mafintosh/tar-fs) from 2.1.1 to 2.1.2. Commits d97731b 2.1.2 fd1634e symlink tweak from main See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tar-fs&package-manager=npm_and_yarn&previous-version=2.1.1&new-version=2.1.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this...

dependencies
javascript

Test for bug report I'm about to create.

The SSCCE was still running on alpha 36 of Sequelize v7 due to the yarn lock file being committed to the repository. When I removed it to make it run...

Demonstrates changeColumn incorrectly adding UNIQUE constraints to composite primary keys on sqlite.