- 05 Dec, 2014 2 commits
-
-
David Pate committed
-
…and also checking the actual type of error thrown.
David Pate committed
-
- 15 Nov, 2014 1 commit
-
-
…ted from the connection failure. As pointed out in the [PR](https://github.com/sequelize/sequelize/pull/2576#issuecomment-63018736) for this functionality we would ideally not be checking error messages and instead be checking the constructors of the objects to make sure that they are an instance of the correct error type. There's some issues right now with two different constructors being used and not being able to use `instanceof`. We could fall back to the constructor name or some other check, but at the end of the day that isn't really any better than just checking the message.
David Pate committed
-
- 14 Nov, 2014 10 commits
-
-
🤦 David Pate committed -
David Pate committed
-
…aren't breaking up the grouping.
David Pate committed -
David Pate committed
-
…o use the new errors.
David Pate committed -
David Pate committed
-
…MySQL to utilize these errors.
David Pate committed -
Prefer index name when mapping unique constraint errors
Jan Aagaard Meier committed -
unique constraint error
Jarkko Mönkkönen committed -
Jarkko Mönkkönen committed
-
- 13 Nov, 2014 7 commits
-
-
Jan Aagaard Meier committed
-
Jan Aagaard Meier committed
-
Undestroy method for paranoid models
Jan Aagaard Meier committed -
update/clean readme
Mick Hansen committed -
- update some of the links - change h3 to h2 for sections - add disclaimer about runnable not being up-to-date - change twitter link to @SequelizeJS instead of @sdepold
Victor Pontis committed -
Jarkko Mönkkönen committed
-
When using migrations to create indexes instead of sync or when unique index name has fields with underscores (was problem at least with postgres implementation) then it was not possible to set custom error message, because mapping the error thrown from database always failed. Fixed by using indexName always for mapping the error if possible.
Jarkko Mönkkönen committed
-
- 12 Nov, 2014 3 commits
-
-
keep original error message when wrapping in DatabaseError
Mick Hansen committed -
Add support for 'IS NULL' comparison
Mick Hansen committed -
Kyle committed
-
- 11 Nov, 2014 5 commits
-
-
Allow removing has-many associations by id
Mick Hansen committed -
Simon Gaeremynck committed
-
Mick Hansen committed
-
#2338 - Associations remove[AS][plural]
Mick Hansen committed -
Simon Gaeremynck committed
-
- 10 Nov, 2014 5 commits
-
-
Seth Samuel committed
-
Use pg-hstore for improved hstore handling
Jan Aagaard Meier committed -
Use the new beta build env on Travis
Jan Aagaard Meier committed -
caching is enabled faster vms faster boot times (docs coming soon)
Josh Kalderimis committed -
fixes #2521
Roman Shtylman committed
-
- 07 Nov, 2014 7 commits
-
-
Seth Samuel committed
-
Seth Samuel committed
-
Seth Samuel committed
-
Seth Samuel committed
-
Seth Samuel committed
-
Seth Samuel committed
-
Seth Samuel committed
-