- 29 Dec, 2015 1 commit
-
-
Fix #4856 : Attributes from multiple scopes doesn't merge
Mick Hansen committed
-
- 28 Dec, 2015 1 commit
-
-
Sushant committed
-
- 25 Dec, 2015 4 commits
-
-
Prefix string literals with N in mssql
Mick Hansen committed -
zapatek committed
-
zapatek committed
-
zapatek committed
-
- 24 Dec, 2015 4 commits
-
-
bluebird@3.1.0 breaks build
🚨 Mick Hansen committed -
fixes #5083 by passing full config options to replication
Mick Hansen committed -
Fix for #4904
Mick Hansen committed -
Cristian Lupu committed
-
- 23 Dec, 2015 4 commits
-
-
Mick Hansen committed
-
Mick Hansen committed
-
fix query which has nested include in a parent include with separate true and has-many association
Mick Hansen committed -
Jay Prakash committed
-
- 22 Dec, 2015 1 commit
-
-
Fix(#4702): instance returns this on all paths
Mick Hansen committed
-
- 21 Dec, 2015 3 commits
-
-
Sushant committed
-
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 5 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 -
http://greenkeeper.io/
greenkeeperio-bot committed -
Added Transaction Type
Mick Hansen committed -
Eric Thompson committed
-
- 16 Dec, 2015 5 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
-