Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/sequelize/sequelize
Feature-rich ORM for modern Node.js and TypeScript, it supports PostgreSQL (with JSON and JSONB support), MySQL, MariaDB, SQLite, MS SQL Server, Snowflake, Oracle DB (v6), DB2 and DB2 for IBM i.
https://github.com/sequelize/sequelize
Requesting descriptive errors explaining what went wrong with a request, or even what likely went wrong
rolandm2017 opened this issue about 2 years ago
rolandm2017 opened this issue about 2 years ago
meta: move used types deps to prod deps
WikiRik opened this pull request about 2 years ago
WikiRik opened this pull request about 2 years ago
z/OS support for db2 dialect
Stoyz opened this issue about 2 years ago
Stoyz opened this issue about 2 years ago
fix(types): allow readonly arrays on enum values
fzn0x opened this pull request about 2 years ago
fzn0x opened this pull request about 2 years ago
Allow readonly arrays for Enums
diegopedro94 opened this issue about 2 years ago
diegopedro94 opened this issue about 2 years ago
meta: migrate validator extras to TS
fzn0x opened this pull request about 2 years ago
fzn0x opened this pull request about 2 years ago
Remove the `include` option from `Model.create`
ephys opened this issue about 2 years ago
ephys opened this issue about 2 years ago
fix: override order problem with default scope
DanielOverdevest opened this pull request about 2 years ago
DanielOverdevest opened this pull request about 2 years ago
fix(ibmi): use CurrentSchema insteadof DSN
hancockm opened this pull request about 2 years ago
hancockm opened this pull request about 2 years ago
Can't connect to MySQL using SSL via URL
markus-k opened this issue about 2 years ago
markus-k opened this issue about 2 years ago
TypeError: s.replace is not a function with typescript-sequelize createIndexDecorator
mwamedacen opened this issue about 2 years ago
mwamedacen opened this issue about 2 years ago
fix: all v6 query interface methods typings
fzn0x opened this pull request about 2 years ago
fzn0x opened this pull request about 2 years ago
Cannot use WhereOptions, specifically WhereAttributeHash with extended generics
JamieREvans opened this issue about 2 years ago
JamieREvans opened this issue about 2 years ago
feat: enable the ability to use queryGenerator in queryInterface v6
fzn0x opened this pull request about 2 years ago
fzn0x opened this pull request about 2 years ago
Support multiple Read-Replica Pools
jcarvalho opened this issue about 2 years ago
jcarvalho opened this issue about 2 years ago
fix: inject scope in findAndCountAll
frostzt opened this pull request about 2 years ago
frostzt opened this pull request about 2 years ago
Include whereHas and whereDoesntHave to operations
kingeke opened this issue about 2 years ago
kingeke opened this issue about 2 years ago
Sequelize (Postgres) always 'returning' null for second index (whether creating or updating)
jonswc opened this issue about 2 years ago
jonswc opened this issue about 2 years ago
meta: update dependency p-settle to v5
renovate[bot] opened this pull request about 2 years ago
renovate[bot] opened this pull request about 2 years ago
Strong result types for queries with includes
sparebytes opened this issue over 2 years ago
sparebytes opened this issue over 2 years ago
Sequelize ETIMEDOUT Crash (EventEmitter memory leak detected)
GabrielAtlas opened this issue over 2 years ago
GabrielAtlas opened this issue over 2 years ago
Support "ADD COLUMN IF NOT EXISTS"
Betree opened this issue over 2 years ago
Betree opened this issue over 2 years ago
feat: added support for index include
lohart13 opened this pull request over 2 years ago
lohart13 opened this pull request over 2 years ago
feat(postgres): add returning option in delete query to return destroyed rows
Vigneshwaran16 opened this pull request over 2 years ago
Vigneshwaran16 opened this pull request over 2 years ago
Support for JSONB column operators (`?|`, `?&`, `?`)
miradnan opened this issue over 2 years ago
miradnan opened this issue over 2 years ago
fix: count grouped rows
fratzinger opened this pull request over 2 years ago
fratzinger opened this pull request over 2 years ago
queryInterface.upsert fails, reading 'primaryKeys' of undefined
Jdmorrisett opened this issue over 2 years ago
Jdmorrisett opened this issue over 2 years ago
Sequelize errors don't print properly in jest
benasher44 opened this issue over 2 years ago
benasher44 opened this issue over 2 years ago
feat: add noAlias option to avoid table alias in join clause
thongxuan opened this pull request over 2 years ago
thongxuan opened this pull request over 2 years ago
Not covered QueryInterface.select() description in v6 Api docs
koenigstag opened this issue over 2 years ago
koenigstag opened this issue over 2 years ago
feat: add updateOnDuplicate to included models
evanrittenhouse opened this pull request over 2 years ago
evanrittenhouse opened this pull request over 2 years ago
feat: make association definition methods throw if the generated foreign key is incompatible with an existing attribute
ephys opened this pull request over 2 years ago
ephys opened this pull request over 2 years ago
Model.create() sets auto increment to null
bennom opened this issue over 2 years ago
bennom opened this issue over 2 years ago
fix: missing option typings and `raw` option in bulkCreate when using build method
fzn0x opened this pull request over 2 years ago
fzn0x opened this pull request over 2 years ago
Support CLS transaction with multiple databases
eyalroth opened this issue over 2 years ago
eyalroth opened this issue over 2 years ago
feat: add `queryInterface.changeColumns`, fix many bugs with `changeColumn`
ephys opened this pull request over 2 years ago
ephys opened this pull request over 2 years ago
feat: return null if no defaultValue is specified
WikiRik opened this pull request over 2 years ago
WikiRik opened this pull request over 2 years ago
`Model.create()` in MySQL does not return `null` value when `defaultValue` hasn't defined
mytharcher opened this issue over 2 years ago
mytharcher opened this issue over 2 years ago
Missing `bulkDelete` typings
ghnoob opened this issue over 2 years ago
ghnoob opened this issue over 2 years ago
docs(contributing-cheatsheet): add new cheatsheet docs
mike-usa opened this pull request over 2 years ago
mike-usa opened this pull request over 2 years ago
fix: changeColumn function
lohart13 opened this pull request over 2 years ago
lohart13 opened this pull request over 2 years ago
fix: do not replace `:replacements` inside of strings
ephys opened this pull request over 2 years ago
ephys opened this pull request over 2 years ago
Index hints on join statement for mysql and mariadb
pham2ez opened this pull request over 2 years ago
pham2ez opened this pull request over 2 years ago
create ignoreDuplicates throws an error when empty response (due to ignored duplicates)
JacobLey opened this issue over 2 years ago
JacobLey opened this issue over 2 years ago
Handle `ignoreDuplicates` returning nothing during `create`
JacobLey opened this pull request over 2 years ago
JacobLey opened this pull request over 2 years ago
Is `update()` failing silently with JSONB?
muhammad-bin-zafar opened this issue over 2 years ago
muhammad-bin-zafar opened this issue over 2 years ago
feat(yugabyte): add support for yugabytedb dialect
priyanshi-yb opened this pull request over 2 years ago
priyanshi-yb opened this pull request over 2 years ago
Add support for YugabyteDB
priyanshi-yb opened this issue over 2 years ago
priyanshi-yb opened this issue over 2 years ago
bulkInsert should return array
melnikaite opened this issue over 2 years ago
melnikaite opened this issue over 2 years ago
Release notifier runs also when there is no new version
WikiRik opened this issue over 2 years ago
WikiRik opened this issue over 2 years ago
Allow `fn()`, `cast()`, `col()`, etc… to be used in `literal()`
ephys opened this issue over 2 years ago
ephys opened this issue over 2 years ago
[RFC] Add support for newer JS Types (bigint, temporal, etc)
ephys opened this issue over 2 years ago
ephys opened this issue over 2 years ago
[looking for feedback] Reworking temporal DataTypes
ephys opened this issue over 2 years ago
ephys opened this issue over 2 years ago
refactor: migrate associations to TypeScript
ephys opened this pull request over 2 years ago
ephys opened this pull request over 2 years ago
Transaction doesn't rollback
scruel opened this issue over 2 years ago
scruel opened this issue over 2 years ago
fix(postgres): correctly re-acquire connection while using pg-native
brano543 opened this pull request almost 3 years ago
brano543 opened this pull request almost 3 years ago
Consider making `allowNull: false` the new default
ephys opened this issue almost 3 years ago
ephys opened this issue almost 3 years ago
How to subtract a function in sequelize
tuan231195 opened this issue almost 3 years ago
tuan231195 opened this issue almost 3 years ago
Get a Literal value in afterSave hook after update using literal
exos opened this issue almost 3 years ago
exos opened this issue almost 3 years ago
New data type to store only time with timezone
Sasha-hk opened this issue almost 3 years ago
Sasha-hk opened this issue almost 3 years ago
SequelizeEagerLoading model not associated with the other model
serdarmutluu opened this issue almost 3 years ago
serdarmutluu opened this issue almost 3 years ago
fix(postgres, sqlite): map conflictFields to column names in Model.upsert
wbourne0 opened this pull request almost 3 years ago
wbourne0 opened this pull request almost 3 years ago
fix(mssql): stop to automatically add `order by` when there is already one
arnaud-moncel opened this pull request almost 3 years ago
arnaud-moncel opened this pull request almost 3 years ago
MSSQL - strange behavior with limit and already specified order
arnaud-moncel opened this issue almost 3 years ago
arnaud-moncel opened this issue almost 3 years ago
Tests are flaky again
ephys opened this issue almost 3 years ago
ephys opened this issue almost 3 years ago
SQL field name used instead of property name in conflictFields
nsychev opened this issue almost 3 years ago
nsychev opened this issue almost 3 years ago
fix: maintains previousDataValues for update when returning or individual hooks are true
ChadHelbling opened this pull request almost 3 years ago
ChadHelbling opened this pull request almost 3 years ago
feat(postgres): support connectionTimeoutMillis dialectOption
mmfKupl opened this pull request almost 3 years ago
mmfKupl opened this pull request almost 3 years ago
feat(types): simplify Model definitions
ephys opened this pull request almost 3 years ago
ephys opened this pull request almost 3 years ago
Consider a more declarative model format and streamlined initialization
FergusonSean opened this issue almost 3 years ago
FergusonSean opened this issue almost 3 years ago
feat: rewrite the part of QueryGenerator responsible for `WHERE`
ephys opened this pull request almost 3 years ago
ephys opened this pull request almost 3 years ago
limit with subQuery: false returns missing data
fkursun opened this issue almost 3 years ago
fkursun opened this issue almost 3 years ago
Query while connected to MySQL, get the rare error "Connection lost: The server closed the connection".
nishibata opened this issue almost 3 years ago
nishibata opened this issue almost 3 years ago
Node 18 support?
fzn0x opened this issue almost 3 years ago
fzn0x opened this issue almost 3 years ago
feat(postgres): support for adding foreign keys with NOT VALID
shayonj opened this pull request almost 3 years ago
shayonj opened this pull request almost 3 years ago
docs: `joinTableAttributes` in `belongsToMany` mixin
cincodenada opened this pull request almost 3 years ago
cincodenada opened this pull request almost 3 years ago
Default to snake_case for table and column names
sdepold opened this issue almost 3 years ago
sdepold opened this issue almost 3 years ago
Choice of dialect
sdepold opened this issue almost 3 years ago
sdepold opened this issue almost 3 years ago
Date properties in result of .toJSON() stay as a Date instance, but not string
mytharcher opened this issue almost 3 years ago
mytharcher opened this issue almost 3 years ago
Add scope to CLI project
sdepold opened this issue almost 3 years ago
sdepold opened this issue almost 3 years ago
How to fix the incompatibility with Public Class Fields
ephys opened this issue almost 3 years ago
ephys opened this issue almost 3 years ago
Dependency Dashboard
renovate[bot] opened this issue almost 3 years ago
renovate[bot] opened this issue almost 3 years ago
MySQL SET data type support
vipr0 opened this issue almost 3 years ago
vipr0 opened this issue almost 3 years ago
sequelize return only first row ( through the include association)
spyshow opened this issue about 3 years ago
spyshow opened this issue about 3 years ago
[RFC] Rework association methods for better TS support
ephys opened this issue about 3 years ago
ephys opened this issue about 3 years ago
upsert using wrong ON CONFLICT attribute when using composite unique index
oriuken opened this issue about 3 years ago
oriuken opened this issue about 3 years ago
Allow different additional attributes in the join table for associations when updating them through the special methods/mixins
garretaserra opened this issue about 3 years ago
garretaserra opened this issue about 3 years ago
Extract dialects out of the core
sdepold opened this issue about 3 years ago
sdepold opened this issue about 3 years ago
fix: integration test for n:m associations with required linked table
QuentinFarizon opened this pull request about 3 years ago
QuentinFarizon opened this pull request about 3 years ago
fix(sqlite): fix individual column unique with unique multi-col index
rickbergfalk opened this pull request about 3 years ago
rickbergfalk opened this pull request about 3 years ago
Can we have support for postgres macaddr8 as a datatype?
anthonyorona opened this issue about 3 years ago
anthonyorona opened this issue about 3 years ago
fix: queryinterface does not provide existing fkeys when schema is used
denizkanmaz opened this pull request about 3 years ago
denizkanmaz opened this pull request about 3 years ago
Index with name - s.replace is not a function
dev-greene opened this issue about 3 years ago
dev-greene opened this issue about 3 years ago
For MySQL/Maria, it should use prepare/execute instead of query by default
testn opened this issue about 3 years ago
testn opened this issue about 3 years ago
Sequelize replication authenticate occurs fatal error
yeskiy opened this issue about 3 years ago
yeskiy opened this issue about 3 years ago
HasMany association coming wrong with "raw" and "nest" as true
henriqueArrazao opened this issue about 3 years ago
henriqueArrazao opened this issue about 3 years ago
Top level where clauses for nested includes ignored when using findByPk
s-devaney opened this issue over 3 years ago
s-devaney opened this issue over 3 years ago
$nested.column$ syntax throws "Unknown column in 'where clause"
awesomelike opened this issue over 3 years ago
awesomelike opened this issue over 3 years ago
fix(associations): remove function missing scope where clause
vuwuv opened this pull request over 3 years ago
vuwuv opened this pull request over 3 years ago
Typing for QueryInterface's bulkInsert & bulkUpdate attributes parameter is incorrect
aryem opened this issue over 3 years ago
aryem opened this issue over 3 years ago