- 12 May, 2016 2 commits
-
-
Mick Hansen committed
-
fix(belongs-to-many): constraint cascading are now properly preserved
Tom Jenkinson committed
-
- 10 May, 2016 1 commit
-
-
Angelo Paolo Obispo committed
-
- 09 May, 2016 1 commit
-
-
https://greenkeeper.io/
Greenkeeper committed
-
- 08 May, 2016 2 commits
-
-
Signed-off-by: J Huang <i@jhuang.me>
Junliang Huang committed -
* test for DECIMAL parser and string default * fixed test cases using Int value for decimal
Sushant committed
-
- 06 May, 2016 5 commits
-
-
https://greenkeeper.io/
Greenkeeper committed -
Jan Aagaard Meier committed
-
Jan Aagaard Meier committed
-
Jan Aagaard Meier committed
-
Closes #5387
Lewis Sobotkiewicz committed
-
- 05 May, 2016 2 commits
-
-
…e mssql dialect's describeTableQuery (#5852)
Michael Kelley committed -
* added failing test case for LIKE ANY parentheses issue * wrap ANY arguments with parentheses when using LIKE + ANY * changelog entry for #5736
Sushant committed
-
- 04 May, 2016 1 commit
-
-
📝 No instances in params for bulk commands; see https://github.com/sequelize/sequelize/blob/master/lib/hooks.js#L58
Cristi Scheye committed
-
- 03 May, 2016 5 commits
-
-
https://greenkeeper.io/
Greenkeeper committed -
Luc Verdier committed
-
https://greenkeeper.io/
Greenkeeper committed -
https://greenkeeper.io/
Greenkeeper committed -
* Fixing associations doc * Updating to nest where and attributes back under include
gtelljohann committed
-
- 02 May, 2016 1 commit
-
-
plus minor edit
Erich committed
-
- 29 Apr, 2016 1 commit
-
-
Angelo Paolo Obispo committed
-
- 27 Apr, 2016 4 commits
-
-
Jan Aagaard Meier committed
-
Ricardo Lopes committed
-
https://greenkeeper.io/
Greenkeeper committed -
* docs(datatype): add a note about BIGINT datatype conversion to string This helps users to understand the reason to this conversion and avoid more open issues to Sequelize like these: - https://github.com/sequelize/sequelize/issues/1774 - https://github.com/sequelize/sequelize/issues/4550 * docs(datatype): add documentation to source code
Denis C de Azevedo committed
-
- 26 Apr, 2016 3 commits
-
-
Jan Aagaard Meier committed
-
Mick Hansen committed
-
Giancarlo committed
-
- 23 Apr, 2016 1 commit
-
-
As described in https://github.com/sequelize/sequelize/issues/3302#issuecomment-199238449
Yoyo Zhou committed
-
- 20 Apr, 2016 2 commits
-
-
* Refactor type validation on value escape * Fix type validation for a list of values * Fix type validation for incomplete UUIDs Useful for instance for fuzzy searching (e.g. the LIKE comparator), where anything that isn't the complete UUID would otherwise fail. Accept strings as incomplete UUIDs for those scenarios. * Enable type validation for all queries
Ricardo Lopes committed -
https://greenkeeper.io/
Greenkeeper committed
-
- 18 Apr, 2016 1 commit
-
-
http://greenkeeper.io/
Greenkeeper committed
-
- 17 Apr, 2016 2 commits
-
-
* fix example * use get method
Bertola Lucas committed -
🚀 * chore(package): update lodash to version 4.11.1 http://greenkeeper.io/ * chore(package): Work around issues with lodash.merge cloning
Greenkeeper committed
-
- 16 Apr, 2016 2 commits
-
-
K.J. Valencik committed
-
Will Anderson committed
-
- 15 Apr, 2016 4 commits
-
-
* Try to clarify adding and setting associations
Christoph Werner committed -
Update associations.md
Mick Hansen committed -
To support an alias for HasMany, the alias name must be specified in include, otherwise it will throw error like `unhandled rejection Error: Categories is not associated to Product!`
loulin committed -
* 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
-