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

test(btm/timestamps) Tests for #3792

52dbeb3b4e093a09dad3e8e719f329905a9288a1 authored over 9 years ago
Merge pull request #3792 from Luke265/master

Bug fix: #3266 - belongsToMany junction table timestamp

Conflicts:
lib/associations/mixin.js

be65352827ad362959e59a6b4da57d93d8ed9e91 authored over 9 years ago
Merge pull request #4192 from sequelize/databaseVersion

feat(version) Automatically determine the database version when creat…

5357f6d286b88ecd14d4109539adf5fa3a4e4537 authored over 9 years ago
feat(version) Automatically determine the database version when creating the first connection. Re-roll of #3842

e249d5e42d8865b6234a8ea5f8ac759cbe62e584 authored over 9 years ago
feat(describeTable) Detect primary key in describe table. Reroll of #3703

fe30178905dc46fca371aa1803b5f250868a6c5b authored over 9 years ago
bug(scope) Handle scope on an included model properly. Closes #3700

538a095e28de93b5a97c96f6a28554ddea84ab28 authored over 9 years ago
feature(scopes) addScope. Closes #3963

c9edd4201ac8c98c4b8dcf8ad6d29e05004eb42b authored over 9 years ago
bug(scope/include) Don't add an aliasses primary key to include.attributes if it's already there. Closes #4127

2d3360cd5fc1d888458a4eb49042a268a5e4feb8 authored over 9 years ago
bug(scope) Call conform options for scopes that are functions. closes #3991

12d4b8cd8631ba07c25c11c4e95a004af6a024d6 authored over 9 years ago
Merge pull request #3991 from ackerdev/scope-include-tests

Add test case for scope with includes

a066cbd7d022955b18896b387d2be7cd901d410d authored over 9 years ago
bug(scopes) Call conform options on default scope. Closes #4157

1db2ee6fb270f1fd403390ab76c0110bdeabdfbb authored over 9 years ago
Merge pull request #4083 from shakdoesgithub/mssql-trigger-support

adds support for for table triggers in mssql dialect for Model.update

28ec91a5aabe799fc5651bb689ac712af224d377 authored over 9 years ago
[ci skip] Remove options.through from hasMany. Closes #4185

3e78aee35d1bca38e831a3c65263943a45465573 authored over 9 years ago
feat(sql): rudimentary groupedLimit support for selectQuery

e440f263fa0157cd4958c5b91c84790abacace89 authored over 9 years ago
feat(has-many): basic include.seperate support for hasMany (no limit/order support)

f767ed0665dd92e143ebadcaa7ff886b8291f9f6 authored over 9 years ago
Merge pull request #4176 from gutobortolozzo/nothing-change-and-generate-sql

Update sent to database when nothing changed in instance

080274bcefd40625f791d318169f5f610ac3f2cf authored over 9 years ago
Fixing update being sent to database when nothing changed in instance

8df98ded5c3bbd4f62a37a7fd5ed2c8c6a450b9e authored over 9 years ago
[ci skip] Fix type of querying.md. Closes #4179

f1443e8ef0072539539ee4f802ef0903b4863159 authored over 9 years ago
feat(has-many): support get() for multiple source instances

a009a1deb91fe3ab04af15a074d6ed02d9b47c63 authored over 9 years ago
refactor(has-many): move association methods to the association

To prepare for being able to run a association method on multiple source instances i've moved th...

ffbaf77f8a36b1449096ccab952d251a025a98c1 authored over 9 years ago
Merge pull request #4156 from sequelize/feat-include-limit

Refactor join query generation

7e5b7c5a8df25674197cb47c5cedc5e5a888a3b2 authored over 9 years ago
Merge pull request #4173 from elvo86/patch-1

[ci skip] Fix documentation of fields filter for create function

1524d2d68b59f27e8ca2089156aaca240d43905b authored over 9 years ago
Fix fields filter for create function

The documentation for the .create() function was incorrect in how to specify a filter for fields...

17c7a4f0280c1802c12e880431f7a2a4e7f82b72 authored over 9 years ago
fix skipped tests

59e737c9541fe5dca7aebaf3a10b38f16fd712ac authored over 9 years ago
refactor non-n:m join handling to seperate method

