- 20 Dec, 2016 2 commits
-
-
Jan Aagaard Meier committed
-
Jan Aagaard Meier committed
-
- 08 Dec, 2016 2 commits
- 01 Dec, 2016 1 commit
-
-
Because the query type was not properly set when doing a soft delete, Sequelize tried to format the result in the wrong format: https://github.com/sequelize/sequelize/blob/cf232e76b46b7cb2fc98c455cc2010d520ca592d/lib/dialects/mssql/query.js#L186
Lukas Spieß committed
-
- 24 Nov, 2016 1 commit
-
-
* Fixed range integer parsing * Added test for integer ranges * Removing console.log and add inclusion assertions
Kristijan Trajkovski committed
-
- 18 Nov, 2016 5 commits
-
-
Jan Aagaard Meier committed
-
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 1 commit
-
-
Jan Aagaard Meier committed
-