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

no more automatic nesting for raw queries, now have a flag

68d25d6592bd25594d4b2337f61b9b8007b6b3d1 authored over 10 years ago
fixes problems with dottie and raw queries

1e577d3ccf96c2888b862760bcdd2d525e16b991 authored over 10 years ago
Added test for actual execution

b81c158c2443eedbee142601f7b4451cac01b15d authored over 10 years ago
Fix #1409

Find pending migrations and return them in getUndoneMigrations

f5e5b19cc1fce07c1ab0f5a85489dee8aefb9383 authored over 10 years ago
A small step closer to making schema.test.js 'should support including date fields' work for sqlite

08e0ca7ca36ea8bee9b408616880935ec85ce400 authored over 10 years ago
Changed a couple of assertions to use chai as promised

9430706bcf4b860448a9b9d630d3276a0dfd0cf3 authored over 10 years ago
Implement a missing test

3e5943dd37a4a99047d80930bf86766181ecd668 authored over 10 years ago
Move pool initialization into a separate method that is called after the connectionmanager constructor is done. Closes #2048

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

7b460dfe96a11e1302e2a7889ef3595390ff9198 authored over 10 years ago
Add cascade option to bulkDelete. Closes #1905

79e3b0f309e84a55cd73ffc0ab2d4878f25f622b authored over 10 years ago
Remove bitdeli badge as the service is broken.

74b96fb24cd0aa435b8d291c395bb2e326e7b14e authored over 10 years ago
Making the code climate a bit nice

b987a80f84cd429afbb11ee065e52e15c28089f2 authored over 10 years ago
Removed eval from abstract query

3f510d838b45b1a2026ee5bef105db602e515f27 authored over 10 years ago
[ci skip] Update changelog.md

7468014b0a3cce6fe0df47ee3f0bbbbac7792e8d authored over 10 years ago
Don't remove the transaction from the passed options object when doing setX in a has-many. Closes #1789

31844dd2111bc4f8c7885228e53bf3ed1c32fc5d authored over 10 years ago
remove any existing DB file in transaction setup for sqlite

99acca94307244a1bdc68ad64674c25adf495415 authored over 10 years ago
Pass the transaction parameter to update in hasmany double linked inject adder. Closes #1968

26aef71d3b1a17a2048c2fb4dea70d23fcd14ac6 authored over 10 years ago
Merge pull request #2035 from sequelize/inflection

Replaced lingo with inflection, changed the naming strategy a bit, and added the option of overr...

1f7880715ae124308d76eeb0bb5e0b55de8284f7 authored over 10 years ago
Changed the alias tests a bit to prevent race condition

6c774dff1083ec8d118dbf1801df99287e78a0a9 authored over 10 years ago
Removed freezeAssociations option

e752d4ce9bc2a8e1ae51c928cdba0df11c9ead26 authored over 10 years ago
Cleanup in inflection ile

cea0a00e538fead7510a65288728585861adea46 authored over 10 years ago
More changelog entries to the correct place, fix the remaining test

51035b1341d7f7e7a2f4b5f4e4c4f1b1735d3851 authored over 10 years ago
Updating tests to fit new naming scheme

2210ce440d834e7eaf6b884c1b0df00e6fc0b0c7 authored over 10 years ago
Replaced lingo with inflection, and took a small step towards more consistent names

87a2540c3ad1eca9758c1476c9906f6c1028c95a authored over 10 years ago
[ci skip] Moved feature log for timezone to next

4c0a2680f054a222585f42bf11d2a8cc0fad0f1d authored over 10 years ago
Merge pull request #2024 from sequelize/timezone

Allow the user to set a custom time zone

4b4c8c3d164ed383a1463332ee44a153b95e2440 authored over 10 years ago
Added changelog entry for timezone

03fb9a0fea1c48e6b6eeaa04c114cec79b136ff2 authored over 10 years ago
mend

6baf8c7762c915730cd2ad320dc7bc128155a2b2 authored over 10 years ago
Clean up the sqlstring escapedate function

e40f9b6e5e5734c30ecd17620fc998f8cd4129e8 authored over 10 years ago
Allow the user to set timezone

107098dbb7d53c846bf2db8dbdd9a62af9812148 authored over 10 years ago
Merge pull request #1998 from seegno/add-hstore-array-support

Add hstore array support

88e751d329a341fe64aee13e45feb804ff1a7b98 authored over 10 years ago
[ci skip] Small changes to API docs

e59ea76b9ee8f7347343c1aa1cfe081b772b7ec6 authored over 10 years ago
Check for an empty validation error message. Closes #2009

b826165dcefc280fc26968e9d8fb5dde3f99886b authored over 10 years ago
Merge pull request #1994 from seegno/simplify-parameter-validator

Simplify parameter validation and deprecation

fddf0250764f91ff9d423f8446a47a8480bb640f authored over 10 years ago
Merge pull request #2000 from janmeier/multipleSavepoints

Support for multiple savepoints

aa0dee2f72d747b00e19fc00c5433c197d0e5c98 authored over 10 years ago
Fix parsing and stringify of hstore array fields

