0.12.0
Features and upgrades
- Skip parsing partitioned Postgres tables #105
- Upgrade
heck
dependency insea-schema-derive
to 0.4 #103 - Upgrade
sea-query
to0.29
#104 - Upgrade
sea-query-binder
to0.4
#104 - Replace the use of
SeaRc<T>
whereT
isn'tdyn Iden
withRcOrArc<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
Result
instead of panic on errors #109 ColumnDefault
changed from a struct into an enum #110- Added
CurrentTimestamp
variant 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