- 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
-
- 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 13 commits
-
-
Jan Aagaard Meier committed
-
Jan Aagaard Meier committed
-
Added validationFailed hook
Jan Aagaard Meier committed -
Jan Aagaard Meier committed
-
add a beforeCount hook
Jan Aagaard Meier committed -
Jan Aagaard Meier committed
-
Added locales support for localized validations
Jan Aagaard Meier committed -
Jan Aagaard Meier committed
-
djstroky committed
-
Log which query tried to run on a finished transaction
Mick Hansen committed -
empty array in where should return no data
Mick Hansen committed -
Update generic-pool to version 2.4.1
🚀 Jan Aagaard Meier committed -
http://greenkeeper.io/
greenkeeperio-bot committed
-
- 20 Feb, 2016 3 commits
-
-
The "commit has been called on this transaction" error message usually indicates a problem with chaining of query promises within a transaction block. In more complex transaction blocks it may not be immediately clear which query is improperly chained and the current error message does not help much. This change attaches the rejected query (SQL) as the 'sql' property of the error. This makes it easier to identify a problem in an application.
Jozef Hartinger committed -
Brendon Boshell committed
-
Brendon Boshell committed
-
- 19 Feb, 2016 3 commits
-
-
Mick Hansen committed
-
Clarify that transaction.commit() and rollback() returns a promise
Mick Hansen committed -
Markus Hedlund committed
-
- 18 Feb, 2016 3 commits
-
-
oss92 committed
-
Mick Hansen committed
-
Mick Hansen committed
-