不要怂,就是干,撸起袖子干!

Commit f81e1385 by Sushant

docs(v5-migration): state requirement of mysql2@1.5.2 or above

1 parent 94730618
Showing with 6 additions and 8 deletions
......@@ -61,17 +61,15 @@ Added support for `CIDR`, `INET` and `MACADDR` for Postgres
### Others
Sequelize now use parameterized queries for all INSERT / UPDATE operations (except UPSERT). They provide better protection against SQL Injection attack.
- Sequelize now use parameterized queries for all INSERT / UPDATE operations (except UPSERT). They provide better protection against SQL Injection attack.
- `ValidationErrorItem` now holds reference to original error in the `original` property, rather than the `__raw` property.
- [retry-as-promised](https://github.com/mickhansen/retry-as-promised) has been updated to `3.0.0`, which use [any-promise](https://github.com/kevinbeaty/any-promise). This module repeat all `sequelize.query` operations. You can configure `any-promise` to use `bluebird` for better performance on Node 4 or 6
`ValidationErrorItem` now holds reference to original error in the `original` property, rather than the `__raw` property.
[retry-as-promised](https://github.com/mickhansen/retry-as-promised) has been updated to `3.0.0`, which use [any-promise](https://github.com/kevinbeaty/any-promise). This module repeat all `sequelize.query` operations. You can configure `any-promise` to use `bluebird` for better performance on Node 4 or 6
### Removed
- package: terraformer-wkt-parser [#9545](https://github.com/sequelize/sequelize/pull/9545)
### Packages
- removed: terraformer-wkt-parser [#9545](https://github.com/sequelize/sequelize/pull/9545)
- mysql2: use `1.5.2` or above to support prepared statements
## Changelog
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!