- 29 Aug, 2016 1 commit
-
-
Felix Becker committed
-
- 25 Aug, 2016 3 commits
-
-
https://greenkeeper.io/
Greenkeeper committed -
https://greenkeeper.io/
Greenkeeper committed -
Sascha Depold committed
-
- 19 Aug, 2016 2 commits
-
-
* Fix type validations being to strict for dates * Add changelog entry
Ruben Bridgewater committed -
https://greenkeeper.io/
Greenkeeper committed
-
- 18 Aug, 2016 5 commits
-
-
Jan Aagaard Meier committed
-
…other DB errors (#6463)
Jan Aagaard Meier committed -
Michał Wadas committed
-
https://greenkeeper.io/
Greenkeeper committed -
* Remove Model.prototype.modelManager * Move documentation from Sequelize.define to Model.init * Move logic from Sequelize.define to Model.init * Add changelog entry
Felix Becker committed
-
- 15 Aug, 2016 4 commits
-
-
Felix Becker committed
-
Felix Becker committed
-
https://greenkeeper.io/
Greenkeeper committed -
https://greenkeeper.io/
Greenkeeper committed
-
- 12 Aug, 2016 1 commit
-
-
Josh Rickert committed
-
- 11 Aug, 2016 7 commits
-
-
* update query interface with option restartIdentity * add test for option restartIdentity * update documentation for option restartIdentity with truncate * add restartIdentity entry in changelog
Jonathan committed -
Enables support of sql-template-strings
Felix Becker committed -
* Correct Slack URL * Added License Field * Change to downloads per month view * Point to stable docs
Sushant committed -
* chore(hooks): remove callback support, closes #5228 * fix rejections
Mick Hansen committed -
https://greenkeeper.io/
Greenkeeper committed -
* Keep the key sequence when translate the lower case key name to camelcase name of each row * Use arrow functions to minimize or eliminate self * Use arrow functions to minimize or eliminate self in test * Refine the format of 'else'
GongYi committed -
* add uppercase name JSON field test * Solve the quote problem of JSON field * fix typo * fix test quotation issue * fix test quotation issue * fix test quotation issue again * using template quote * modify test for find attributes * add change log for JSON attributes quote issue
Cao Jiannan committed
-
- 10 Aug, 2016 3 commits
-
-
https://greenkeeper.io/
Greenkeeper committed -
https://greenkeeper.io/
Greenkeeper committed -
* node-mysql2 install * fixed geom, buffer and connection error handling * disconnect connections gracefully * switch work * typeCast is global now, removed comment * use mysql promise wrapper * use sequelize's Promise instance * used domains to catch errors properly * parse named timezones for mysql * return null when BLOB is empty * use connection event emitter errors, why I didnt think about it earlier :( * using connect fix introduced in mysql2@rc9 * handshake phase event cleanup * need refer defined before using them * use latedef flag with const * [ci skip] Changelog entry
Sushant committed
-
- 08 Aug, 2016 3 commits
-
-
https://greenkeeper.io/
Greenkeeper committed -
Felix Becker committed
-
Ali Taheri Moghaddar committed
-
- 05 Aug, 2016 1 commit
-
-
Also, fixed mssql tests
Juan Hoyos committed
-
- 04 Aug, 2016 2 commits
- 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 2 commits
-
-
Mick Hansen committed
-
* Added ids to * Removed extra added newline.
cbauerme committed
-