- 21 Dec, 2015 2 commits
-
-
Update() modifies the supplied values
Mick Hansen committed -
Sushant committed
-
- 19 Dec, 2015 3 commits
-
-
Excluding attributes with scope.
Mick Hansen committed -
Return null to tell Bluebird non-return is intentional
Mick Hansen committed -
Osagie committed
-
- 18 Dec, 2015 9 commits
-
-
Mick Hansen committed
-
Disables setting AUTOCOMMIT for Postgres >= 9.4.0
Mick Hansen committed -
Fixes issue https://github.com/sequelize/sequelize/issues/4631 User needs to supply "databaseVersion" key in options object when instantiating the Sequelize class. Value should be semver compliant e.g. "9.5.0" but not "9.5.0beta2"
Thalis Kalfigkopoulos committed -
Add transaction support to all migration queries
Mick Hansen committed -
The key 'titleAttributes' on line 2590 seems to be incorrect. Should be 'attributes', causes a crash when excluding attributes with a scope. /Users/username/Documents/project_name/node_modules/sequelize/lib/model.js:2590 var attributes = Object.keys(this.tableAttributes); ^ TypeError: Cannot convert undefined or null to object at Function.keys (native) at Model.$expandAttributes (/Users/username/Documents/project_name/node_modules/sequelize/lib/model.js:2590:29) at conformOptions (/Users/username/Documents/project_name/node_modules/sequelize/lib/model.js:236:10) at Model.init (/Users/username/Documents/project_name/node_modules/sequelize/lib/model.js:693:5) at Sequelize.define (/Users/username/Documents/project_name/node_modules/sequelize/lib/sequelize.js:586:17) at Object.<anonymous> (/Users/username/Documents/project_name/models/account.js:9:25) at Module._compile (module.js:425:26) at Object.Module._extensions..js (module.js:432:10) at Module.load (module.js:356:32) at Function.Module._load (module.js:311:12) at Module.require (module.js:366:17) at require (module.js:385:17) at /Users/username/Documents/project_name/models/index.js:9:61 at Array.forEach (native) at Object.<anonymous> (/Users/username/Documents/project_name/models/index.js:6:28) at Module._compile (module.js:425:26) at Object.Module._extensions..js (module.js:432:10) at Module.load (module.js:356:32) at Function.Module._load (module.js:311:12) at Module.require (module.js:366:17) at require (module.js:385:17) at Object.<anonymous> (/Users/username/Documents/project_name/routes/public/business.js:4:14) at Module._compile (module.js:425:26) at Object.Module._extensions..js (module.js:432:10) at Module.load (module.js:356:32) at Function.Module._load (module.js:311:12) at Module.require (module.js:366:17) at require (module.js:385:17) Process finished with exit code 0
Osagie committed -
Matthew Scragg committed
-
Fix options being written to instead of cloning on instance.update
Mick Hansen committed -
Conner McNamara committed
-
5051 fix sqlite default value
Mick Hansen committed
-
- 17 Dec, 2015 4 commits
-
-
* When getting schema for table column that omits any kind of 'DEFAULT ...', return populate the returned object with undefined instead of null so that a 'DEFAULT NULL' is not appended to subsequent CREATE queries. * Fixes #5051
Jason Ku committed -
* When getting schema for table column with DEFAULT NULL, populate returned object with null rather than string literal 'NULL'. * Fixes #5051
Jason Ku committed -
Added Transaction Type
Mick Hansen committed -
Eric Thompson committed
-
- 16 Dec, 2015 10 commits
-
-
Mick Hansen committed
-
Mick Hansen committed
-
Postgres named timezone issue
Mick Hansen committed -
Changed assertion for silent=true test in instance integration
Mick Hansen committed -
Sushant committed
-
Nathan Marks committed
-
[ci skip] Doc change - custom auto-generated values
Jan Aagaard Meier committed -
Update mysql to version 2.10.0
🚀 Jan Aagaard Meier committed -
http://greenkeeper.io/
greenkeeperio-bot committed -
Don't rollback twice on connection error. Fixes issue #4850.
Mick Hansen committed
-
- 15 Dec, 2015 11 commits
-
-
Aaron Nielsen committed
-
convert original time to Date object
Mick Hansen committed -
bug(5015) pg doesn't support create table if not exists for 9.0 and below
Mick Hansen committed -
Sushant committed
-
Sushant committed
-
Sushant committed
-
Sushant committed
-
Aaron Nielsen committed
-
conformInclude/conformOptions exposed by Model
Mick Hansen committed -
[ci skip] Docs : Spelling mistakes fixed
Jan Aagaard Meier committed -
Aleksander Barszczewski committed
-
- 14 Dec, 2015 1 commit
-
-
Sushant committed
-