Bug Fixes
- [sea-orm-cli] Set search path when initializing Postgres connection for CLI generate entity #1212
- [sea-orm-cli] Generate
_
prefix to enum variant starts with number #1211 - Fix composite key cursor pagination #1216
- The logic for single-column primary key was correct, but for composite keys the logic was incorrect
Enhancements
- Added
Insert::exec_without_returning
#1208
House Keeping
- Remove dependency when not needed #1207