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

fix issue where findOrCreate would not properly release transaction on error, closes #2238

d86c20edfe02a19bd50c7d00a952c5014920383e authored over 10 years ago
Merge branch 'test/issue_2238' of https://github.com/ryanking8215/sequelize into ryanking8215-test/issue_2238

c817fd0bcd1ab0868ce94b9715d4944d990366e7 authored over 10 years ago
log 'default' if no transaction

6fccaa8d03ea811b0c5dc611e74c29dd3bfc7eb1 authored over 10 years ago
Merge pull request #2246 from overlookmotel/remove-console.log-from-test

Remove console.log from test

0b4eaeaeb547e7b10aaf16bb55bca352c655896e authored over 10 years ago
Remove console.log from test

1c011f4c3fd070685541d923c57abdb3f8236656 authored over 10 years ago
Merge pull request #2222 from janmeier/master

Fix object syntax for hasmany and belongsto foreign keys

f2723c7f240219b4ceb590a58f7e7d38367e576d authored over 10 years ago
add unit test, findOrCreate() meets error will block sequelize, issue 2238

95843f454403391aeb60df6f20b3568d17896a8e authored over 10 years ago
Rename fieldName in foreign key objecst to name

30ce052b54b716adb5d8c0e1b7a9652d96f9a23c authored over 10 years ago
Fix inflection at 1.3.8

2ce7de758c018632106b4b560dbbb7ffce2cb672 authored over 10 years ago
Fix object syntax for belongsto and hasMany. Closes #2164. Also properly merge existing attributes with those added by associations

13b436cf1af00bbdfbc2ab09801c9ba9f5d331ec authored over 10 years ago
Add a test for merging of existing attribute with foreign key attribute

609438086595eb052ebe946a07de1a48f484fa99 authored over 10 years ago
Update package.json

8a7061201ad7c7f648b6756d4fdadb2c39eee95f authored over 10 years ago
add failing unit test, setter_function.test.js

77248537aa77630b35acccb4cb1c090c90926c04 authored over 10 years ago
Merge pull request #2213 from javiercornejo/issue-2206

Resolves #2206: Error creating pg_temp.testfunc()

ba4de68ed29135e6d82eb9e8adc258936ea3b1b1 authored over 10 years ago
Remove spaces

2d0cc2bd0627fa3007dc8cf78d7a8d73e9a08930 authored over 10 years ago
Add test for more than one model per transaction

9cfa725f986b02b5903c09edab54c64c6e5fa546 authored over 10 years ago
Resolves #2206

bf3a38e9d8300a839690ef9f475f897c37f136b1 authored over 10 years ago
[ci skip] Update the api docs for sequelize.query with the right type for callee

5873257668d192c1c5868938886af1f38803f309 authored over 10 years ago
sequelize.set: remove `.only`

994cce6b45ff76e09271afbf3e72b9c15bc4656a authored over 10 years ago
sequelize.set: make options.transaction required

0990ab653317f47ba371bdf9685667809d5acbd1 authored over 10 years ago
sequelize.set: commiting transaction

45f8a7c3ebf03f668eb5426ed7f5d3cb5a8fafb9 authored over 10 years ago
[release 2.0.0-dev13]

af2f1693cc868e6213531a854f498bdf07630eef authored over 10 years ago
Update changelog.md

c2bcc015cf21edd302a384559e9c0296c2d5cfb2 authored over 10 years ago
add space in expression

01ebbea16397d7a98fb6c98d4ffb73b5d1b3ec8e authored over 10 years ago
Only do parseInt when value is an string.

OK, I test and also found for boolean(true), it is incorrect. So it will test string first.
Ano...

d37d3f7de00140a9a0960c2660197f0f832d08cd authored over 10 years ago
Feature: sequelize.set method

739554bdf985bbb0f9ca232c114ee13db6b652b0 authored over 10 years ago
Merge pull request #2173 from janmeier/findOrCreateTransaction

Use a transaction internally in findOrCreate

04a778d2527329482c3908a644a16f0a6072b538 authored over 10 years ago
Fix indentation in formatError and fix docs for findOrCreate. Use .get instead of direct access in findOrCreate

d51cc90e4b24c2e19c241cf5d83c69b64f1532dd authored over 10 years ago
Update instance.js

78cfc27ff5471855e9ca8d1ade11f46c45d8ecf7 authored over 10 years ago
Findorcreate with transaction working

023bab4308de54bcafb8023ec362c72fca054a2b authored over 10 years ago
[ci skip] Add a proper to string method and clarify the return type for bulk update

b10a8ffdbcf833d1bd499d7b17090f9291f99797 authored over 10 years ago
More work in findorcreate with transaction

2302ec496585eb936a8a97d37ce3a0148e4deadd authored over 10 years ago
First step towards implementing an internal transaction in findOrCreate

4a4c976acf65cd5bf86050d46c5cf2e2165d0882 authored over 10 years ago
[ci skip] Mention how to access the original sequelize methods when overriding class and instance methods. Closes #2091

