- 23 Dec, 2014 23 commits
-
-
make UniqueConstraintError inherit ValidationError
Mick Hansen committed -
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mark Wainwright committed
-
Unique constraint errors are in fact a different type of validation error, run on the database level. While important to make a destinction internally when we have encountered a UniqueConstraintError vs a normal ValidationError, on the user side they should be represented the same. This patch allows these exceptions to provide data in the same fashion making it easier to uniformly process the errors
Matt Broadstone committed -
Mick Hansen committed
-
Mick Hansen committed
-
…changes attributes alone), closes #2341
Mick Hansen committed -
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
… options, closes #2012
Mick Hansen committed -
Mick Hansen committed
-
…by default since they are querying on primary key, closes #2698
Mick Hansen committed -
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
…ation.scope, closes #2740
Mick Hansen committed -
Mick Hansen committed
-
- 22 Dec, 2014 1 commit
-
-
clean and lint tests, enable jshint on tests
Mick Hansen committed
-
- 21 Dec, 2014 4 commits
-
-
Ran fixjsstlye on all the tests, fixed any outstanding errors, and enabled jshint for checking tests in continuous integration.
Matt Broadstone committed -
Mark migration logic as deprecated.
Mick Hansen committed -
add `.original` property to custom Error classes
Mick Hansen committed -
The current `.parent` property is a bit of a misnomer. `.original` better conveys the intent of the field and function of the class, which is to wrap the original database error. This commit does not remove the current `.parent` property for backwards compatibility.
Roman Shtylman committed
-
- 20 Dec, 2014 1 commit
-
-
This commit deprecates the migration logic from the sequelize core references the rewritten CLI and the new migration engine. Also this commit removes the respective migration tests.
Sascha Depold committed
-
- 17 Dec, 2014 6 commits
-
-
Resolving multiple hasMany cascades which weren't working in some cases
Jan Aagaard Meier committed -
… are not made for hooks:true #2746
Matheus Bratfisch committed -
…aints are not supported. #2736
Matheus Bratfisch committed -
Matheus Bratfisch committed
-
Matheus Bratfisch committed
-
Matheus Bratfisch committed
-
- 16 Dec, 2014 3 commits
-
-
Jan Aagaard Meier committed
-
Jan Aagaard Meier committed
-
linted and cleaned hooks.test.js
Jan Aagaard Meier committed
-
- 14 Dec, 2014 2 commits
-
-
Use ec2 instance in us-west-1
Mick Hansen committed -
Sequelize.close should close all connections once pool is being drained
Jan Aagaard Meier committed
-