Skip to content

0.12.3

Compare
Choose a tag to compare
@tyt2y3 tyt2y3 released this 22 Sep 17:15
· 253 commits to master since this release

New Features

  • [sea-orm-migration] Check if an index exists #1828
  • Added cursor_by to SelectTwo #1826

Enhancements

  • [sea-orm-cli] Support generation of related entity with composite foreign key #1693

Bug Fixes

  • [sea-orm-macro] Fixed DeriveValueType by qualifying QueryResult #1855
  • Fixed Loader panic on empty inputs

Upgrades

  • Upgraded salvo to 0.50
  • Upgraded chrono to 0.4.30 #1858
  • Updated sea-query to 0.30.1
  • Updated sea-schema to 0.14.1

House keeping

  • Added test cases for find_xxx_related/linked #1811