You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace serial with GENERATED BY DEFAULT AS IDENTITY (#918)
## PR Info
<!-- mention the related issue -->
- Closes#688
## Breaking Changes
- [x] The query builder generates auto increment columns as GENERATED BY
DEFAULT AS IDENTITY instead of SERIAL in PostgreSQL
* Replace `serial` with `GENERATED BY DEFAULT AS IDENTITY`
63
+
62
64
* Removed inherent `SimpleExpr` methods that duplicate `ExprTrait`. If you encounter the following error, please add `use sea_query::ExprTrait` in scope https://github.com/SeaQL/sea-query/pull/890
0 commit comments