CHANGELOG
This commit is contained in:
parent
f646aa7a70
commit
162303cd0d
@ -53,6 +53,13 @@ assert_eq!(migration.status(), MigrationStatus::Pending);
|
|||||||
|
|
||||||
* Supports for partial select of `Option<T>` model field. A `None` value will be filled when the select result does not contain the `Option<T>` field without throwing an error. https://github.com/SeaQL/sea-orm/pull/1513
|
* Supports for partial select of `Option<T>` model field. A `None` value will be filled when the select result does not contain the `Option<T>` field without throwing an error. https://github.com/SeaQL/sea-orm/pull/1513
|
||||||
|
|
||||||
|
## 0.11.2 - Pending
|
||||||
|
|
||||||
|
### Enhancements
|
||||||
|
|
||||||
|
* Enable required `syn` features https://github.com/SeaQL/sea-orm/pull/1556
|
||||||
|
* Re-export `sea_query::BlobSize` in `sea_orm::entity::prelude` https://github.com/SeaQL/sea-orm/pull/1548
|
||||||
|
|
||||||
## 0.11.1 - 2023-03-10
|
## 0.11.1 - 2023-03-10
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user