fix and reduce code

99e915b8265105924edac2f1d72459f1f2accba5 authored over 9 years ago
Merge pull request #4145 from sequelize/hotfix/mssql-server

Update mssql test credentials

c1de6f1f938fc82bbe94a96b982010de8e394276 authored over 9 years ago
adds support for for table triggers in mssql dialect for Model.update

- adds hasTrigger option in model.js that is then passed to
querygenerator.update
- adds integra...

6091435ecdbba83429a5c0048b78286fe8bdaf48 authored over 9 years ago
Merge pull request #4080 from peakon/fk_error_message

Include the error message in the exception to ease debug

26582414d57db56ddb774f06c29cf0d44d601508 authored over 9 years ago
Merge pull request #4151 from sequelize/fix-btm-pairing

fix(belongs-to-many): properly pair association based on the through …

826607a48c99fed299b1b7db536ec0866d1a516b authored over 9 years ago
fix(belongs-to-many): correctly throw error when no 'as' is defined for self N:M

0b5adc6567ffad25642a443eb115a72acd671ddf authored over 9 years ago
Merge pull request #4138 from sequelize/fix-update-set-options

update should pass options to set

7370a0981a0bcc57e14502bb90bcb8e22f03d478 authored over 9 years ago
fix(belongs-to-many): association.through should be cloned from association.options.through, not a reference

77fd8baf0854a6dee34adb6c44ea6c36bacb5162 authored over 9 years ago
update should pass options to set

Currently the options are not passed along, which breaks ssaclAttributeRoles and might break oth...

e37f33404c88f4f28fa979b00a13d614e906f7a7 authored over 9 years ago
fix(belongs-to-many): properly pair association based on the through argument

The code would previously pair association based on the through.model argument of the original o...

08fcb5ceb61e0f30d03772838f8f811cda3031f1 authored over 9 years ago
Update mysql test credentials and re-enable mssql tests

286ec23c977cb9b76a7bc2f4cf64fdf213aae498 authored over 9 years ago
Merge pull request #4150 from Ghost141/master

[ci skip] docs(transaction) Fix the bug in transactiona document.

e368ce68b64599b2321e67743e1285835c98d89c authored over 9 years ago
Fix the bug in transaction document.

The previous example code is buggy because you need get specified isolation level from Sequelize...

18d9f3cd0b8992194572070340c266434975f423 authored over 9 years ago
Merge pull request #4149 from oznu/notIn-query-operator-docs

[ci skip] doc(querying) Add documentation for the $notIn query operator.

c74fb7b72af21b64b3a05fa04235b40b9b1b0e8c authored over 9 years ago
doc(querying) Add documentation for the $notIn query operator.

4c76f4985c1e419d87166d13a8f9088e8e66558c authored over 9 years ago
Remove forgotten .only in unit tests. Fix updatequery validation for sqlite. Temporarily move mssql to allowed failures

82c54e7322709f2f0c004f2180aab0eca20a5f9c authored over 9 years ago
Apply type validation to all dialects. Thanks to @fixe

e967a2eb5b9fe791b66f591359161f4853681c6b authored over 9 years ago
Merge pull request #3472 from seegno-forks/feature/add-default-validation

Add default validation based on attribute type

7073e03b69a105069d40bbd5d9ecbe843ea11165 authored over 9 years ago
[ci skip] Clarify changelog, Closes @mickhansen

2dd16b5e8948fe14a16ce2ec25c16b4cee7bd357 authored over 9 years ago
Merge pull request #4140 from fintura/fix-transactions

Do not add a transaction in findOrCreate if there is none. Fixes #4133

f78c4baaa8249d71cf12c9916303feacc491b789 authored over 9 years ago
Do not add a transaction in findOrCreate if there is none. Fixes #4133

Add testcase and fix the unit test

b864736f45bb3a659f2da199d5b990f18e38606b authored over 9 years ago
[ci skip] :memo: Add transaction option to api docs for a couple of methods. Closes #4136

a27de748c125a38e3fd09a1f59571cdd5fd81587 authored over 9 years ago
Merge pull request #4116 from gutobortolozzo/issue-4007-1

