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
1540a97e9470f830627660d98850bb8e059efad0 authored about 2 years ago
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
087757af2d1d5a176abb9e3bb6e8e669d6532eb7 authored about 2 years agoCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
583daa280f56da4d3673cfcfdb5c844562bf2c93 authored about 2 years agoCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
a2df9799b1ecd6d3599eaa6784d2e380a16c2e0e authored about 2 years ago* feat(mssql): added support for index include
* fix(test): use regex to match index error me...
dacc806945b44039b8bef0e9f08bc84ebc27c615 authored about 2 years ago* fix: cleanup query generator
* feat: continue implem
* feat: unify quoteIdentifiers
*...
778c6dcd3c26a5f2e58a99ddd0b1827c2fcab196 authored about 2 years agoCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
8c473f06fc13fdd46ac3d91bc671bd84f2b12806 authored about 2 years ago* meta: update postgres support to 11-15
* meta: update defaultVersion
197cf819670c4007482579cc9537eb28c2863dc7 authored about 2 years agoCo-authored-by: Rik Smale <[email protected]>
5fb998ef6806f40739fe9a5d8878143b1ce2566f authored about 2 years agoBREAKING CHANGE: **ibmi** - dropTableQuery does not accept schema in the options anymore, use ...
c68f8c8a4a4219e2285d24bfdb73f2f935c254f4 authored about 2 years ago* meta: update dependency chai to v4.3.7
* meta: improve Utils.defaults typing and fix test
* ...
79696f31a26deb5646004ab26d26b121723ff56a authored about 2 years ago* meta: unify jsonPathExtractionQuery tests
* meta: add test for string array as path
* me...
6575a9412ba79718fd71fc65dad6a7a42afa40c6 authored about 2 years ago3b1ba338d7e731ba7a0d7db9e8e9600226878562 authored about 2 years ago
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
ce5180dece359b1396a99ed2e7cb320162077278 authored about 2 years agoCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
80bb19b2c061868128dc57802771dda49927c617 authored about 2 years agoCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
7fd65a238bc171b662211476cdef2487b5d16cac authored about 2 years agoCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
18246a6659cfea3329bcf9890a4c8c7b59387f3c authored about 2 years agoCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
fbda86559a835ac212f59935cc545b6e8faa9069 authored about 2 years agoCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
e77dcf78b341b62c97dbb29f16ce7a23f46ddc53 authored about 2 years ago* feat: added support for IF [NOT] EXISTS for mariadb
* feat: updated unit tests for mariadb
...
dc21c5c3bc9dfca628cea8dca5eaeb844cda1593 authored about 2 years ago
* feat: support docker compose plugin
* fix: remove unnecessary docker-compose check
* doc...
5bf760fff09d5d0bce33d816da6aa2a6e6595804 authored about 2 years agoCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
62543fbb28affa8d8345b23e9506f9a8b0179d18 authored about 2 years agoCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
15028cfb883afb49c4bb7f18a196a1d740f8ff1c authored about 2 years agoCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
f98725f8b9da75a1e953d4ccc1e1f258075d8ac0 authored about 2 years agoCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
6cbebcff995f58cafbc97016c5d7308bd6c4c780 authored about 2 years ago* fix: remove options.model overwrite on bulkUpdate
* fix: fix typo in test
* fix: make te...
c62046930088344695c29ca4172cf0759916dbe2 authored about 2 years agoCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
33e137ea9916f6f3d307e04a4b914ee7461f1164 authored about 2 years agoThis is a major rewrite of DataTypes. See PR https://github.com/sequelize/sequelize/pull/14505...
68b64f89ccea19ac2091eb965243b93c8065f383 authored about 2 years ago* meta: migrate some test files to TS
* meta: remove test/unit/support and migrate unit/model...
a4d8a0a98e3316e5f5a3190660a261a3665c7507 authored about 2 years ago
Co-authored-by: SequelizeJS <[email protected]>
Co-authored-by: Rik Smale <13023439+WikiRik@...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
7d405918e2c44cd1a663adfe3eb66eb5c76b5e0b authored about 2 years ago* Update model.d.ts
this allows typescript to have a definition for the instance.dataValues p...
81b16676db9690916c417f7f51f2026447a58d9d authored about 2 years ago
* feat: improved error reporting on associations
This improves the error reporting on associati...
* feat: `IF NOT EXISTS` support for Postgres
* feat: added dialect support check
* feat: a...
76cc97fa6bc3787e41a773ed3ab4f9752aed89e3 authored about 2 years agoCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
21a25dfd144d0a61e2a6bc3aa53e6be6f9b61d29 authored about 2 years agoCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
28ad7c0c6c3f9d7bde8816a34127f69a19e2ed25 authored about 2 years agoCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
e073e6aa9fd69a8db3bf8f02e566d68061e69c1b authored about 2 years agoCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
4f01a611ab4389aa3d3b0f6e8e41deb5b625e976 authored about 2 years ago* feat(types): add to cast to projection alias
* fix: simplify unit test
Co-authored-by: R...
5034f64826aab47074a036f6ab98661aeb206390 authored about 2 years agoCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
a939a6ccfdca0f0b98b1b39084a4966b77d13e1a authored about 2 years agoCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
59622fb12a674b87fa2de7c940b0b2571ed5f917 authored about 2 years agoCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
6f384f3a4d6cf335cb6707525f4d1e412a208ada authored about 2 years ago* feat: migrate hooks to TS
* feat: migrate hooks to TS
Co-authored-by: Rik Smale <1302343...
9cd8d89bfc18837245b0d3c2f4cd1c2686e9e1d1 authored about 2 years agoCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
dc3af40f9900336fde461b2054ceb876b050882c authored about 2 years ago
Co-authored-by: SequelizeJS <[email protected]>
Co-authored-by: Rik Smale <13023439+WikiRik@...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
c991216ed2ffedfc4b3c36adb69a38d17fe71989 authored about 2 years agoCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
31e44515ed56802dabe9fbef72f0c5df4563dbe8 authored about 2 years agoCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
ddf7dd22bc7418e90ff4c5fa69a08f5f86e08c62 authored about 2 years agoCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
ac139bea585653fdb68c193c94034a790e5103cc authored about 2 years agoCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1821b0d68a759cb56f5bd14d708e3673d7becc61 authored about 2 years ago* fix(type): tableHint is missing for FindOptions
* fix(types): add table hint typing test
b28ca6d9b2ee6c92e0a5395f20434546c0b6b9e3 authored about 2 years agoCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
e051da56feafeb5e1e8a3dd7ad3838445ab3a9fb authored about 2 years agoCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
b6be4ca31623473f64fd6f4210ba76b416970859 authored over 2 years agoCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
6743f08c0a25af8b5af6666658d5b85e43ed0bce authored over 2 years agoCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
75746b2044f9d6dfcd4d8617386a58cadb9efb5b authored over 2 years agoCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
9f41ce9f670c091eb2d2ccd77b0858a23773f7f5 authored over 2 years agoCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
4e1779dfcbaebc143b0c3a3f49662d599608de9f authored over 2 years agoc6bed0161f96c34243ce4bf9534f3d9f580605c2 authored over 2 years ago
* Invalidate connection after client-side timeout.
The `query_timeout` feature of the `pg` pa...
ff43e8d32d8069f4071df2ca57931c74f6556a2e authored over 2 years ago* meta: remove `.npmrc`
We are not using `package-lock.json` anymore, and replaced it with `y...
a10a78c83c8c0829e629e47fdd44eeb8d9553c46 authored over 2 years agoCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
9090142f6b09b130f7b8f692d37fbd8c27a40e03 authored over 2 years agoCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
899cc71c3721d03d2fb899f300f26463d85612bb authored over 2 years ago
Co-authored-by: SequelizeJS <[email protected]>
Co-authored-by: Rik Smale <13023439+WikiRik@...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1859b8698db6b7537c0ebef4eb72751dab6a41bf authored over 2 years agoCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
167d79978f2e3a57c3c395c0f111e631ae191965 authored over 2 years agoCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
89983edf06ec37341c7eef60091e884c5db3a719 authored over 2 years agoCo-authored-by: Rik Smale <[email protected]>
a6a1a727f367d9f2bfb03d4e4b06b9558fb4c34a authored over 2 years agoCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
807d051445cdec1aab56f9d898af5950ce011fec authored over 2 years agoCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
f06f81d610894fdc4775602a8deb05664f359acd authored over 2 years agoCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
8e12a6c9f4d3349700cd7c4ff67d62e11bce6656 authored over 2 years agoCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
79a53009e86df7efe12642aaffaa36a14bd8abc7 authored over 2 years ago* Move logWarnings method to AbstractQuery class and reduce code duplication
* Update using D...
7f42b39ebb16efc389788f03f13eb1439987454f authored over 2 years agoCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
f0c31d05fc10a6c0eb87eed342c220d3fb36ecff authored over 2 years agoCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
fd717a95c4ace1a04e11567469d7fe914d63dd0a authored over 2 years agoCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
fe3f470194e41677c25504910cb5458a70382529 authored over 2 years ago815af0afcd270ef9c4719ad65e6ed954bc3ed31e authored over 2 years ago
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
cf03c9859f3cb0aaa0e772821c80d1943129df92 authored over 2 years ago* fix(types): fix TS 4.9 error with InferAttributes
* fix: fix types
5ac3c48c8a12758bd628d5809466b9d33050561c authored over 2 years ago* fix: add jsonOperations to DialectSupports
* meta: fix typo
Co-authored-by: Zoé <[email protected]>
a1a20c6623238f0f7fb1857d73e07c56828301bc authored over 2 years agoCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
d2a0b16cd85faf9dc265141c21b33dbd19ca2f93 authored over 2 years ago* meta: update unit tests from #14505
* meta: update typing tests
* meta: update integrati...
07aab6b1059839156962ab9159dbe8f690b0027f authored over 2 years agoCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
f624210e44b7f40aef552781a96ae117a529f332 authored over 2 years agoCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
3c168ce787be502a5c69bd032c5a19cb75e2dea7 authored over 2 years agoCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
a0bd2e656ec2e5eaa600610239a8d8052b8bbbb1 authored over 2 years ago
Co-authored-by: SequelizeJS <[email protected]>
Co-authored-by: Rik Smale <13023439+WikiRik@u...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
f2e3b598886c0f706c7746629aa27a2e564c680a authored over 2 years agodc7654191dc5a01e627e98eb7751c0e361b67603 authored over 2 years ago
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
0f32092787a5afa4bf50a7a1c8fe9e09b6237c43 authored over 2 years ago9744928b22c46b6cf67a58ce28a84aded8dbdc59 authored over 2 years ago
a26ad37cfab339a6ec12b2e2e0e29fde6d88b666 authored over 2 years ago
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
ce9f1315e7de7f8e23b28b5b26a418e90ff427d9 authored over 2 years ago* docs: correct instructions for running databases in Docker
* docs: correct, add versioning in...
cf367cad2e921ed619453eac8f5d38e47ab220b5 authored over 2 years agoCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
f712f1f061ca562728447163c1ebd79eb6415fa0 authored over 2 years agoCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
27beae877a3c0435abb14971d90140b2271f12e5 authored over 2 years agoCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
e1bdf5320e02963a83b185831d713125660876b1 authored over 2 years ago
Co-authored-by: SequelizeJS <[email protected]>
Co-authored-by: Rik Smale <13023439+WikiRik@u...
* get-options documentation improved
The documentation of instance.get was lacking information ...
08be721becd1b88f6c9eaa09f86e2609cdfd49fc authored over 2 years ago54435ccbfc6b09cb2ade1e375bafa0080e1eaa4b authored over 2 years ago
47b1dd074a6e28e1930b5f1f2abd1a0fbddf419b authored over 2 years ago