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

Commit 4bbd64af by Sushant

changelog for beta.6

1 parent 64e9b7ac
Showing with 14 additions and 0 deletions
...@@ -54,9 +54,23 @@ Main outline ...@@ -54,9 +54,23 @@ Main outline
[#9304](https://github.com/sequelize/sequelize/pull/9304) [#9304](https://github.com/sequelize/sequelize/pull/9304)
### Datatypes
**Postgres Range**
Now supports only one standard format `[{ value: 1, inclusive: true }, { value: 20, inclusive: false }]` [#9364](https://github.com/sequelize/sequelize/pull/9364)
## Changelog ## Changelog
### 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/range): inclusive property lost in JSON format [#8471](https://github.com/sequelize/sequelize/issues/8471)
- fix(postgres/range): range bound not applied [#8176](https://github.com/sequelize/sequelize/issues/8176)
- fix(mssql): no unique constraint error thrown for PRIMARY case [#9415](https://github.com/sequelize/sequelize/pull/9415)
- fix(query-generator): regexp operator escaping
- docs: various improvements and hinting update
### 5.0.0-beta.5 ### 5.0.0-beta.5
- fix: inject foreignKey when using separate:true [#9396](https://github.com/sequelize/sequelize/pull/9396) - fix: inject foreignKey when using separate:true [#9396](https://github.com/sequelize/sequelize/pull/9396)
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!