Sequelize doesn't compare dates correctly

53795052acab11925bb6d1cff89fa68c86768b21 authored over 9 years ago
Fixing date comparison on instance.set()

8eafb4e9bf44ad8d9d4d78c22e1cb767e2ef9a56 authored over 9 years ago
[bug] When doing a multi-table select with geometry fields, ensure table names are prepended to attribute names to prevent ambiguity errors

ef4be30dcc0fed6d6b760bf46689eb11b5243b0c authored over 9 years ago
[bug] Fix https://github.com/sequelize/sequelize/issues/3674

b063d617e3e9636e01102b8855cc585795af83cc authored over 9 years ago
fix(cls) Assign transaction to CLS a bit later to prevent race issues, and clear it before commit / rollback

3a4ff4a6eb1d0bd28e0ddb51c1724d148f42277a authored over 9 years ago
3.4.1

0404fa21a694dd5a35c96c076030837d158f10e4 authored over 9 years ago
fix(belongs-to-many): ambigious id when through model has id

07e89dc4ad43ffe63daf4f7b5b534e889d440005 authored over 9 years ago
3.4.0

0778e540d889e32426ca8db42193dab558dc6bc3 authored over 9 years ago
update changelog

9e8ea01719ef684e2b3edbcf1de55c247fc0a991 authored over 9 years ago
Merge pull request #4130 from sequelize/feat-count-hm-associations

feat(has-many): countAssociations

60fe79182f0bcb3341e3e20e7022337c0c9be259 authored over 9 years ago
fix bad if

8c80535e116bb01a0bec70f4a47605f1ca57cd67 authored over 9 years ago
fix(has-many): countAssociations is no longer initated with counter cache is enabled

ad7503b1e4eb32a0c9bb3d866aea7f391b4f79ca authored over 9 years ago
:lipstick

1f8eff648ea39c8b28409996304112455153973f authored over 9 years ago
feat(has-many): countAssociations

6876dfcd7c4fdd0a85cbb2b287fd64a1e70015f3 authored over 9 years ago
Merge pull request #4128 from sequelize/feat-count-btm-associations

feat(belongs-to-many): countAssociations

ccff0d8fb3992ab87939511198b6ccf7a649df55 authored over 9 years ago
doc(belongs-to-many): correct return type for countAssociations

4c848f8adcd594e4b404b4df98846eb8c075d713 authored over 9 years ago
feat(belongs-to-many): countAssociations

a71543665a8076393811728bb2511101ab0cef88 authored over 9 years ago
fix(query-interface): check addColumn signature is fulfilled, closes #4077

d3ef9e7da945ef4f679eefb19364fdb15f2fff3e authored over 9 years ago
fix(model): clone options on create, closes #4011

186842ee2e31be94f4edd4a62dc4eec764b77cda authored over 9 years ago
[ci skip] :memo: I accidentally a word

af92fa40dc00e2e0eb0a69867124c712fc7565bc authored over 9 years ago
[ci skip] :memo: Clarify the meaning of target and source in association docs

f360e609dfa7b54b18cdd239f7909457ee8d3380 authored over 9 years ago
Add default validation based on attribute type

a243a82c7e714ebde6fd2a1b7837b6bf9170ec30 authored over 9 years ago
Merge pull request #4112 from sequelize/sdepold-patch-1

Check for `and` or `or`

a56a18826897666ee28431fa91b622ef57c39a4f authored over 9 years ago
Check for `and` or `or`

c9937b8f20d0d39f2ecbaaf495ed0e20933e3196 authored over 9 years ago
[ci skip] Remove accidentially added api docs tpm file

cc52cb8223cc9592f2b83b4a316363a14bbb13a6 authored over 9 years ago
[ci skip] :memo: Update the name of association mixin in api docs

95c7d7e262d143bc7211dd90d535d069ddf15dd9 authored over 9 years ago
Increase test timeout just for you mssql

f678009d7514b81a6f87e12b86360e9a597e3ca8 authored over 9 years ago
Move validator.extend to it's own file

b0037d67f05a760476b76d2f0a1d2db75e5b58bf authored over 9 years ago
Merge pull request #4095 from atorkhov/patch-1

