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

Fixed misspelling in mixin.js

On line 19, 'useful' was misspelled as 'usefull'. It has now been changed to its proper spelling...

fbb111203ae9a120841419073a76150bb32637e3 authored over 9 years ago by Richard Kho <[email protected]>
Merge pull request #3473 from johnw424/patch-2

Fix grammar error in code comment

e87f972c38d1f272f518b952da1ef3edbb7f69ed authored over 9 years ago by Mick Hansen <[email protected]>
Fix grammar error in code comment

Remove extra "you":
"The dialect you of the database you" --> "The dialect of the database you"

76003b922ed41ca8d07573634b4f83f386a0b17d authored over 9 years ago by John Wang <[email protected]>
Merge pull request #3445 from Americas/master

Fix ENUM Type Name

893a5d787802212e7d642f4144fffa620682f3c3 authored over 9 years ago by Mick Hansen <[email protected]>
Merge pull request #3470 from overlookmotel/fix-sqlite-empty-where-error

fix: use new whereQuery in SQLlite updateQuery

41a52af1bea9031693a72721b022419830db0a57 authored over 9 years ago by Mick Hansen <[email protected]>
Merge pull request #3459 from shoshomiga/master

Fix #3423

645af5d3510a83c472fac2fe467726f6089e85c8 authored over 9 years ago by Mick Hansen <[email protected]>
Merge pull request #3457 from hippich/docs/pk-add-sync-match-option-description

Add explanation of 'match' option for .sync() method.

484613a7f911deef4fcf787fc3f1e375ebd8bf3e authored over 9 years ago by Mick Hansen <[email protected]>
fix: use new whereQuery in SQLlite updateQuery

1b7f1da36f9b970145da700ab6413188bc6ca7a1 authored over 9 years ago by overlookmotel <[email protected]>
Fix where with sequelize.fn

3d33892231b1afa6e106cdc67ef52ee452826fca authored over 9 years ago by Shoshomiga <[email protected]>
Add explanation of 'match' option for .sync() method.

8f35e252151f809e47bbf926d206238856674107 authored over 9 years ago by Pavel Karoukin <[email protected]>
Changed existing error tests to comply with new message rule. Added additional tests to verify fix.

62e0330a21aa1814552c2a7627a563bcf11bf2d1 authored over 9 years ago by Alexis Määttä Vinkler <[email protected]>
Changed the ValidationError call to work the same way as before.

c6c7a5d769481c8fe9cb9f7ac59a1dd69fb17c2c authored over 9 years ago by Alexis Määttä Vinkler <[email protected]>
Changed logic in ValidationError, message is now used if provided. Tests are now passing.

db0bff13581c699149e4c7401258ddceba800487 authored over 9 years ago by Alexis Määttä Vinkler <[email protected]>
Merge pull request #3443 from BridgeAR/master

WIP Refactor almost all tests to use promise style

f5fc5010f6583270bc2003a83464f08e4df4c0b3 authored over 9 years ago by Mick Hansen <[email protected]>
Fix old tests - do not swallow errors

The tests should always return the error instead of logging it.

3ce25c28f1e9e94266355df4c4599a942bda7aa5 authored over 9 years ago by Ruben Bridgewater <[email protected]>
Don't use finally

bca4fe1e822095cb55b51dc0363d1912c7654fdf authored over 9 years ago by Ruben Bridgewater <[email protected]>
Refactor more tests to use promises and remove unused async from tests

19cf14940e5730c3a29e8d81b878394323fd888f authored over 9 years ago by Ruben Bridgewater <[email protected]>
Use then instead of done

6087e9075d61f46ad8ebc9fe47711796dd24f252 authored over 9 years ago by Ruben Bridgewater <[email protected]>
Hotfix

5207a13645bb1bf1f4de2bf57671a411950d53d1 authored over 9 years ago by Ruben Bridgewater <[email protected]>
Insert missing return

551b837409b3821684398e1342f5d9df0490b693 authored over 9 years ago by Ruben Bridgewater <[email protected]>
Hotfix and refactor more tests

4c6c293c34bb4d108c2d6bcf3df586d04a9db07c authored over 9 years ago by Ruben Bridgewater <[email protected]>
Refactor all find tests to use promises

76d386e1de4357de44fa98b4f3c9fea60aad74c3 authored over 9 years ago by Ruben Bridgewater <[email protected]>
Refactor a couple of findAll tests to use promises

fd89ee739bdd2d82bcf251896d93c8d3606a12b9 authored over 9 years ago by Ruben Bridgewater <[email protected]>
Fix typo

fc12294fc36361aeda1675266f0917c9843c9f53 authored over 9 years ago by Ruben Bridgewater <[email protected]>
Fix tests

b3ce35f32ad1781fb5dd42567806fb662d58c0e1 authored over 9 years ago by Ruben Bridgewater <[email protected]>
Insert missing returns

2657a8df4bde233e630c1f1fe35771721ae8f434 authored over 9 years ago by Ruben Bridgewater <[email protected]>
Hotfix

17e3fd5bf518d00de1ee0b3b89e8613f818ed8f0 authored over 9 years ago by Ruben Bridgewater <[email protected]>
Insert a done back into the tests for the time being

4bbf475805a88d0ac77a813f6322fc7ec26a9371 authored over 9 years ago by Ruben Bridgewater <[email protected]>
Refactor all create tests to use promises

0b47387cb674e51c5e635ce6bdded41eb240030e authored over 9 years ago by Ruben Bridgewater <[email protected]>