Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/eggjs/sequelize

An easy-to-use multi SQL dialect ORM for Node.js
https://github.com/eggjs/sequelize

Merge pull request #1796 from mbroadst/strict-mode

use strict mode for all library scripts

78f5cdf3c6291d007b0cb4cfd0efbaa6d777ae19 authored over 10 years ago
two more cases where ident and escape were stored function locally and then were used in a find/findAll

05a1c6cb7e9180e42b640a5bd4a7ebe241b05097 authored over 10 years ago
use strict mode for all library scripts

29a7954954756ac049a3f1a8f8fada685b1c3daf authored over 10 years ago
Convert the adapter error to an actual js error in authenticate

389bb8df94505026c11a8cee16ebcbd3853768aa authored over 10 years ago
Fix logging options for sequelize.sync (closes #1783), and convert some more code to promises

9369ba9e377e4400b133d1bde0db1536ea7df41f authored over 10 years ago
add comment

d10e4102ff5fe98e200aeb5f151b52aa06df4a58 authored over 10 years ago
perf(query): optimize groupJoinData to use a single loop

7e2c06eb6f9d48eef9e999ded39354ef011d74d6 authored over 10 years ago
test(include): add additional include test

1c43cceb13d341cbd54cf5c120786e8db1901e64 authored over 10 years ago
expose query.groupJoinData

cde7ec7690dbb9f12deb1e059281aa95ff507125 authored over 10 years ago
Fix a typo in the docs for hasMany

635a1000a232d277cc0dc606d0d8924cd26c4e7a authored over 10 years ago
Merge pull request #1782 from stilia/patch-1

Update connector-manager.js

5c1192a9a4fc43f97749382ca21355ba8b295a46 authored over 10 years ago
Update connector-manager.js

CopyPaste mistake.

4446cf552cd5f02d15eebb470c0b11e5195046e7 authored over 10 years ago
Merge branch 'master' of github.com:sequelize/sequelize

33f46913ab3c402a8316288d23bf68e1032973ab authored over 10 years ago
expose model.validateIncludedElements

284616829e3aa08fbfbea2b0de5eb62e8ab0d72d authored over 10 years ago
Return the target model instead of the join model when using createAssociation with n:m. Closes #1765

559ccac61563c2e1ab155fceba235d6c5783585f authored over 10 years ago
hopefully made the transaction forUpdate test a bit more robust, and added coverage badge

32de584991ad527404fc673939a3040eca89da99 authored over 10 years ago
Don't use the spec reporter in coverage test, for brevity

0081c208b09195e3636e73eabb3afe98b283dca5 authored over 10 years ago
Do all coverage calculations in a single job

a3914057ab21dcbc64d480b26c00a0cc5a05be78 authored over 10 years ago
Update changelog.md

1ddd765c15d6c1070a8a837f8f15f7def3ebc870 authored over 10 years ago
Merge

e7dd435b1af84608d1788ebf58bf472ddb64ac4a authored over 10 years ago
Added a link to the findAll .lock options docs

eef011823d1bc97d36e97808f6724511ce220eb3 authored over 10 years ago
Merge pull request #1777 from sequelize/forUpdate

Support for FOR UPDATE and FOR SHARE queries

3eff6ceafeafbf839c4e5311d8019ea5d3ca63ba authored over 10 years ago
Added return types to promises

7961c7ca789a601f2ec361938056ca6602d2f2f5 authored over 10 years ago
Change row locking option to be called lock, and added api doc

45c5c8fac04d3875f8b691e9166a3ec06733e7c8 authored over 10 years ago
Support for FOR UPDATE and FOR SHARE queries

2d4807957567cff895f75f97cd95aba0e210dcf8 authored over 10 years ago
Merge pull request #1749 from overlookmotel/fix-many-to-many-self-associations

Fix many-to-many self-associations

35f34b2001bce596dcb34dc32dd1e65f2b7b8449 authored over 10 years ago
Throw error where 'as' not defined

3040ed85cce3dcb545e022ebadabb753be1ef97d authored over 10 years ago
Merge pull request #1770 from vanetix/patch-1

Update mysql module notice

fd8af76b0d397a03942b6c0cb63929c11dbe7cda authored over 10 years ago
update mysql module notice and throw as an exception

773d40760547fefec619654263087ed6936323eb authored over 10 years ago
Tests use promises

0698669ccfb10c8bd0a7d2e1cf96d5e96b6188f6 authored over 10 years ago
instance.createAssociation should work without an empty values arg

e0db5f43e856158ecdae07fa225b3e5957ec6e2a authored over 10 years ago
Avoid merge combining data types

dd6aeac5e3a34b4e7dfd2ba0fbadba17acd2bf51 authored over 10 years ago
update dottie

c83fd22811d753c8dfbb98483d74bdbfcc814acb authored over 10 years ago
fix mysql tests

f437fa953ba461354366fd81c263160bcb676ab8 authored over 10 years ago
refactor(model/attributes): model.attributes is no longer a SQL representation of rawAttributes

f11d16750b5df52f633462308e2550e62e800049 authored over 10 years ago
fix tests

882d8492cdd611433dc1d956efa55745a6afa3e4 authored over 10 years ago
feat(model/attributes): attribute.field support for includes

6d2295ff9b99b7615dc15fc0017ca4338d22767e authored over 10 years ago
Merge pull request #1754 from tngraessler/master

MySQL: Unique key index column names now quoted

fde91e4c6d9a4c490f037eb88b4427e0c36e06e9 authored over 10 years ago
Merge pull request #1755 from blackcoat/readme-update

Remove duplicate link to the changelog

3a5b0206150aa21dbfd7f368029ef5c844843537 authored over 10 years ago
Remove duplicate link to the changelog

8534dc2e5aa844b595914a98bad48366646687c9 authored over 10 years ago
Now using correct function parameters

917fbeaebeabbf0c7d2c65fb363aa88bf4e7bcc8 authored over 10 years ago
Now using correct function parameters

4994997d32eade9406bcd5f00a7254e18ad6b0a2 authored over 10 years ago
Unit test added

https://github.com/sequelize/sequelize/pull/1754

953d2047157364343c991a331ea8c5481abe16e2 authored over 10 years ago
Now using lodash.map(...)

631c2c0753fc1f0f24756ee2ea00d6e28440cd61 authored over 10 years ago
MySQL: Unique key index column names now quoted

https://github.com/sequelize/sequelize/issues/1753

a0f0f5b2da16a0966421ea97400e8af8b863270f authored over 10 years ago
Playing around with coveralls v2 - longer timeouts

6996c1cc80814033d73cff0efb4fcfc8e63bfa11 authored over 10 years ago
Playing around with coveralls

921e3412d58465a2763888a18f6ddb4c44c95897 authored over 10 years ago
Damn tabs get everywhere

c492233ef2187da40598c018675062e5fa2b50e5 authored over 10 years ago
Fix wrong identifier pt 1

fe90a98ac56c2aca7f06c7fc1d0105c311306a06 authored over 10 years ago
Tests for many-to-many self-associations

28c062ec490e365e3833be668022510106cc944c authored over 10 years ago
Typos and spacing

2e4ab67de02b773f71ee901be97de8a7cd08dcf8 authored over 10 years ago
Fix wrong identifier pt 2

75a1e3b8ec39016b9c161356d07da8a512bde3c8 authored over 10 years ago
Default as for many-to-many self-associations

Default as for many-to-many self-associations v2

bb9e60b0f9d9c5b33182fea5d95d29a643716949 authored over 10 years ago
Merge pull request #1686 from joshperry/pg-describe-notable-error

Error on empty result from table definition queries

56bbf9267898fa60568b71aa3070ab99e224ebff authored over 10 years ago
Only try to delete attributes if they exist

a03d2ab840bd2667b05e405ab97c53fa3f54ff96 authored over 10 years ago
Tidying code (no functional change)

696cc28e6c2e0bf9e18219da4dd83fc3f9fabdde authored over 10 years ago
add underscoredAll option to code doc

1fa99b9d50cb26e83abd86bad7f2b1e00be6bc43 authored over 10 years ago
Merge pull request #1734 from wbyoung/underscore-tablename

Underscore table name.

209a4f7f745217d041af614222b424f53c37c74f authored over 10 years ago
Added option for underscore table name.

c3af8769665c6ab9be79a72d955cc1f171e46ad8 authored over 10 years ago
Merge pull request #1747 from sequelize/setWithId

Add ability to set and add associations by model id instead of model instance

3ced2aaa474d85a9fb68f76289526561b60fcd48 authored over 10 years ago
A bit of style changes

85ab07cb2858e8f410d8f1f3bc3dbd605c0853b8 authored over 10 years ago
Removed ununsed bulkDeleteQuery function from query generator

d14c24b09717cbfcaa622c4cf487c4d7f31d6775 authored over 10 years ago
Return the correct object if the association already exists in add

4d52706aa4df2990c47fa75168f6ef646785ddbb authored over 10 years ago
Add ability to set and add associations by model id instead of model instance

6292923becc88daf0d8fe5ba06c5cf70fb7a9ab1 authored over 10 years ago
Throw an error if the name of an association clashes with an attribute. Closes #1272

4b79b2b6b6b9071b24119bd5d05f7d0f7e23722e authored over 10 years ago
Update changelog.md

830d3e7741eefb20c6326948250575bf95bd4f10 authored over 10 years ago
Update changelog.md

ae40b9492ead56b3817d178725995d185e805ba8 authored over 10 years ago
Update changelog.md

26d10c0b66be4e4376869fa2dbec5235b69d32a5 authored over 10 years ago
Update changelog.md

47e29c2393f85547bab3ccd0ba1693d5ca48fabc authored over 10 years ago
Merge pull request #1743 from overlookmotel/master

Removed tabs where should be spaces

6e8793c2a068286715d3f88bb144b2828e30a090 authored over 10 years ago
Merge pull request #1744 from sequelize/addRelations

addRelations feature

c20fa816b50cfbbdb44bd18906a6a19003598365 authored over 10 years ago
Put   back in

e40e6474207e257a72171dd060f86ef7592ca3ef authored over 10 years ago
Docs for sequelize.models

7e9679be1360b1506797ccb56663b64a33d01a85 authored over 10 years ago
Don't import promise directly in promise test

b67058a6fe8af1f50340fa7a5d062e6e6b05186f authored over 10 years ago
Refactored model.update and destroy to use promises

5a75d2607f487c7e245e7e1668e126b66b36f11c authored over 10 years ago
Refactored associations to use promises, and added addRelations

1bd525d21557e8db82978c4c97d611fd20c41f06 authored over 10 years ago
Renamed the bluebird package to sequelize-bluebird

9393986b034138fa0841a3f557d65e8a0ffaa790 authored over 10 years ago
Removed tabs where should be spaces

d15618f092316e7fdafc48e501c32d955ad76e18 authored over 10 years ago
fix(include): copy to originalAttributes before modifying attributes

912e1b1a4ec1c7ef09e09aed5b971484e809b8ae authored over 10 years ago
fix test

21ebb71cc4618fbaacbe298cd3625634539084c0 authored over 10 years ago
fix(include): query shouldn't include multiple duplicate primary key attributes if having primary keys in include.attributes

ba77f7dc974e143923cfbd11fa7b170e2843490b authored over 10 years ago
feat(include): make it possible to filter attributes on the through table

c8235a54888ac5c795933f9a3ead52df1953829b authored over 10 years ago
Underscore table name.

2a2e420616e91bd3e4ad9a8ba6998d72b7666caa authored over 10 years ago
Fix use of sequelize.fn etc in date and boolean fields. Closes #1471

23f0460af154b3412d62250e12b2ed1d24a31966 authored over 10 years ago
Merge pull request #1723 from sequelize/queryInterfacePromises

Query interface promises

bb40f280e2df900cf0626c62ea64c33492bc6833 authored over 10 years ago
Promises for hooks

c33046b94df771b29eb2238599e0a97b1958dfda authored over 10 years ago
Merge master

a8f23bd8737ff7df50d3e31ee74b317858d06a9a authored over 10 years ago
Merge branch 'pola88-primary_key_on_has_many'

620d8e7711eea6ff32fdd6b9ca32f7243ea68003 authored over 10 years ago
fix(model/destroy): fix model.destroy() where .sync() hasn't been called (closes #1730)

54655ab223f4532008fd67bd27dca1766917310a authored over 10 years ago
Merge branch 'primary_key_on_has_many' of https://github.com/pola88/sequelize into pola88-primary_key_on_has_many

11dba9ecd055a8307afb6e3d3db0b651dbd3cdfb authored over 10 years ago
use createTable instead of query

b1e9419b7242293bfc4bc03c532f37f0055ef25f authored over 10 years ago
Test unit for removing associations HABTM #1625

f83f385bc96132edf90608c315c76f42e2c3947e authored over 10 years ago
Merge pull request #1725 from overlookmotel/models-in-sequelize-object

define() stores model in sequelize.models

2d5cf42ccdc6bd78a00251bc7df9874ca2f87af2 authored over 10 years ago
Changelog for Define adds model to sequelize.models

90531bcbe79ab812e83581ffa243fc26497d3e3d authored over 10 years ago
Test for Define adds model to sequelize.models

bf4f1b73ea57bcdca33957076a4f72ef3ed828f5 authored over 10 years ago
Define adds model to sequelize.models

513fec72c988f22b49de539547d6ff9f2f3d5533 authored over 10 years ago
Merge changelog.md

8b2c130efede4c63a93a45d01a4aa47e269e92a6 authored over 10 years ago
Make it more clear what's actually changed in quryInterface

3d57cfc7cf544ca3577858729d727de197bab084 authored over 10 years ago
Remove the last remnant of queryandEmit

85b9a564d92a86b5bd635281d9e2efe1efb90866 authored over 10 years ago
Refactored .query for all dialects to return promises

8cbd6a67d079bdd4596316824e310d81baedaa53 authored over 10 years ago