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

meta: move used types deps to prod deps

WikiRik opened this pull request about 2 years ago
z/OS support for db2 dialect

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
Allow readonly arrays for Enums

diegopedro94 opened this issue about 2 years ago
meta: migrate validator extras to TS

fzn0x opened this pull request about 2 years ago
Remove the `include` option from `Model.create`

ephys opened this issue about 2 years ago
fix: override order problem with default scope

DanielOverdevest opened this pull request about 2 years ago
fix(ibmi): use CurrentSchema insteadof DSN

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
fix: all v6 query interface methods typings

fzn0x opened this pull request about 2 years ago
feat: enable the ability to use queryGenerator in queryInterface v6

fzn0x opened this pull request about 2 years ago
Support multiple Read-Replica Pools

jcarvalho opened this issue about 2 years ago
fix: inject scope in findAndCountAll

frostzt opened this pull request about 2 years ago
Include whereHas and whereDoesntHave to operations

kingeke opened this issue about 2 years ago
meta: update dependency p-settle to v5

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
Sequelize ETIMEDOUT Crash (EventEmitter memory leak detected)

GabrielAtlas opened this issue over 2 years ago
Support "ADD COLUMN IF NOT EXISTS"

Betree opened this issue over 2 years ago
feat: added support for index include

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
Support for JSONB column operators (`?|`, `?&`, `?`)

miradnan opened this issue over 2 years ago
fix: count grouped rows

fratzinger opened this pull request over 2 years ago
queryInterface.upsert fails, reading 'primaryKeys' of undefined

Jdmorrisett opened this issue over 2 years ago
Sequelize errors don't print properly in jest

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
Not covered QueryInterface.select() description in v6 Api docs

koenigstag opened this issue over 2 years ago
feat: add updateOnDuplicate to included models

evanrittenhouse opened this pull request over 2 years ago
Model.create() sets auto increment to null

bennom opened this issue over 2 years ago
Support CLS transaction with multiple databases

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
feat: return null if no defaultValue is specified

WikiRik opened this pull request over 2 years ago
Missing `bulkDelete` typings

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
fix: changeColumn function

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
Index hints on join statement for mysql and mariadb

pham2ez opened this pull request over 2 years ago
Handle `ignoreDuplicates` returning nothing during `create`

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
feat(yugabyte): add support for yugabytedb dialect

priyanshi-yb opened this pull request over 2 years ago
Add support for YugabyteDB

priyanshi-yb opened this issue over 2 years ago
bulkInsert should return array

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
[RFC] Add support for newer JS Types (bigint, temporal, etc)

ephys opened this issue over 2 years ago
[looking for feedback] Reworking temporal DataTypes

ephys opened this issue over 2 years ago
refactor: migrate associations to TypeScript

ephys opened this pull request over 2 years ago
Transaction doesn't rollback

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
Consider making `allowNull: false` the new default

ephys opened this issue almost 3 years ago
How to subtract a function in sequelize

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
New data type to store only time with timezone

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
fix(postgres, sqlite): map conflictFields to column names in Model.upsert

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
MSSQL - strange behavior with limit and already specified order

arnaud-moncel opened this issue almost 3 years ago
Tests are flaky again

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
fix: maintains previousDataValues for update when returning or individual hooks are true

ChadHelbling opened this pull request almost 3 years ago
feat(postgres): support connectionTimeoutMillis dialectOption

mmfKupl opened this pull request almost 3 years ago
feat(types): simplify Model definitions

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
feat: rewrite the part of QueryGenerator responsible for `WHERE`

ephys opened this pull request almost 3 years ago
limit with subQuery: false returns missing data

fkursun opened this issue almost 3 years ago
Node 18 support?

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
docs: `joinTableAttributes` in `belongsToMany` mixin

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
Choice of dialect

sdepold opened this issue almost 3 years ago
Add scope to CLI project

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
Dependency Dashboard

renovate[bot] opened this issue almost 3 years ago
MySQL SET data type support

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
[RFC] Rework association methods for better TS support

ephys opened this issue about 3 years ago
Extract dialects out of the core

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
fix(sqlite): fix individual column unique with unique multi-col index

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
fix: queryinterface does not provide existing fkeys when schema is used

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
Sequelize replication authenticate occurs fatal error

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
$nested.column$ syntax throws "Unknown column in 'where clause"

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