f4ab84c94ee7d2c9697fcfa14ac10be005f41266 authored over 10 years ago
Merge pull request #2166 from LJ1102/chainable-hooks

Allow to chain hook definitions on models

6964ca519d8d89c2890224ffaee2baedfd2bde54 authored over 10 years ago
Allow to chain hook definitions on models

This commit allows to chain hook definitions like

Project
.afterCreate(function (proj, fn) {/*...

dd00891050aad3a0c6463821e59064d6d6b1bc22 authored over 10 years ago
[ci skip] Mention fieldName for foreignKey in associations

7b7e498811390d98980a4793c6e9262f8129bfca authored over 10 years ago
Explictly check that an association is a hasMany before trying to pair it in hasMany. Inspired by #2159

4f82f320fd259ab11b672402b2cccb3267e6ff38 authored over 10 years ago
[ci skip] Missing comma in jshintrc ...

bdaa3f4d3980eb50235c18a25691c816376feec7 authored over 10 years ago
[ci skip] Prevent redifinition of promise lint error

a4f55fb89426738e567c5d60cb70b22a43b0e7a3 authored over 10 years ago
Save a reference to the bound version of onProcessExit so we can properly unbind it

11f3ea0f523c68a339d9bec1a630266947c30967 authored over 10 years ago
Fix through table attributes not working for createAssociation in n:m. Closes #2155

47c040a5911429c6ebf1d27ddeed74a771d7aa78 authored over 10 years ago
Merge pull request #2135 from dizlexik/patch-1

Update migrator logging

1d024baabe0ea7211ea31d0ac5e0bce197092dd9 authored over 10 years ago
Update migrator logging

511ef06bb8a6238ef99b6cc80ce2cb1fca5b9892 authored over 10 years ago
[ci skip] Api ref for errors

9b7d9ae34bb813a4a094754a066ae98a8ac10853 authored over 10 years ago
Merge pull request #2081 from meetearnest/error-rewrite

Refactoring of Error Handling

61490ee6a68981dbff27dd48bbd866d8f17e32ea authored over 10 years ago
Set updatedAt timestamp when validations is true in bulkUpdate. Closes #1962

bb1d01cbbadcc3dd4170c57c3e75aab2b5e76bf8 authored over 10 years ago
Make hasmanydouble add and addMultiple a single function that accepts both instances and arrays. Closes #2138

10d35177c67ce2cce19da56e35f89add024546ac authored over 10 years ago
Update migrator logging

c0d6ee1b3d82a04e130bb8d8613fb73c57c57030 authored over 10 years ago
Merge pull request #2124 from meetearnest/emptyarr

fix {where: []} causing finds to crash if model is paranoid

491192f9b787060231e29bd1deb2ec477a9988f3 authored over 10 years ago
fix {where: []} causing finds to crash if model is paranoid

c4020dda0212127c32d989ef713e4f22fb086850 authored over 10 years ago
Merge pull request #2116 from dizlexik/master

Add attribute.field support for sync()

b2b0e6b6ba2d1e2255a25f4bc0ffd09b88df5d03 authored over 10 years ago
Add custom field name tests

57f1c4424bdecf920999537feefd9a4b26aadc3f authored over 10 years ago
Fix test 'should support renaming of sequelize method fields'

cefcda37072fd4cc80495a29fb53c13759dd509f authored over 10 years ago
Add attribute.field support for foreign keys

e7c0351e000b66d4442a411fae09e6989a39b6ce authored over 10 years ago
Add attribute.field support for sync()

dd4ceb85438cb16b4c87be00a186e87d6d47d4fd authored over 10 years ago
Merge pull request #2039 from sentencesio/useless-pg-connection-string

pg: remove the useless connection string

3970bf7140b4715385674a3632aaa87460acd332 authored over 10 years ago
pg: remove useless connection string

bec48757df071bf669d05f16dffa3e01310c7792 authored over 10 years ago
Merge branch 'useless-pg-connection-string' of github.com:sentencesio/sequelize into useless-pg-connection-string

Conflicts:
lib/dialects/postgres/connection-manager.js

93261e90dcc752f011c347ff96677b08fe1bb5bd authored over 10 years ago
pg: remove the useless connection string

b5ae217fbfa7a614f2f90e59bf9978b787c649ca authored over 10 years ago
Tell istanbul to ignore abstract method in abstract query generator. https://github.com/gotwarlost/istanbul/blob/master/ignoring-code-for-coverage.md

40e0769ee0a8603256ba8273e18eb94aecb737ac authored over 10 years ago
Deleted obsolete .watcher file (releted to old docs generation?

e56eabef092b38e7e670b8783c35b8236c3874df authored over 10 years ago
Fix default scope being overwritten. Closes #2087

a728a7aa2016017ea0a74d0fe365720b2bfdf2b1 authored over 10 years ago
Renaming errorsForPath to get

e9884631e26d71893288f86309c6a59bcfb8489a authored over 10 years ago
Adding breaking change to changelog

c75210879a323ec3ea8e838f669c5c743fe75b86 authored over 10 years ago
Merge pull request #2095 from sequelize/feature/remove-obsolete-make-task

Remove obsolete binary tasks

aaf80ff923ccede0935fa39fc1ee17519731c8de authored over 10 years ago
Update dependencies

2762b801386c9106b96644b2750e27d4058ca944 authored over 10 years ago
Remove obsolete binary tasks

bd05423c34c366a874aa0862ad9700906ba75c07 authored over 10 years ago
Merge pull request #2057 from sequelize/indexes

Support for specifying indexes on a model

66dc76944867a650a18f63fc1a6e97c2d0a990e3 authored over 10 years ago
Merge master

779dc4044571bd0370d43b0bccac7f10bf0a8387 authored over 10 years ago
[ci skip] Merge woops in changelog

6469fa89e2961e5ae9813c5b5ce3c7d50c1825fc authored over 10 years ago
Merge pull request #2056 from komola/fix/1409

Fix #1409

2c5b46e96c96494112a79b490f50eb484b45bd4f authored over 10 years ago
Merge pull request #2093 from meetearnest/fix-paranoidClause

Fix paranoid clause treating all arrays as if they contained only strings

47aa2f8693100e90ad002ecaab08bdf76f6573fa authored over 10 years ago
remove accidental .only

9b3d0b51d5c56eb4fff9402c539ff048d9c0159a authored over 10 years ago
fix comment

b86d1d5e00fd3d1793ba350848dc7eb0b05946ab authored over 10 years ago
better fix for paranoidClause failing complex wheres

51a1b08d4de4f12a3214714c854163870a93cebf authored over 10 years ago
check how to treat array when doing paranoidClause

8683d792dfd3b2cf4cd9b679c9a057e5b8c60368 authored over 10 years ago
move logic for checking if array can be treated as #and to utils

9d774d312dddb7a0398655e45f891b18e6cec3b6 authored over 10 years ago
Adding JSDoc comments

268acbded8fab5d15c3c34422f65ad4ecef6198c authored over 10 years ago
Fixing stack trace capturing and switching back to util.inerhits

5c0502023d1fc7209761295c2226b238d9296562 authored over 10 years ago
[ci skip] Changelog for 2083

5d2a1ceb06504b30168ad0faaa969d1af0213abf authored over 10 years ago
Merge pull request #2083 from meetearnest/find-paranoid

Add flag to retreive deleted paranoid models in queries

052b5f1dbb50b4375b40aa154e44c18c22b07ab8 authored over 10 years ago
improve paranoid=false docs, test paranoid=false with include

22d24b8ff06f041d760daec3dce5713ed492f298 authored over 10 years ago
add flag to retreive deleted paranoid models in queries

7f92646d39b846db85413d7dc63c33945a716cf5 authored over 10 years ago
Assing Error typeof assertions

43a43edc50abe114638eb7fe41aec0ad43c8ad52 authored over 10 years ago
Fixing unit tests

b2a0900e0036be63be6bacfd63cb6e4873e7bef7 authored over 10 years ago
Updating the instance validator errors to use the new ValidationErrorItem

f0c01eda5d85160d9255aba8590132a9ba7a68cb authored over 10 years ago
Adding a method to find validation errors by path

8be24f37d819245dcc61ad12f459388089eac34f authored over 10 years ago
Fixing the error object inheritence

9c7500d7f0a08264c7245db83a56b79f65ce625a authored over 10 years ago
Add a close method to sequelize to close the pool and unbind the process.exit handler. Closes #2020

2bb1845cf20ad154f8823ed77501c92a2e50a9d4 authored over 10 years ago
Fix an issue with dialect.supports for abstract dialect being overwritten

da93914c80595fccbbc4bc4f9c3280fe6d1efbaf authored over 10 years ago
Made addIndexQuery more DRY

322ae24a2e28c71c7e6a43144822f2f91875762a authored over 10 years ago
Cleaning up indexes code a bit

a3dbf684de078f362d1b4fd2e1c5c8f27302be5e authored over 10 years ago
Support for specifying indexes on a model

d87330ef4b9a4983c11a3994f5ea9ec29f246861 authored over 10 years ago
[ci skip] Mention dialectOptions in sequelize constructor params

32594feaf4d07379b1a5ef43444d6c0611d6451c authored over 10 years ago
Fix typo in _autoGenerated attribute for deletedAt. Closes #2071

18a595fa5f57e14f7b8067fe0645de3165b2e767 authored over 10 years ago
pg: remove the useless connection string

16c2b1201b1ebf64a3562a8081aa154687461a71 authored over 10 years ago
[ci skip] Add API docs and changelog entry for nest option to .query

83f6ee589e26064dadc585b026ca7ca643ac6738 authored over 10 years ago
Merge pull request #2064 from jValdron/flag-dottie-raw-query

Flag dottie raw query

9dee28076b40f198412faa61b71586ecfaea3172 authored over 10 years ago
fixes tests

27f93c8b4715d0870912dcc6239e12fefef66023 authored over 10 years ago