- 17 Mar, 2016 1 commit
-
-
Kyle Hotchkiss 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 5 commits
-
-
Support querying the through model
Mick Hansen committed -
luin committed
-
mcarboni-redant committed
-
mcarboni-redant committed
-
Jan Aagaard Meier committed
-
- 23 Feb, 2016 1 commit
-
-
[ci skip] Added Sequelize.DATEONLY to docs
Jan Aagaard Meier committed
-
- 22 Feb, 2016 5 commits
-
-
Jonatan Lundqvist committed
-
Fix issue with undefined column having defaultvalue
Mick Hansen committed -
Clement Teule committed
-
Clement Teule committed
-
…Inf) in pg and sqlite. Closes #5194
Jan Aagaard Meier committed
-
- 21 Feb, 2016 3 commits
-
-
Jan Aagaard Meier committed
-
Jan Aagaard Meier committed
-
Added validationFailed hook
Jan Aagaard Meier committed
-