- 20 Jul, 2015 1 commit
-
-
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 3 commits
-
-
📝 Jan Aagaard Meier committed -
📝 Jan Aagaard Meier committed -
Tiago Ribeiro committed
-
- 14 Jul, 2015 2 commits
-
-
Check for `and` or `or`
Mick Hansen committed -
Sascha Depold committed
-
- 13 Jul, 2015 4 commits
-
-
Jan Aagaard Meier committed
-
📝 Jan Aagaard Meier committed -
Jan Aagaard Meier committed
-
Gustav Pursche committed
-