- 21 Mar, 2016 1 commit
-
-
fix `addColumn` with reference not add reference in mysql
Jan Aagaard Meier committed
-
- 18 Mar, 2016 3 commits
-
-
ming.deng committed
-
Removed misleading comment
Mick Hansen 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 6 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 -
Sushant committed
-
- 02 Mar, 2016 4 commits
-
-
Sushant committed
-
Fix bug in SqlString.escape which caused the function to be recursive…
Mick Hansen committed -
Michael Buckley committed
-
…ith the wrong parameters when passed an array of strings. This would cause the incorrect escape algorithm to be used on the strings within the array when the dialect was set to postgres, sqlite, or mssql.
Michael Buckley committed
-
- 01 Mar, 2016 2 commits
- 29 Feb, 2016 1 commit
-
-
- 26 Feb, 2016 2 commits
-
-
bluebird@3.3.2
Jan Aagaard Meier committed -
http://greenkeeper.io/
greenkeeperio-bot committed
-
- 24 Feb, 2016 2 commits
-
-
Support querying the through model
Mick Hansen committed -
luin committed
-