- 21 Jul, 2015 1 commit
-
-
- adds hasTrigger option in model.js that is then passed to querygenerator.update - adds integration test for Model.update
shakib bawa committed
-
- 20 Jul, 2015 7 commits
-
-
Include the error message in the exception to ease debug
Mick Hansen committed -
fix(belongs-to-many): properly pair association based on the through …
Mick Hansen committed -
Mick Hansen committed
-
update should pass options to set
Mick Hansen committed -
…ons.through, not a reference
Mick Hansen committed -
Currently the options are not passed along, which breaks ssaclAttributeRoles and might break other plugins. Generally all options should just be propagated (unless they need to removed cause they will break the method).
Mick Hansen committed -
The code would previously pair association based on the through.model argument of the original options. However options.through.model would generally be undefined since users usually just pass through: Model and the normalization to through.model actually happened on association.through rather than options.through. Normalization now happens on the options set before being assigned to association.through
Mick Hansen committed
-
- 19 Jul, 2015 4 commits
-
-
[ci skip] docs(transaction) Fix the bug in transactiona document.
Jan Aagaard Meier committed -
The previous example code is buggy because you need get specified isolation level from Sequelize.Transaction.ISOLATION_LEVELS instead of Sequelize.Transaction.
Ghost141 committed -
[ci skip] doc(querying) Add documentation for the $notIn query operator.
Jan Aagaard Meier committed -
oznu committed
-
- 18 Jul, 2015 2 commits
-
-
…porarily move mssql to allowed failures
Jan Aagaard Meier committed -
Jan Aagaard Meier committed
-
- 17 Jul, 2015 10 commits
-
-
Add default validation based on attribute type
Jan Aagaard Meier committed -
Jan Aagaard Meier committed
-
Do not add a transaction in findOrCreate if there is none. Fixes #4133
Jan Aagaard Meier committed -
Add testcase and fix the unit test
Ruben Bridgewater committed -
📝 Jan Aagaard Meier committed -
Sequelize doesn't compare dates correctly
Mick Hansen committed -
joao.bortolozzo committed
-
… it before commit / rollback
Jan Aagaard Meier committed -
…re prepended to attribute names to prevent ambiguity errors
Jim O'Brien committed
-
- 16 Jul, 2015 14 commits
-
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
feat(has-many): countAssociations
Mick Hansen committed -
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
feat(belongs-to-many): countAssociations
Mick Hansen committed -
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
- 15 Jul, 2015 2 commits
-
-
📝 Jan Aagaard Meier committed -
📝 Jan Aagaard Meier committed
-