f13ec84caf63947ca7a4ac83217d5a048c3f4d03 authored over 10 years ago
Simplify parameter validation and deprecation

35a6cbed8f46be0f38a97185a18b2b27c412e26e authored over 10 years ago
[ci skip] Mention the distinct option for aggregate on count

6b257be04101c47f1ef657b634b4a41e708fca73 authored over 10 years ago
Added API docs for #2008

87bfe6f88294043aee4961fbc64145f2cd3376d7 authored over 10 years ago
Merge pull request #2010 from meetearnest/ilike

ILIKE support for postgres

4fd6cbaadb74d4b78fed120d78645775c4850ba9 authored over 10 years ago
Merge pull request #2008 from alekbarszczewski/distinct-support

Added support for distinct option in Model.aggregate method

761317b98075f5b7b780c72fea27f0e71831ff19 authored over 10 years ago
feat: add ilike support for postgres

a9bde2ce592b0ab226942bdad83ebbccdbaae665 authored over 10 years ago
Modified model aggregate method to support distinct option and added test to test/dao-factory.test.js

c9cd22b840941822e8139236b4498685145b9b6e authored over 10 years ago
Support for multiple savepoints

b63d4357571cf238673c3db6e247db242161f7b6 authored over 10 years ago
Merge pull request #1995 from youxiachai/patch-1

Update changelog.md

0b3e25af5a759b27cfc7fb3fc7e59701599861e7 authored over 10 years ago
Update changelog.md

fix format

c2fbc3eca645d25d447fcf6afac4cd44246472e8 authored over 10 years ago
[ci skip] Change coverage badge to code climate

2cf3f58096de5e881ac606dab4f2b616adad7e1b authored over 10 years ago
Pleasing code climate, abstracting duplicated code

209069e1708b849ae1aecb2b2e8cff3b05812a7e authored over 10 years ago
Fix a couple of timing issues in tests related to mariadb

82b291681d55e0a7d93280b1e794703260e217d2 authored over 10 years ago
Fix #1891, and refactor all tests in assocations/has-many.test.js to use promises <3

df279741c823412e756343c74a5d3362978d6f7b authored over 10 years ago
Merge pull request #1985 from rogerc/freezeTableNameAssociations_master

Option to not pluralize associated table names (master)

5ff679fe509520266741175d78521d1a1f2ae523 authored over 10 years ago
changed config name to freezeAssociations and sorted spaces out

12274ad21aefe308a023e2529ec74d459b5ce0b8 authored over 10 years ago
Merge pull request #1992 from db6edr/fix-sqlite-describetable-does-not-return-primarykey-master

SQLite: tables loose PrimaryKey constraint on renameColumn

a03312b7638f821936f92d095d789ea68b73d52e authored over 10 years ago
Fixed: added primaryKey to result of SQLite's describeTable query

42f6efea2be6883422d5c14cb44a9948fed64c32 authored over 10 years ago
Merge pull request #1984 from db6edr/fix-sqlite-rename-column-fails-master

renameColumnQuery returns qouted column names (for branch master)

4e0ccc224332d40f1a79795e50a84b6ec741318d authored over 10 years ago
Merge pull request #1990 from seegno/fix-change-column-for-enums

Fix change column migration for enums on Postgres

1ba7f5157a6269bc788a511afaa5de1c330e2811 authored over 10 years ago
Fix change column migration for enums on Postgres

22d12aa6972c6190a02bbdb0d6eab3d682cafdad authored over 10 years ago
Using quoteIdentifier() to wrap attribute names

11f877efac609d341b55bd0556ba14fc3d8a0a80 authored over 10 years ago
Added new config variable to return behaviour removed in v1.7.0rc6 to not pluralize associated table names

24cb00fe8523cb003296ac161705999e2968fcf3 authored over 10 years ago
Fixes #9182 - renameColumnQuery returns qouted column names

441955153392e0664528782646727c20c7896398 authored over 10 years ago
Merge pull request #1961 from seegno/fix-transaction-api

Remove callback from transaction API in favor of promises

d934bbaa8ef9ce1915f7748bff10d0ec1f69ce92 authored over 10 years ago
Merge pull request #1974 from LJ1102/fix-hasmany-set-custom-primary-keys-master

Fix hasmany set custom primary keys

a71d5cf75795f7ea985ab9443d1dc2f686d31442 authored over 10 years ago
Fix unit test

91914618ce2ae7adcab66f2758fdc853f3981092 authored over 10 years ago
Fix bug in hasMany.set when models have custom primary keys

9e804c27b152615109c46167018d9e10c6002e9a authored over 10 years ago
Add test for hasMany set method with custom primary keys

85ee80280a614bb22cf42f688e6f700f6c369dfb authored over 10 years ago
Add test for findAndCountAll with required belongsTo and limit

Test currently fails. See issue #1953.

c0a86d3ba3be891a4673308a3a311ca5b23056cc authored over 10 years ago
Remove callback from transaction API in favor of promises

3831191b7b60ca056db129d7f3ad3d119d8f8bc8 authored over 10 years ago
Merge pull request #1952 from quiddle/pass-options-to-getTableName

