Skip to content

0.12.0

Compare
Choose a tag to compare
@tyt2y3 tyt2y3 released this 20 Jul 14:50
· 77 commits to master since this release

Features and upgrades

  • Skip parsing partitioned Postgres tables #105
  • Upgrade heck dependency in sea-schema-derive to 0.4 #103
  • Upgrade sea-query to 0.29 #104
  • Upgrade sea-query-binder to 0.4 #104
  • Replace the use of SeaRc<T> where T isn't dyn Iden with RcOrArc<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's DefaultType #112

New Contributors

Full Changelog: 0.11.0...0.12.0