- 24 Jul, 2015 1 commit
-
-
Mick Hansen committed
-
- 23 Jul, 2015 5 commits
-
-
Mick Hansen committed
-
To prepare for being able to run a association method on multiple source instances i've moved the association methods to the association prototype instead of having them on the instance prototype, the instance prototype now only has proxy methods to the methods on the association.
Mick Hansen committed -
Refactor join query generation
Jan Aagaard Meier committed -
[ci skip] Fix documentation of fields filter for create function
Jan Aagaard Meier committed -
The documentation for the .create() function was incorrect in how to specify a filter for fields being saved.
elvo86 committed
-
- 22 Jul, 2015 1 commit
-
-
Mick Hansen committed
-
- 21 Jul, 2015 2 commits
-
-
fix and reduce code
Mick Hansen committed -
Update mssql test credentials
Jan Aagaard Meier committed
-
- 20 Jul, 2015 8 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 -
Sascha Depold 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 7 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
-