0.12.0
Features and upgrades
- Skip parsing partitioned Postgres tables #105
- Upgrade
heckdependency insea-schema-deriveto 0.4 #103 - Upgrade
sea-queryto0.29#104 - Upgrade
sea-query-binderto0.4#104 - Replace the use of
SeaRc<T>whereTisn'tdyn IdenwithRcOrArc<T>#107 - Customized parsing logic for MySQL and MariaDB column default #110
- Properly distinguish between Value and Expression, and the very special CURRENT_TIMESTAMP
- Improve SQLite's column default parsing logic #112
Breaking changes
- API now returns
Resultinstead of panic on errors #109 ColumnDefaultchanged from a struct into an enum #110- Added
CurrentTimestampvariant to SQLite'sDefaultType#112
New Contributors
- @sergeiivankov made their first contribution in #103
- @Ameobea made their first contribution in #109
Full Changelog: 0.11.0...0.12.0