Correct error message to show exact module name

1b41977d69eaba1e6fbcbb89a0bda807a00291ec authored over 9 years ago
Merge pull request #4041 from dantman/master

Fix #4040, do not call .clone method on plain objects or arrays.

19defcad309ab4f1ea45c76702414c9aeda45e6e authored over 9 years ago
Correct error message to show exact module name

46c6034b67a79d60bb18ca552d43f7687127a42e authored over 9 years ago
[ci skip] :memo: Add API docs for the methods added by associations

789c3dc9c2adf5dccfd93e2f8cec6ab578595c1d authored over 9 years ago
Merge pull request #4093 from uwolfer/fix-doc-comma

Fix: add missing comma

861eef8f9fb951b6d344dc660d7c55cf3ad32e5c authored over 9 years ago
Merge pull request #4089 from mikeringrose/master

MySQL Geometry Support

75b2503ac6609a7a07bd0fbc6edc19e1681c802b authored over 9 years ago
Fix: add missing comma

79e728fb6ad520ca5d57877043c3128fd721176c authored over 9 years ago
Merge remote-tracking branch 'upstream/master'

df13127df4423228e3d92f07ab83daf0c6dfc649 authored over 9 years ago
Change defaults to assign options when creation new associations in BTM

e1de2e37b2301ec55af21f17cf0ac3dbf5d60179 authored over 9 years ago
Moving geometry select statement into dialect query-generator.

5d5e49e909d4e4defb14a8b9bb8fca49672e6c4d authored over 9 years ago
Run validations on the through model during add, set and create for belongsToMany. Closes #3569

f38d0cae5cb3aaeb22118e0b612264aa963a2298 authored over 9 years ago
Re-calcualte primary keys when calling refreshAttributes. Fixed #3652

23453399786cc78f34429caa0717e6eb6ddc61fc authored over 9 years ago
Removing accidentally added comments.

632528811986ca1e4c475e8656a5d8299d5b048a authored over 9 years ago
Merge remote-tracking branch 'upstream/master'

ae3785f1ff5f9625e79d92d724f30e978f07b971 authored over 9 years ago
Adding MySQL support.

9bbe34b013531fa99ea699dffe8fa7e3724d8d5e authored over 9 years ago
Merge pull request #4084 from Znarkus/master

[Minor refactoring] Removed unnecessary code from instance validator

7888734ece46fd71781b72829db7ae3516de6d50 authored over 9 years ago
[Minor refactoring] Removed unnecessary code from instance validator

a6648e8590891b61d3d9a2b6abdfcb062a3f377d authored over 9 years ago
Include the error message in the exception to ease debug

52cdbe3b59ff2fba0869e2cd9486bc832c9894bc authored over 9 years ago
Merge pull request #3959 from ns3777k/feature/hook-direct-name

add optional name arg to .hook function

Conflicts:
docs/docs/hooks.md
test/integration/hooks....

af21b1571519c08420095864f64421a1f9b505c4 authored over 9 years ago
[ci skip] :memo: Update docs to mention global hooks. Closes #1028

7b333af31563b076c137b4bd28e16169cf99c394 authored over 9 years ago
Update chai dependencies

891ae0f0c2cd270458e97eea35ccb04922a793dd authored over 9 years ago
:fire: test(hooks) Remove enormous amount of cruft in hooks integration test - rewritten as unit test

4e3ab37ef99372b4aca7ca62ee54a409ff0e54c6 authored over 9 years ago
[ci skip] :memo: Remove mention of callback from hooks api docs (promises are preferred)

24b04a88a8e481a6f786294b9868a3295b5a739d authored over 9 years ago
Merge pull request #4076 from gustavpursche/master

[ci skip] :memo: Update documentation: node-validator is validate.js

e18aa0a50a5c149c743c054f9947fff40500a0bf authored over 9 years ago
Remove duplicated link

0f84d7189b84a50647d523747abc27f2132fe19b authored over 9 years ago
Update documentation: node-validator is validator.js now

e68ca33c4adbf21a2d7450ab519a4d151b662ce0 authored over 9 years ago