Releases: SeaQL/sea-orm
Releases Β· SeaQL/sea-orm
1.0.0-rc.1
0.12.14
0.12.12
0.12.11
New Features
- Added
desctoCursorpaginator #2037
Enhancements
- Improve query performance of
Paginator'sCOUNTquery #2030 - Added SQLx slow statements logging to
ConnectOptions#2055 - Added
QuerySelect::lock_with_behavior#1867
Bug Fixes
- [sea-orm-macro] Qualify types in
DeriveValueTypemacro #2054
House keeping
- Fix clippy warnings on 1.75 #2057
0.12.10
New Features
- [sea-orm-macro] Comment attribute for Entity (
#[sea_orm(comment = "action")]);create_table_from_entitysupports comment #2009 - Added "proxy" (feature flag
proxy) to database backend #1881, #2000
Enhancements
- Cast enums in
is_inandis_not_in#2002
Upgrades
- Updated
sea-queryto0.30.5https://github.com/SeaQL/sea-query/releases/tag/0.30.5
0.12.9
0.12.8
0.12.7
Enhancements
- Added method
expr_as_that acceptsself
Upgrades
- Updated
sea-queryto0.30.3https://github.com/SeaQL/sea-query/releases/tag/0.30.3
0.12.6
0.12.5
Bug Fixes
- [sea-orm-cli] Fix duplicated active enum use statements on generated entities #1953
- [sea-orm-cli] Added
--enum-extra-derives#1934 - [sea-orm-cli] Added
--enum-extra-attributes#1952
Contributors
- @onefifth contributed #1952 #1953
- @clowzed made their first contribution in #1935
- @TmLev made their first contribution in #1934
Full Changelog: 0.12.4...0.12.5