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

Commit 804d90f3 by Sushant

changelog for v5.0.0-beta.7

1 parent 3ad0131d
Showing with 13 additions and 0 deletions
...@@ -60,8 +60,21 @@ Main outline ...@@ -60,8 +60,21 @@ Main outline
Now supports only one standard format `[{ value: 1, inclusive: true }, { value: 20, inclusive: false }]` [#9364](https://github.com/sequelize/sequelize/pull/9364) Now supports only one standard format `[{ value: 1, inclusive: true }, { value: 20, inclusive: false }]` [#9364](https://github.com/sequelize/sequelize/pull/9364)
### Others
`ValidationErrorItem` now holds reference to original error in the `original` property, rather than the `__raw` property.
## Changelog ## Changelog
### 5.0.0-beta.7
- fix(data-types/blob): only return null for mysql binary null [#9441](https://github.com/sequelize/sequelize/pull/9441)
- fix(errors): use standard .original rather than .__raw for actual error
- fix(connection-manager): mssql datatype parsing [#9470](https://github.com/sequelize/sequelize/pull/9470)
- fix(query/removeConstraint): support schemas
- fix: use Buffer.from
- fix(transactions): return patched promise from sequelize.query [#9473](https://github.com/sequelize/sequelize/pull/9473)
### 5.0.0-beta.6 ### 5.0.0-beta.6
- fix(postgres/query-generator): syntax error with auto-increment SMALLINT [#9406](https://github.com/sequelize/sequelize/pull/9406) - fix(postgres/query-generator): syntax error with auto-increment SMALLINT [#9406](https://github.com/sequelize/sequelize/pull/9406)
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!