- 24 Jan, 2017 1 commit
-
-
* Fixes hasMany issue in #4258 added a source key field to allow the source table to have a custom foreign key that is not primary, defaults to the primary if not given * fix mistake on belongs to * More support for sourceKey in hasMnay * Add docs for sourceKey in hasMnay * Fix jslint error in has-many.test.js * Fix failing tests * Add unique index for sourceKey tests
Pavel Evstigneev committed
-
- 12 Jan, 2017 1 commit
-
-
* Fixes removeColumn method when primarykey column is specified * Review fixes * Fixes failing test
Harshith Kashyap committed
-
- 06 Jan, 2017 1 commit
-
-
Jan Aagaard Meier committed
-
- 30 Dec, 2016 1 commit
-
-
* Support ES6 imports * Remove semicolon
Felix Becker committed
-
- 27 Dec, 2016 1 commit
-
-
Robert Kieffer committed
-
- 21 Dec, 2016 1 commit
-
-
* Enabled transaction tests for mssql dialect, fixed transaction name too long bug * Removed passing of isolationLevel to begintransaction method * Replaced mssql query lodash includes with startsWith, added a test to allow transaction keywords as values
Harshith Kashyap committed
-
- 20 Dec, 2016 3 commits
-
-
Jan Aagaard Meier committed
-
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
-