Skip to content

1.1.0-rc.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@billy1624 billy1624 released this 04 Oct 09:57
· 2 commits to master since this release
c64f48d

Enhancements

  • [sea-orm-macros] Call EnumIter::get using fully qualified syntax #2321
  • Construct DatabaseConnection directly from sqlx::PgPool, sqlx::SqlitePool and sqlx::MySqlPool #2348
  • [sea-orm-migration] Add pk_uuid schema helper #2329
  • [sea-orm-migration] Allow custom and custom_null schema helper to take column name and alias of different IntoIden types #2326

Upgrades

  • Upgrade sqlx to 0.8.2 #2371
  • Upgrade ouroboros to 0.18 #2353

House keeping