Back to Sea Orm

2.0.0 Rc.26

changelog/2.0.0-rc.26.md

2.0.0422 B
Original Source

Release Notes: SeaORM 2.0.0-rc.26

(since 2.0.0-rc.25)

New Features

PostgreSQL legacy serial primary key option

Added the postgres-use-serial-pk feature flag to use legacy serial / bigserial types for auto-increment primary keys instead of GENERATED BY DEFAULT AS IDENTITY. Enable with postgres-use-serial-pk in your Cargo.toml if you need compatibility with older PostgreSQL setups or tooling.