0.10.5
New Features
- Add
QuerySelect::columns
method - select multiple columns #1264 - Transactions Isolation level and Access mode #1230
Bug Fixes
DeriveEntityModel
derive macro: when parsing field type, always treat field withOption<T>
as nullable column #1257
Enhancements
- [sea-orm-cli] Generate
Related
implementation for many-to-many relation with extra columns #1260 - Optimize the default implementation of
TryGetableFromJson::try_get_from_json()
- deserializing intoSelf
directly without the need of a intermediateserde_json::Value
#1249
Full Changelog: 0.10.4...0.10.5