- 18 Nov, 2016 4 commits
-
-
Jan Aagaard Meier committed
-
https://github.com/sequelize/sequelize/issues/6666 Makes it possible to pass condition objects (e.g. {foo: 'bar'}) to Sequelize.fn(), Sequelize.cast(). This makes it easy to use conditional counts in Sequelize queries, e.g. Sequelize.fn('sum', {name: 'Fred'}) which results in SUM(`name` = 'Fred') which can be used in attribute definition to count entities for which the condition matches.
Jozef Hartinger committed -
Fixed the bug described in this issue: https://github.com/sequelize/sequelize/issues/6882
Timothy Wayne committed -
Harshith Kashyap committed
-
- 17 Nov, 2016 2 commits
-
-
Jan Aagaard Meier committed
-
Harshith Kashyap committed
-
- 16 Nov, 2016 2 commits
-
-
Jan Aagaard Meier committed
-
Artem committed
-
- 14 Nov, 2016 1 commit
-
-
Robert Scheinpflug committed
-
- 10 Nov, 2016 2 commits
-
-
Jan Aagaard Meier committed
-
* fix: groupedLimit on paranoid junction table * change log and esproject file
Sushant committed
-
- 07 Nov, 2016 2 commits
-
-
Jan Aagaard Meier committed
-
Yu Qi committed
-
- 04 Nov, 2016 1 commit
-
-
* (fix) restore ignore field from deletedAt attr * [ci skip] change log changes
Sushant committed
-
- 03 Nov, 2016 2 commits
-
-
Jan Aagaard Meier committed
-
* V3 backport of MSSQL BulkInsertQuery - #6782 * Update changelog.md
Harshith Kashyap committed
-
- 25 Oct, 2016 3 commits
-
-
Jan Aagaard Meier committed
-
Jan Aagaard Meier committed
-
Jan Aagaard Meier committed
-
- 21 Oct, 2016 2 commits
-
-
Jan Aagaard Meier committed
-
Jan Aagaard Meier committed
-
- 18 Oct, 2016 3 commits
-
-
Jan Aagaard Meier committed
-
Jan Aagaard Meier committed
-
* Check that parent exists before appending attributes. * Add changelog line
Will Dawson committed
-
- 10 Oct, 2016 1 commit
-
-
* Mix in default options for insert queries. This is already done for update queries but was missing for inserts. * Added Sublime Text project files to .gitignore. * Removed user specific line from project .gitignore.
Jonathon Munsell committed
-
- 30 Sep, 2016 1 commit
-
-
Erik Seliger committed
-
- 23 Sep, 2016 1 commit
-
-
* fixbug/ORDER clause was not included in subquery if `order` option value was provided as plain string (not as an array value) * fixbug/select query unit test - use dialect specific sql column signs * fix test case bug for mssql dialect * indentation
fogine committed
-
- 13 Sep, 2016 5 commits
-
-
Appveyor & Codecov setup for v3
Jan Aagaard Meier committed -
Jan Aagaard Meier committed
-
Felix Becker committed
-
Sushant committed
-
Felix Becker committed
-
- 12 Sep, 2016 8 commits
-
-
Jan Aagaard Meier committed
-
Jan Aagaard Meier committed
-
Jan Aagaard Meier committed
-
Jan Aagaard Meier committed
-
Jan Aagaard Meier committed
-
Jan Aagaard Meier committed
-
* Backport of #6560 * Test for multiple orders * Fix test * Use the correct alias
Jan Aagaard Meier committed -
Backport data types under DataTypes namespace to v3.
Jan Aagaard Meier committed
-