- 26 Jul, 2015 6 commits
-
-
Bug fix: #3266 - belongsToMany junction table timestamp Conflicts: lib/associations/mixin.js
Jan Aagaard Meier committed -
feat(version) Automatically determine the database version when creat…
Jan Aagaard Meier committed -
…st connection. Re-roll of #3842
Jan Aagaard Meier committed -
Jan Aagaard Meier committed
-
Jan Aagaard Meier committed
-
Jan Aagaard Meier committed
-
- 25 Jul, 2015 6 commits
-
-
…'s already there. Closes #4127
Jan Aagaard Meier committed -
Jan Aagaard Meier committed
-
Add test case for scope with includes
Jan Aagaard Meier committed -
Jan Aagaard Meier committed
-
adds support for for table triggers in mssql dialect for Model.update
Jan Aagaard Meier committed -
Jan Aagaard Meier committed
-
- 24 Jul, 2015 2 commits
-
-
Update sent to database when nothing changed in instance
Jan Aagaard Meier committed -
joao.bortolozzo committed
-
- 23 Jul, 2015 4 commits
-
-
Jan Aagaard Meier 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 3 commits
-
-
fix and reduce code
Mick Hansen committed -
Update mssql test credentials
Jan Aagaard Meier committed -
- 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 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 4 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
-