-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Comparing changes
Open a pull request
base repository: sequelize/sequelize
base: cf53734
head repository: sequelize/sequelize
compare: d511d91
- 20 commits
- 28 files changed
- 24 contributors
Commits on Oct 10, 2021
-
fix(model): Convert number values only if they aren't null to avoid NaN
Co-authored-by: Sascha Depold <sdepold@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 199b632 - Browse repository at this point
Copy the full SHA 199b632View commit details -
feat(typings): add UnknownConstraintError (#13461)
Co-authored-by: Sascha Depold <sdepold@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 69d899e - Browse repository at this point
Copy the full SHA 69d899eView commit details -
fix(model.d): accept [Op.is] in where (broken in TypeScript 4.4) (#13499
Configuration menu - View commit details
-
Copy full SHA for d685a9a - Browse repository at this point
Copy the full SHA d685a9aView commit details -
fix(types): add missing upsert hooks (#13394)
* Missing upsert hooks Upsert hooks are missing in types * fix(types): missing upsert hooks Fixed upsert options type * fix(types): missing upsert hooks Just having a bad day * fix(types): added tests for upsert hooks * fix(types): incorrect attributes types for afterUpsert Co-authored-by: Sergio Bernal <sergioguillot@gmail.com> Co-authored-by: Constantin Metz <58604248+Keimeno@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5e9c209 - Browse repository at this point
Copy the full SHA 5e9c209View commit details
Commits on Oct 16, 2021
-
fix(types): extend BulkCreateOptions by SearchPathable (#13469)
add missing searchPath in BulkCreate.options: - extend BulkCreateOptions interface by SearchPathable to add missing searchPath option. - include searchPath in bulkCreate type test. Closes #13454 Co-authored-by: Alexey Lyakhov <justfly1984@gmail.com> Co-authored-by: Sascha Depold <sdepold@users.noreply.github.com>Configuration menu - View commit details
-
Copy full SHA for 47c2d05 - Browse repository at this point
Copy the full SHA 47c2d05View commit details -
Update documentation - hooks.md - fixed snippet (#13441)
fixed code snippet which mixed `transaction` option with model fields. Co-authored-by: Sascha Depold <sdepold@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 415989f - Browse repository at this point
Copy the full SHA 415989fView commit details -
refactor(*): add .gitattributes to force LF line ends (#13377)
Co-authored-by: Sascha Depold <sdepold@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8e98f47 - Browse repository at this point
Copy the full SHA 8e98f47View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc67dc9 - Browse repository at this point
Copy the full SHA dc67dc9View commit details
Commits on Oct 17, 2021
-
fix(sqlite): fix wrongly overwriting storage if empty string (#13376)
* fix(sqlite): fix wrongly overwriting storage if empty string Empty string in SQLite3 means anonymous disk-based db, but sequelize overwrited it with :memory: Closes #13375 * fix(sqlite): fix node<10 chokes on nullish coalescing operator * refactor(sqlite): remove unnecessary parentheses around expression Co-authored-by: Sascha Depold <sdepold@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c3e608b - Browse repository at this point
Copy the full SHA c3e608bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e86c884 - Browse repository at this point
Copy the full SHA e86c884View commit details -
feat(postgres): support
query_timeoutdialect option (#13258)* Add query_timeout option to postgres dialectOptions * fix: lint issues in the test file Co-authored-by: Kamalakannan Jayaraman <kamalakannan.j@brillio.com> Co-authored-by: Sascha Depold <sdepold@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3ca085d - Browse repository at this point
Copy the full SHA 3ca085dView commit details -
docs: add sqlcommenter-sequelize to the list of miscellaneous resourc…
…es (#13449) Co-authored-by: Sascha Depold <sdepold@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1340ea1 - Browse repository at this point
Copy the full SHA 1340ea1View commit details
Commits on Oct 18, 2021
-
refactor(mssql test): Fix 'should not contain views' failing (#13400)
* fix(mssql): Fix 'should not contain views' failing * Let's see if we can remove the try/catch statement Co-authored-by: Sascha Depold <sdepold@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 176f4ff - Browse repository at this point
Copy the full SHA 176f4ffView commit details
Commits on Oct 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 31d0fbc - Browse repository at this point
Copy the full SHA 31d0fbcView commit details -
fix(select): do not force set
subQuerytofalse(#13490)* fix(select): do not force set subQuery to false this occurred on validating included elements in spite of user set it to true in include options * test: make include (subQuery alias) tests dry Co-authored-by: Victor Korzunin <victor.korzunin@blanco.services> Co-authored-by: Constantin Metz <58604248+Keimeno@users.noreply.github.com> Co-authored-by: Sascha Depold <sdepold@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0943339 - Browse repository at this point
Copy the full SHA 0943339View commit details -
fix(postgres): fix
findCreateFindto work with postgres transactions (#13482) * fix(postgres): fix `findCreateFind` to work with postgres transactions * refactor(test): reduce complexity of test * Update create.test.js * Update create.test.js Co-authored-by: Sascha Depold <sdepold@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 84421d7 - Browse repository at this point
Copy the full SHA 84421d7View commit details
Commits on Oct 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 66e6d76 - Browse repository at this point
Copy the full SHA 66e6d76View commit details -
chore(docs): Add documentation for increment method (#13254)
* Add documentation for increment utility method * Edit docs Co-authored-by: drorh <dror.heller@nielsen.com> Co-authored-by: Sascha Depold <sdepold@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4098eb0 - Browse repository at this point
Copy the full SHA 4098eb0View commit details -
fix: allows insert primary key with zero (#13458)
* fix: allows insert primary key with zero * test: allows insert primary key with zero Co-authored-by: Sascha Depold <sdepold@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e4aff2f - Browse repository at this point
Copy the full SHA e4aff2fView commit details -
fix(types): allow any values in
isInvalidator (#12962)* fix(types): allow any values in `isIn` validator * test(types): isIn/notIn validation type tests Co-authored-by: Sascha Depold <sdepold@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d511d91 - Browse repository at this point
Copy the full SHA d511d91View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff cf53734...d511d91