- 15 Apr, 2016 2 commits
-
-
* Ignore model-level validation when creating join table for n:m associations. When declaring a join table with the through option declared as a string, Sequelize creates the through model at runtime, and copies the model validation rules from the source table into the through model. More often than not, the model validation rules from the source table would be inappropriate/undesirable for the join table (since their data fields are different anyway). It's also worth noting that if a through model is given, this behavior is not exhibited. * Added unit test for issue #5556.
Wong Yong Jie committed -
Alex Ahn committed
-
- 13 Apr, 2016 1 commit
-
-
http://greenkeeper.io/
Greenkeeper committed
-
- 07 Apr, 2016 1 commit
-
-
http://greenkeeper.io/
Greenkeeper committed
-
- 05 Apr, 2016 1 commit
-
-
Ricardo Lopes committed
-
- 04 Apr, 2016 3 commits
-
-
Mick Hansen committed
-
Mick Hansen committed
-
Add custom validation function testcases
Mick Hansen committed
-
- 03 Apr, 2016 7 commits
-
-
Jan Aagaard Meier committed
-
Jan Aagaard Meier committed
-
Fix changelog Refactoring and more tests Tests fix Refactoring once more and tests fix Unnecessary check removed Tests fix once more
tornillo committed -
* change validate to return null on success as per the docs * update integration tests to use null for validation success
Vadim Kazakov committed -
Add example about foreign key
Jan Aagaard Meier committed -
remove dependency on wellknown in favor of terraformer-wkt-parser
Jan Aagaard Meier committed -
Tests for #3534, values modified in validate hooks are saved
Jan Aagaard Meier committed
-
- 02 Apr, 2016 2 commits
-
-
This adds tests for the following custom validation functions: - attribute validation functions - simple model validation functions - model validation functions which return a promise
Martin Blumenstingl committed -
Sushant committed
-
- 01 Apr, 2016 6 commits
-
-
fix limit=0 issue
Mick Hansen committed -
format replace double quotes to pass jshint fix copy past mistake adjust postgres tests for limit 0 and offset 0 use != null to check if limit and offset option exist get rid of limitExist and offsetExist var remove string test for limit and offset option fix style
Philip Patzer committed -
Before connection hook
Mick Hansen committed -
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
- 31 Mar, 2016 10 commits
-
-
Daniel Pedersen committed
-
Michael Haselton committed
-
Marcel Pursche committed
-
bluebird@3.3.4
Jan Aagaard Meier committed -
babel-core@6.6.5
Jan Aagaard Meier committed -
moment-timezone@0.5.3
Jan Aagaard Meier committed -
Update generic-pool to version 2.4.2
🚀 Jan Aagaard Meier committed -
Add issue and PR templates
Jan Aagaard Meier committed -
Jan Aagaard Meier committed
-
- 30 Mar, 2016 5 commits
-
-
[ci skip] Minor Docs fix
Jan Aagaard Meier committed -
Kevin Mannix committed
-
Use transaction when creating index
Mick Hansen committed -
Model.destroy: add model to options
Mick Hansen committed -
daniel sim committed
-
- 29 Mar, 2016 2 commits
-
-
Performance improvement for #3414
Mick Hansen committed -
Sushant committed
-