sequelize-sscce
sequelize-sscce copied to clipboard
Base repository for creating and sharing Sequelize SSCCEs
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 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this...
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.