- 22 Mar, 2016 2 commits
-
-
sqlite3@3.1.2
Jan Aagaard Meier committed -
http://greenkeeper.io/
greenkeeperio-bot committed
-
- 21 Mar, 2016 5 commits
-
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Fix findAndCountAll issues
Mick Hansen committed -
fix `addColumn` with reference not add reference in mysql
Jan Aagaard Meier committed
-
- 18 Mar, 2016 9 commits
-
-
Conflicts: changelog.md
Sushant committed -
Sushant committed
-
Sushant committed
-
Sushant committed
-
* Used correct ids generated by created records to prevent Fk-Pk issues
Sushant committed -
ming.deng committed
-
Removed misleading comment
Mick Hansen committed -
esteban.wagner committed
-
No method from the link is actually implemented here.
Juan Hoyos committed
-
- 17 Mar, 2016 9 commits
-
-
Cast value as string to pass new Validator.js string requirement
Jan Aagaard Meier committed -
rejectOnEmpty mode
Mick Hansen committed -
Sushant committed
-
Sushant committed
-
Sushant committed
-
* Added tests for findOne, findById and find methods
Sushant committed -
updated docs and tests for issues #5031 and #5489
Mick Hansen committed -
Kyle Hotchkiss committed
-
Kevin Mannix committed
-
- 16 Mar, 2016 2 commits
-
-
[ci skip] Fix typo in changelog
Jan Aagaard Meier committed -
Gustav Pursche committed
-
- 14 Mar, 2016 1 commit
-
-
Added Sequelize.DATE(6) (MySQL) to docs
Mick Hansen committed
-
- 13 Mar, 2016 1 commit
-
-
Lewis Sobotkiewicz committed
-
- 09 Mar, 2016 2 commits
-
-
Use model.primaryKeyField for HasMany.count column
Mick Hansen committed -
In HasMany.count(), replaces model.primaryKeyName with primaryKeyField as is used in Model.count(). This fixes an error when doing a count() on an association with "id" primary key attribute mapped to a field name other than "id"
Alexander Reiff committed
-
- 07 Mar, 2016 1 commit
-
-
removeColumn for column with foreign key constraint
Mick Hansen committed
-
- 04 Mar, 2016 3 commits
-
-
Hooks Tests and Refractor
Mick Hansen committed -
Trey Thomas committed
-
Trey Thomas committed
-
- 03 Mar, 2016 5 commits
-
-
Execute promises sequentially rather than parallel
Mick Hansen committed -
Fix DELETE WHERE 1=1 when complex objects passed in options.where to destroy or update
Mick Hansen committed -
Trey Thomas committed
-
Trey Thomas committed
-
Promise.map allows promises to execute in parallel, which can cause deadlocks when cascading truncates. Promise.each executes promises sequentially, which should ensure that we don't have two or more TRUNCATE operations getting in each others' way.
Mark Kornblum committed
-