- 04 Aug, 2016 1 commit
-
-
Reverted removeColumn value changes (docs) #4768 Add schema examples for migrations (docs) #4768 Add schema examples for migrations
John committed
-
- 02 Aug, 2016 1 commit
-
-
Emmet McPoland committed
-
- 01 Aug, 2016 2 commits
-
-
https://greenkeeper.io/
Greenkeeper committed -
Simeon Theobald committed
-
- 29 Jul, 2016 2 commits
-
-
The origin test rely on the record insert order which makes the result randomly Fix the test
GongYi committed -
this change makes it possible to initialize Sequelize with a DSN that contains a password which contains one or more ":" characters, e.q. ```js const Sequelize = require('sequelize') const instance = Sequelize('mysql://root:234*%25%26%23%24%5E%40%23%7B%7D::\'.%26%40%40@localhost:3600', {}); ``` in this example the MySQL password would be: `234*%&#$^@#{}::'.&@@` without this change Sequelize attempts to connect to MySQL with a password of `234*%&#$^@#{}` ... this is a truncated password that results in a failed connection.
Jochem Maas committed
-
- 25 Jul, 2016 1 commit
-
-
Ryan Lewis committed
-
- 22 Jul, 2016 3 commits
-
-
Mick Hansen committed
-
* Added ids to * Removed extra added newline.
cbauerme committed -
hendrul committed
-
- 21 Jul, 2016 1 commit
-
-
Also correct the section about promises to sound more nice. Also `fieldName` and `freezeTableName` is nice features, but not something you need in a getting started guide. It just makes it look more complicated. I even think that the `pool:` option in "Setting up a connection" should be removed, because who needs that anyways when they are first getting started? I could make new people think that they need it.
Kevin Simper committed
-
- 20 Jul, 2016 5 commits
-
-
* added unsigned zerofilled decimal support for MySQL * changelog for missing decimal unsigned support * simplify code and statements
Sushant committed -
Sushant committed
-
Mick Hansen committed
-
Sushant committed
-
Sushant committed
-
- 19 Jul, 2016 1 commit
-
-
Sushant committed
-
- 18 Jul, 2016 7 commits
-
-
Sushant committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
New integration test for grouped limit with schemas.
Eric Koslow committed -
let, const, arrow functions, method shorthands, exports
Felix Becker committed -
instead of _.extend and _.clone
Felix Becker committed
-
- 17 Jul, 2016 1 commit
-
-
Felix Becker committed
-
- 16 Jul, 2016 1 commit
-
-
Connor Hindley committed
-
- 11 Jul, 2016 3 commits
-
-
* Primary key should be same as unique key If not, a primary key for taggable_id is created, so no more than one tag per taggable could be created. * Define id If not, a primary key for taggable_id is created, so no more than one tag per taggable could be created.
ivesdebruycker committed -
ivesdebruycker committed
-
* fixes msssql only error when no order by but has offset or limit present * added a test for my fix * removed unneeded if & used proper quoteTable method for mssql only fix
Acker Dawn Apple committed
-
- 07 Jul, 2016 2 commits
- 06 Jul, 2016 1 commit
-
-
Brody Chen committed
-
- 05 Jul, 2016 4 commits
-
-
Ruben Bridgewater committed
-
Add unit test Don't set distinct to true as a default
Ruben Bridgewater committed -
Ruben Bridgewater committed
-
Conflicts: changelog.md
Sushant committed
-
- 04 Jul, 2016 3 commits
-
-
* properly quote index when removing * quote index name for MSSQL
Sushant committed -
* Update CONTRIBUTING.md * Update CONTRIBUTING.md
Sushant committed -
Ruben Bridgewater committed
-
- 03 Jul, 2016 1 commit
-
-
Jozef Hartinger committed
-