Pass options to getTableName function

113472333ea8f295b3989a9dabee8776b2949088 authored over 10 years ago
Merge pull request #1963 from smali-kazmi/fix-issue-1960

Fix of issue # 1960 (closes #1960)

938e167f935da230e8c166f7cf6a1fe89f61e409 authored over 10 years ago
sequelize.query not work if there is an empty space in start of query #1960

26a6d7d00636adf6f1cd9b0efd6521a91849522e authored over 10 years ago
Fixed merge conflict, added documentation to getTableName params and fixed a typo

40c474b5bb14ac822e539a96462a57a8dea6760d authored over 10 years ago
Merge branch 'master' into pass-options-to-getTableName

Conflicts:
lib/model.js

58c1b8599981e4618ed6dcd3d25ad847cf484558 authored over 10 years ago
Merge pull request #1624 from seegno/fix-bulk-operations-result

Change bulkUpdate to return the affected rows

0e53c4b730d3628623ea28839639015582b4ee9e authored over 10 years ago
Add option to return affected rows

8198aa097be047ae6846d9eac4c5a2ff029c90e3 authored over 10 years ago
Merge branch 'test-nested-belongsTo-with-where'

ce35cca2cc2df5cf31b87cc18c1408292e203226 authored over 10 years ago
fix(includes): fixes issue where a main join is not propagated properly to the main query because parents are in subquery (closes #1938)

8ec14eded559b4c061b7d62e8e339928655b245e authored over 10 years ago
test(query-generator): fix mysql query generator addIndex tests to check for escaped tables

3669307850ea84ef2885416a6ce3f5bec9d22981 authored over 10 years ago
test(includes): provide a test with a nested set of associations where an association somewhere in the middle has a where condition

92b6b2ba9bd1b8c881fe563edf3367eff6e55e27 authored over 10 years ago
fix(query-interface/generator): make sure index queries are properly escapes (closes #1943)

4fe4b37b326de246750017745107681cbabd56ef authored over 10 years ago
fix(includes): do not use subquery if required is false

ce7865c0449155c2357f62b5643cf1fd21dd0e04 authored over 10 years ago
Merge branch 'master' of https://github.com/cmwilhelm/sequelize into cmwilhelm-master

ab741606f62e471dc988689d86431153ad9f8ba2 authored over 10 years ago
Merge pull request #1946 from joeylgutierrez/pg_ssl_956

[BUG] 956: Connection failing using SSL with PostgresSql

e763b0de9030dcedfec3ae32b3fd1226176c2f19 authored over 10 years ago
Updated the getTableName documentation to include the options param

a4b15fe7badbc6ea1042f33082ee0426eb521466 authored over 10 years ago
added missing semicolon

6aad438ccc3fbc1692c7f263bf65f3343acb514f authored over 10 years ago
Inserted options to all getTableName calls. This allows overriding getTableName and constructing dynamic tablenames based on specific options.

f346681d5084d7900d244954d66670e45fcebd99 authored over 10 years ago
Use the provided index name if one is given. Closes #1944

4fadfb07d0f447f1958942f34ea74017cc88d88d authored over 10 years ago
This adds ssl to the query string to connect using ssl with pg. The value was not being pushed all the way through to the uri

f81bd3b053f68f9c4b2a5b6da2bd5bfcf9e7d1e6 authored over 10 years ago
Change bulkUpdate to return the affected rows

cc99c74a43c85353da8cd1f2cf7791fe3362c438 authored over 10 years ago
Merge pull request #1780 from seegno/add-savepoint-support

Add savepoint support for postgres transactions

a64fe80d244fec290f0f4984615e71cf5c0dff0c authored over 10 years ago
Add savepoint support for transactions

50cc79de78bca0b340b719b49de4453080173a34 authored over 10 years ago
Fix connection uuid on sql log

be208e8c9417f1e6a5688f87832a55d40135de54 authored over 10 years ago
Update README.md

532c05e55f9fc02438a5e9e3b9bc15f6afb91f63 authored over 10 years ago
Update README.md

429d54e4b4c138c495b7bc54aebcfa92697b2c84 authored over 10 years ago
Update changelog.md

b17f753e8a433003c782d22057fb544f6b05652b authored over 10 years ago
Update changelog.md

d291569e9ba4516d8b00c0f64a8e3caa14ddc0fc authored over 10 years ago
[release 2.0.0-dev12

20f01f9b1b735f745ae81bd882c89c5a425d5f84 authored over 10 years ago
Merge pull request #1927 from LJ1102/master

Inject fix 2afcedd into master, add unit test

74a6b90c0bd4ed8c7ee389251cf2fc1ace45d10e authored over 10 years ago
dev12/1.7.9 changelog

a3a47018d6100500937bbfba97d6ddc169731914 authored over 10 years ago
Move commit 2afceddc3172b79b75ee94 to master branch

a807915332c4c47b856b9b01d7061a49f91f2cd0 authored over 10 years ago
Add unit test for updated join table attributes in dobule linked has-many associations

0a19db54ab81e06e9733f1ea77e162cea2518539 authored over 10 years ago