- 25 Aug, 2017 3 commits
-
-
Chad Huntley committed
-
Dan Rumney committed
-
Nick Slocum committed
-
- 24 Aug, 2017 4 commits
-
-
miclill committed
-
John Schulz committed
-
pola88 committed
-
Sushant committed
-
- 23 Aug, 2017 3 commits
-
-
Maks Nemisj committed
-
Jeremy Dagorn committed
-
* autoIncrementField => autoIncrementAttribute * fieldMap * this.hasPrimaryKey duplicate removed * use this.rawAttributes * remove unused model/attribute file * dynamically load errors * parse and properly throw UnknownConstraintError for postgres
Sushant committed
-
- 19 Aug, 2017 1 commit
-
-
debug@3.0.0 validator@8.0.0 inflection@1.12.0
Sushant committed
-
- 15 Aug, 2017 2 commits
- 14 Aug, 2017 9 commits
-
-
Eugene Shilin committed
-
William Cheung committed
-
Harish K committed
-
Fabio Espinosa committed
-
Anshul Mittal committed
-
Grigory committed
-
Paul Bienkowski committed
-
Michael Rosata committed
-
Jon Koon committed
-
- 13 Aug, 2017 9 commits
-
-
Garry Polley committed
-
previously it would also remove all unnamed hooks of the same type
Nate Silva committed -
Sushant committed
-
Sushant committed
-
Sushant committed
-
Sushant committed
-
Sushant committed
-
Sushant committed
-
Joshua Cullen committed
-
- 11 Aug, 2017 1 commit
-
-
Sushant committed
-
- 10 Aug, 2017 3 commits
-
-
* Eviction config in connection-manager.js Added configuration property `evictionRunIntervalMillis` to node-pool instantiation to allow evictions to run against stale connections in the pool. The default value is set to 0 which prevents evictions all together. The added configuration will cause evictions to run every 60 seconds. The setting has been exposed in the Sequelize configuration options. * Update default pool options in usage.md Corrected the existing default pooling options in `usage.md` and added new option for evict which controls the interval in which evictions run. * Added evictionTimeoutMillis to remaining areas Adding `evictionTimeoutMillis` to remaining configuration areas within `connection-manager.js` * Adding documentation for `options.pool.evict` Updating the comment which documents the configuration parameters available when constructing a new _Sequelize_ object. * Change "between" -> "for" Updating the grammar for simplify the understanding of this option.
Skylar Graika committed -
Locked tedious to 1.14.0, this is required as Query Queue tests are failing in 1.15.0 This indicate there is a breaking error message / type change between these two versions
Sushant committed -
Erik Seliger committed
-
- 28 Jul, 2017 1 commit
-
-
Oleg Ozimok committed
-
- 22 Jul, 2017 1 commit
-
-
In case the initial query contains multiple statements in the postgres connection manager, the result will be an array which is not being handled here. Since we are only interested in the rows from the very last statement, we can skip the rest. Closes #7985
clncln1 committed
-
- 21 Jul, 2017 2 commits
-
-
Chris Kalmar committed
-
Closes #7810
Even committed
-
- 20 Jul, 2017 1 commit
-
-
Wrong escaping of text in array (' should escape as '', not \'). Closes #7950
Keo Lin committed
-