SeaORM v0.10.3 Release Notes
Release Date: 2022-11-14 // almost 2 years ago-
๐ Bug Fixes
- [sea-orm-cli] Set search path when initializing Postgres connection for CLI generate entity https://github.com/SeaQL/sea-orm/pull/1212
- [sea-orm-cli] Generate
_
prefix to enum variant starts with number https://github.com/SeaQL/sea-orm/pull/1211 - ๐ Fix composite key cursor pagination https://github.com/SeaQL/sea-orm/pull/1216
- The logic for single-column primary key was correct, but for composite keys the logic was incorrect
โจ Enhancements
- Added
Insert::exec_without_returning
https://github.com/SeaQL/sea-orm/pull/1208
House Keeping
- โ Remove dependency when not needed https://github.com/SeaQL/sea-orm/pull/1207