Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
Sequelize
Sequelize is an easy-to-use multi SQL dialect ORM tool for Node.js. This Collective is an attempt to create a sustainable pool for core members.
Collective -
Host: opensource -
https://opencollective.com/sequelize
- Code: https://github.com/sequelize/sequelize
limit with subQuery: false returns missing data
github.com/sequelize/sequelize - fkursun opened this issue almost 3 years ago
github.com/sequelize/sequelize - fkursun opened this issue almost 3 years ago
Query while connected to MySQL, get the rare error "Connection lost: The server closed the connection".
github.com/sequelize/sequelize - nishibata opened this issue almost 3 years ago
github.com/sequelize/sequelize - nishibata opened this issue almost 3 years ago
feat(postgres): support for adding foreign keys with NOT VALID
github.com/sequelize/sequelize - shayonj opened this pull request almost 3 years ago
github.com/sequelize/sequelize - shayonj opened this pull request almost 3 years ago
docs: `joinTableAttributes` in `belongsToMany` mixin
github.com/sequelize/sequelize - cincodenada opened this pull request about 3 years ago
github.com/sequelize/sequelize - cincodenada opened this pull request about 3 years ago
Default to snake_case for table and column names
github.com/sequelize/sequelize - sdepold opened this issue about 3 years ago
github.com/sequelize/sequelize - sdepold opened this issue about 3 years ago
Date properties in result of .toJSON() stay as a Date instance, but not string
github.com/sequelize/sequelize - mytharcher opened this issue about 3 years ago
github.com/sequelize/sequelize - mytharcher opened this issue about 3 years ago
Add scope to CLI project
github.com/sequelize/sequelize - sdepold opened this issue about 3 years ago
github.com/sequelize/sequelize - sdepold opened this issue about 3 years ago
How to fix the incompatibility with Public Class Fields
github.com/sequelize/sequelize - ephys opened this issue about 3 years ago
github.com/sequelize/sequelize - ephys opened this issue about 3 years ago
Dependency Dashboard
github.com/sequelize/sequelize - renovate[bot] opened this issue about 3 years ago
github.com/sequelize/sequelize - renovate[bot] opened this issue about 3 years ago
MySQL SET data type support
github.com/sequelize/sequelize - vipr0 opened this issue about 3 years ago
github.com/sequelize/sequelize - vipr0 opened this issue about 3 years ago
sequelize return only first row ( through the include association)
github.com/sequelize/sequelize - spyshow opened this issue about 3 years ago
github.com/sequelize/sequelize - spyshow opened this issue about 3 years ago
[RFC] Rework association methods for better TS support
github.com/sequelize/sequelize - ephys opened this issue about 3 years ago
github.com/sequelize/sequelize - ephys opened this issue about 3 years ago
upsert using wrong ON CONFLICT attribute when using composite unique index
github.com/sequelize/sequelize - oriuken opened this issue about 3 years ago
github.com/sequelize/sequelize - 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
github.com/sequelize/sequelize - garretaserra opened this issue about 3 years ago
github.com/sequelize/sequelize - garretaserra opened this issue about 3 years ago
Extract dialects out of the core
github.com/sequelize/sequelize - sdepold opened this issue about 3 years ago
github.com/sequelize/sequelize - sdepold opened this issue about 3 years ago
fix: integration test for n:m associations with required linked table
github.com/sequelize/sequelize - QuentinFarizon opened this pull request about 3 years ago
github.com/sequelize/sequelize - QuentinFarizon opened this pull request about 3 years ago
fix(sqlite): fix individual column unique with unique multi-col index
github.com/sequelize/sequelize - rickbergfalk opened this pull request about 3 years ago
github.com/sequelize/sequelize - rickbergfalk opened this pull request about 3 years ago
Can we have support for postgres macaddr8 as a datatype?
github.com/sequelize/sequelize - anthonyorona opened this issue about 3 years ago
github.com/sequelize/sequelize - anthonyorona opened this issue about 3 years ago
fix: queryinterface does not provide existing fkeys when schema is used
github.com/sequelize/sequelize - denizkanmaz opened this pull request about 3 years ago
github.com/sequelize/sequelize - denizkanmaz opened this pull request about 3 years ago
Index with name - s.replace is not a function
github.com/sequelize/sequelize - dev-greene opened this issue about 3 years ago
github.com/sequelize/sequelize - dev-greene opened this issue about 3 years ago
For MySQL/Maria, it should use prepare/execute instead of query by default
github.com/sequelize/sequelize - testn opened this issue about 3 years ago
github.com/sequelize/sequelize - testn opened this issue about 3 years ago
Sequelize replication authenticate occurs fatal error
github.com/sequelize/sequelize - yeskiy opened this issue about 3 years ago
github.com/sequelize/sequelize - yeskiy opened this issue about 3 years ago
HasMany association coming wrong with "raw" and "nest" as true
github.com/sequelize/sequelize - henriqueArrazao opened this issue over 3 years ago
github.com/sequelize/sequelize - henriqueArrazao opened this issue over 3 years ago
Top level where clauses for nested includes ignored when using findByPk
github.com/sequelize/sequelize - s-devaney opened this issue over 3 years ago
github.com/sequelize/sequelize - s-devaney opened this issue over 3 years ago
$nested.column$ syntax throws "Unknown column in 'where clause"
github.com/sequelize/sequelize - awesomelike opened this issue over 3 years ago
github.com/sequelize/sequelize - awesomelike opened this issue over 3 years ago
fix(associations): remove function missing scope where clause
github.com/sequelize/sequelize - vuwuv opened this pull request over 3 years ago
github.com/sequelize/sequelize - vuwuv opened this pull request over 3 years ago
Typing for QueryInterface's bulkInsert & bulkUpdate attributes parameter is incorrect
github.com/sequelize/sequelize - aryem opened this issue over 3 years ago
github.com/sequelize/sequelize - aryem opened this issue over 3 years ago
Running migrations in lambda or other approaches (seeking guidance)
github.com/sequelize/sequelize - fostahgix opened this issue over 3 years ago
github.com/sequelize/sequelize - fostahgix opened this issue over 3 years ago
Models.bulkInsert using options.searchPath does not work
github.com/sequelize/sequelize - wilski-b opened this issue over 3 years ago
github.com/sequelize/sequelize - wilski-b opened this issue over 3 years ago
Many to many association fooInstance.getBars() function spitting out TypeError when using an "include" option
github.com/sequelize/sequelize - r9119 opened this issue over 3 years ago
github.com/sequelize/sequelize - r9119 opened this issue over 3 years ago
Typescript: Cannot assign type Model<A, B> to ModelCtor<any>
github.com/sequelize/sequelize - e-e-e opened this issue over 3 years ago
github.com/sequelize/sequelize - e-e-e opened this issue over 3 years ago
feat(postgres, sqlite): add conflictWhere option to upsert
github.com/sequelize/sequelize - wbourne0 opened this pull request over 3 years ago
github.com/sequelize/sequelize - wbourne0 opened this pull request over 3 years ago
Include/Exclude for nested models (for scopes for example)
github.com/sequelize/sequelize - LeoLfL opened this issue over 3 years ago
github.com/sequelize/sequelize - LeoLfL opened this issue over 3 years ago
How retry mechanism works?
github.com/sequelize/sequelize - acidos opened this issue over 3 years ago
github.com/sequelize/sequelize - acidos opened this issue over 3 years ago
ConnectionError [SequelizeConnectionError]: connect ETIMEDOUT
github.com/sequelize/sequelize - Spectrevuln-sketch opened this issue over 3 years ago
github.com/sequelize/sequelize - Spectrevuln-sketch opened this issue over 3 years ago
Instance Methods and Properties returned from Query are undefined
github.com/sequelize/sequelize - jgudo opened this issue over 3 years ago
github.com/sequelize/sequelize - jgudo opened this issue over 3 years ago
Multiple calls to findOrCreate() can cause memory leak on PostgreSQL
github.com/sequelize/sequelize - wfelipew opened this issue over 3 years ago
github.com/sequelize/sequelize - wfelipew opened this issue over 3 years ago
TypeError: attr[0].includes is not a function
github.com/sequelize/sequelize - Jazcash opened this issue over 3 years ago
github.com/sequelize/sequelize - Jazcash opened this issue over 3 years ago
QueryInterface.escape is not a function - but defined in Types
github.com/sequelize/sequelize - intellix opened this issue over 3 years ago
github.com/sequelize/sequelize - intellix opened this issue over 3 years ago
defaultValue: Sequelize.UUIDV4 is not setting a default value on column in postgres
github.com/sequelize/sequelize - SimonVillage opened this issue over 3 years ago
github.com/sequelize/sequelize - SimonVillage opened this issue over 3 years ago
DatabaseError [SequelizeDatabaseError]: column does not exist
github.com/sequelize/sequelize - GhettoBurger996 opened this issue over 3 years ago
github.com/sequelize/sequelize - GhettoBurger996 opened this issue over 3 years ago
Sequelize + Webpack in 2021 - Can you help me?
github.com/sequelize/sequelize - papb opened this issue almost 4 years ago
github.com/sequelize/sequelize - papb opened this issue almost 4 years ago
Error "type 'serial' does not exist"
github.com/sequelize/sequelize - dalisoft opened this issue almost 4 years ago
github.com/sequelize/sequelize - dalisoft opened this issue almost 4 years ago
Hook-generated updates to STRING values are not applied to the database
github.com/sequelize/sequelize - daweimau opened this issue almost 4 years ago
github.com/sequelize/sequelize - daweimau opened this issue almost 4 years ago
feat: add `on conflict do update where`
github.com/sequelize/sequelize - aheuermann opened this pull request almost 4 years ago
github.com/sequelize/sequelize - aheuermann opened this pull request almost 4 years ago
fix: Prevent set function to remove saved data when failing to update
github.com/sequelize/sequelize - jctaveras opened this pull request almost 4 years ago
github.com/sequelize/sequelize - jctaveras opened this pull request almost 4 years ago
bulkCreate, returning id's wrong
github.com/sequelize/sequelize - cskiwi opened this issue almost 4 years ago
github.com/sequelize/sequelize - cskiwi opened this issue almost 4 years ago
fix(postgres): make transitive gets default to parent schema
github.com/sequelize/sequelize - vanthome opened this pull request almost 4 years ago
github.com/sequelize/sequelize - vanthome opened this pull request almost 4 years ago
fix(queryGenerator): use AND for not/between
github.com/sequelize/sequelize - markvp opened this pull request almost 4 years ago
github.com/sequelize/sequelize - markvp opened this pull request almost 4 years ago
updateOnDuplicate can't use Sequelize.literal('***').
github.com/sequelize/sequelize - Niubility-SunLight opened this issue almost 4 years ago
github.com/sequelize/sequelize - Niubility-SunLight opened this issue almost 4 years ago
The port option should be either number or string type
github.com/sequelize/sequelize - mattdeluco opened this issue almost 4 years ago
github.com/sequelize/sequelize - mattdeluco opened this issue almost 4 years ago
How to use/add custom operators?
github.com/sequelize/sequelize - TrurlMcByte opened this issue almost 4 years ago
github.com/sequelize/sequelize - TrurlMcByte opened this issue almost 4 years ago
JSON property dirty checking broken in v6
github.com/sequelize/sequelize - erwinw opened this issue almost 4 years ago
github.com/sequelize/sequelize - erwinw opened this issue almost 4 years ago
when use sqlite,hooks for beforeConnect, afterConnect, beforeDisconnect, afterDisconnect are not work
github.com/sequelize/sequelize - flyingbirdhub opened this issue almost 4 years ago
github.com/sequelize/sequelize - flyingbirdhub opened this issue almost 4 years ago
Support for custom dialect adapters
github.com/sequelize/sequelize - talyssonoc opened this issue almost 4 years ago
github.com/sequelize/sequelize - talyssonoc opened this issue almost 4 years ago
sync fails in sqlite for table with composite primary key
github.com/sequelize/sequelize - fredcy opened this issue almost 4 years ago
github.com/sequelize/sequelize - fredcy opened this issue almost 4 years ago
TypeError: require(...) is not a function
github.com/sequelize/sequelize - g3tl0st opened this issue almost 4 years ago
github.com/sequelize/sequelize - g3tl0st opened this issue almost 4 years ago
[Mssql] [Docker] Connection Error: Failed to connect to <>:1433 - socket hang up.
github.com/sequelize/sequelize - mrch4n opened this issue almost 4 years ago
github.com/sequelize/sequelize - mrch4n opened this issue almost 4 years ago
Getting an error when trying to associate 3 models
github.com/sequelize/sequelize - michaelgrigoryan25 opened this issue almost 4 years ago
github.com/sequelize/sequelize - michaelgrigoryan25 opened this issue almost 4 years ago
`$association.references$` are incompatible with `limit` and one-to-many & many-to-many includes/associations
github.com/sequelize/sequelize - apresmoi opened this issue almost 4 years ago
github.com/sequelize/sequelize - apresmoi opened this issue almost 4 years ago
Duplicated foreign key with alter option when using PostgreSQL Schemas
github.com/sequelize/sequelize - Aximem opened this issue almost 4 years ago
github.com/sequelize/sequelize - Aximem opened this issue almost 4 years ago
Memory leak using findAll method
github.com/sequelize/sequelize - evenfrost opened this issue almost 4 years ago
github.com/sequelize/sequelize - evenfrost opened this issue almost 4 years ago
Executing (default): SHOW INDEX FROM `user_roles` and it hangs
github.com/sequelize/sequelize - smidhunraj opened this issue almost 4 years ago
github.com/sequelize/sequelize - smidhunraj opened this issue almost 4 years ago
Type more precisely find query return type
github.com/sequelize/sequelize - ambreelmee opened this issue about 4 years ago
github.com/sequelize/sequelize - ambreelmee opened this issue about 4 years ago
When using replication in config , db:migrate won't use the variable.
github.com/sequelize/sequelize - markrity opened this issue about 4 years ago
github.com/sequelize/sequelize - markrity opened this issue about 4 years ago
underscored option in sequelize constructor does not work
github.com/sequelize/sequelize - RossHathaway opened this issue about 4 years ago
github.com/sequelize/sequelize - RossHathaway opened this issue about 4 years ago
Timeout during migration
github.com/sequelize/sequelize - mschipperheyn opened this issue about 4 years ago
github.com/sequelize/sequelize - mschipperheyn opened this issue about 4 years ago
Can't create unsigned int
github.com/sequelize/sequelize - cyberinvalid opened this issue about 4 years ago
github.com/sequelize/sequelize - cyberinvalid opened this issue about 4 years ago
support using different ssl certs config for replicas
github.com/sequelize/sequelize - cheskayang opened this issue about 4 years ago
github.com/sequelize/sequelize - cheskayang opened this issue about 4 years ago
findAll is a static member
github.com/sequelize/sequelize - zaharzagrava opened this issue about 4 years ago
github.com/sequelize/sequelize - zaharzagrava opened this issue about 4 years ago
Typescript definitions for raw queries don't allow for returning data
github.com/sequelize/sequelize - kingjerod opened this issue about 4 years ago
github.com/sequelize/sequelize - kingjerod opened this issue about 4 years ago
There is no 'after' field in addColumn third option (typescript)
github.com/sequelize/sequelize - pozniakas opened this issue about 4 years ago
github.com/sequelize/sequelize - pozniakas opened this issue about 4 years ago
create/bulkCreate doesn't work with Model.build()
github.com/sequelize/sequelize - reediculous456 opened this issue about 4 years ago
github.com/sequelize/sequelize - reediculous456 opened this issue about 4 years ago
Query include fetching data from different schema
github.com/sequelize/sequelize - leonardoEbert opened this issue over 4 years ago
github.com/sequelize/sequelize - leonardoEbert opened this issue over 4 years ago
support VIRTUAL/GENERATED columns (eg Postgres STORED). Allow querying, never write.
github.com/sequelize/sequelize - mariusa opened this issue over 4 years ago
github.com/sequelize/sequelize - mariusa opened this issue over 4 years ago
[question] column defaultValue does not allowed to set Sequelize.literal?
github.com/sequelize/sequelize - ghost opened this issue over 4 years ago
github.com/sequelize/sequelize - ghost opened this issue over 4 years ago
Question/Issue BeforeQuery hook - changing schema of the query
github.com/sequelize/sequelize - karpikpl opened this issue over 4 years ago
github.com/sequelize/sequelize - karpikpl opened this issue over 4 years ago
Support NOWAIT option in SELECT FOR UPDATE queries
github.com/sequelize/sequelize - kresho opened this issue over 4 years ago
github.com/sequelize/sequelize - kresho opened this issue over 4 years ago
Can't update password on Sequelize 5+ Config
github.com/sequelize/sequelize - jpollard-cs opened this issue over 4 years ago
github.com/sequelize/sequelize - jpollard-cs opened this issue over 4 years ago
Create aws-lambda.md
github.com/sequelize/sequelize - marcogrcr opened this pull request over 4 years ago
github.com/sequelize/sequelize - marcogrcr opened this pull request over 4 years ago
top-level where with limit offset bug
github.com/sequelize/sequelize - rojer95 opened this issue over 4 years ago
github.com/sequelize/sequelize - rojer95 opened this issue over 4 years ago
Error when trying to set value in a many-to-many relationship
github.com/sequelize/sequelize - paulo205 opened this issue over 4 years ago
github.com/sequelize/sequelize - paulo205 opened this issue over 4 years ago
Support for IS DISTINCT FROM and IS NOT DISTINCT FROM operators
github.com/sequelize/sequelize - gabegorelick opened this issue over 4 years ago
github.com/sequelize/sequelize - gabegorelick opened this issue over 4 years ago
Retry on transaction level (postgres)
github.com/sequelize/sequelize - Alex-Wauters opened this issue over 4 years ago
github.com/sequelize/sequelize - Alex-Wauters opened this issue over 4 years ago
Invalid ON CONFLICT written for upsert on models with conditional indexes (v6)
github.com/sequelize/sequelize - alexjeffburke opened this issue over 4 years ago
github.com/sequelize/sequelize - alexjeffburke opened this issue over 4 years ago
fix(describe-table-query): add condition to prevent subquery error
github.com/sequelize/sequelize - nachocab opened this pull request over 4 years ago
github.com/sequelize/sequelize - nachocab opened this pull request over 4 years ago
TABLESAMPLE support
github.com/sequelize/sequelize - gabegorelick opened this issue over 4 years ago
github.com/sequelize/sequelize - gabegorelick opened this issue over 4 years ago
`model.update()` fails when combining `{ returning: true, individualHooks: true }`
github.com/sequelize/sequelize - nitsanavni opened this issue over 4 years ago
github.com/sequelize/sequelize - nitsanavni opened this issue over 4 years ago
use_env_variable returns undefined because not string value
github.com/sequelize/sequelize - kzunino opened this issue over 4 years ago
github.com/sequelize/sequelize - kzunino opened this issue over 4 years ago
minifyAliases: true with literals
github.com/sequelize/sequelize - wertlex opened this issue over 4 years ago
github.com/sequelize/sequelize - wertlex opened this issue over 4 years ago
Unable to specify database + schema in MSSQL & Postgres
github.com/sequelize/sequelize - Vaelek opened this issue over 4 years ago
github.com/sequelize/sequelize - Vaelek opened this issue over 4 years ago
Duplicate column name 'Id'
github.com/sequelize/sequelize - hsynlms opened this issue over 4 years ago
github.com/sequelize/sequelize - hsynlms opened this issue over 4 years ago
MariaDB incorrectly outputs BigInt value
github.com/sequelize/sequelize - SpyTec opened this issue over 4 years ago
github.com/sequelize/sequelize - SpyTec opened this issue over 4 years ago
UpdatedAt field cannot be updated manually
github.com/sequelize/sequelize - hverlin opened this issue over 4 years ago
github.com/sequelize/sequelize - hverlin opened this issue over 4 years ago
Unable to Upsert/bulkCreate with tables having trigger on msssql with hasTrigger: true
github.com/sequelize/sequelize - kid101 opened this issue over 4 years ago
github.com/sequelize/sequelize - kid101 opened this issue over 4 years ago
camelCase'd Foreign keys in an update's where clause are not converted to underscore
github.com/sequelize/sequelize - slifty opened this issue over 4 years ago
github.com/sequelize/sequelize - slifty opened this issue over 4 years ago