Skip to content

Issues: sequelize/sequelize

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Assignee
Filter by who’s assigned
Sort

Issues list

Sequelize v6.26.0 postgres database connection not released pending-approval Bug reports that have not been verified yet, or feature requests that have not been accepted yet type: bug
#15456 opened Dec 14, 2022 by Makgalemela
3 of 6 tasks
primaryKey: true - sqlMessage: "Unknown column 'id' in 'field list'" pending-approval Bug reports that have not been verified yet, or feature requests that have not been accepted yet type: bug
#15433 opened Dec 11, 2022 by scriptsure
3 tasks
bulkCreate does not fully rollback in mssql when inserting more than 1000 items dialect: mssql For issues and PRs. Things that involve MSSQL (and do not involve all dialects). type: bug
#15426 opened Dec 9, 2022 by ephys
3 of 6 tasks
Associations created by Model.create can't be typed type: bug type: typescript For issues and PRs. Things that involve typescript, such as typings and intellisense.
#15420 opened Dec 8, 2022 by ephys
3 of 6 tasks
Add the ability to modify the SQL in beforeQuery type: feature For issues and PRs. For new features. Never breaking changes.
#15416 opened Dec 8, 2022 by ephys
4 of 8 tasks
Use COPY in bulkCreate for Postgres type: feature For issues and PRs. For new features. Never breaking changes.
#15404 opened Dec 6, 2022 by Siecje
4 of 8 tasks
Provide defaults for bulkCreate() type: feature For issues and PRs. For new features. Never breaking changes.
#15399 opened Dec 5, 2022 by Siecje
4 of 8 tasks
Provide the number of failed updates from bulkCreate pending-approval Bug reports that have not been verified yet, or feature requests that have not been accepted yet type: feature For issues and PRs. For new features. Never breaking changes.
#15397 opened Dec 5, 2022 by Siecje
4 of 8 tasks
Add conflictFields option for bulkCreate type: feature For issues and PRs. For new features. Never breaking changes.
#15396 opened Dec 5, 2022 by urosctd
4 of 8 tasks
NodeJS 18 LTS Invalid Date pending-approval Bug reports that have not been verified yet, or feature requests that have not been accepted yet type: bug
#15391 opened Dec 4, 2022 by wenerme
2 of 6 tasks
Add support for Repositories / Data Mapper type: feature For issues and PRs. For new features. Never breaking changes.
#15389 opened Dec 4, 2022 by ephys
4 of 8 tasks
Add the ability to re-use the same connection (sequelize.session((connection) => {})) type: feature For issues and PRs. For new features. Never breaking changes.
#15388 opened Dec 4, 2022 by ephys
4 of 8 tasks
initialAutoIncrement for ALTER TABLE queries dialect: mysql For issues and PRs. Things that involve MySQL (and do not involve all dialects). type: feature For issues and PRs. For new features. Never breaking changes.
#15368 opened Dec 1, 2022 by hemanth-kumarv
3 of 6 tasks
With JSON_OBJECT Sequelize / Mariadb result is incorrect type: feature For issues and PRs. For new features. Never breaking changes.
#15363 opened Nov 30, 2022 by touteslatitudes
2 tasks done
Throw when an identifier generated by Sequelize is longer than the maximum identifier length type: feature For issues and PRs. For new features. Never breaking changes.
#15362 opened Nov 30, 2022 by ephys
4 of 8 tasks
Support minifyAliases option in findAll/findOne/findAndCountAll type: feature For issues and PRs. For new features. Never breaking changes.
#15361 opened Nov 30, 2022 by ephys
4 of 8 tasks
Temporal Tables type: feature For issues and PRs. For new features. Never breaking changes.
#15359 opened Nov 30, 2022 by lohart13
4 of 8 tasks
SequelizeDatabaseError: null value in column "id" of relation "table" violates not-null constraint pending-approval Bug reports that have not been verified yet, or feature requests that have not been accepted yet type: bug
#15351 opened Nov 28, 2022 by jteesang
2 of 7 tasks
Upsert (and probably build, create, update, etc.) can miss properties that are not own-properties type: feature For issues and PRs. For new features. Never breaking changes.
#15337 opened Nov 26, 2022 by platinumazure
3 of 6 tasks
Status of merge with sequelize-typescript type: feature For issues and PRs. For new features. Never breaking changes.
#15334 opened Nov 26, 2022 by ephys
8 of 15 tasks
Redesign naming Strategies breaking change For issues and PRs. Changes that break compatibility and require a major version increment. type: feature For issues and PRs. For new features. Never breaking changes.
#15312 opened Nov 20, 2022 by ephys
4 tasks done
ProTip! Exclude everything labeled bug with -label:bug.