Skip to content

0.30.5

Compare
Choose a tag to compare
@tyt2y3 tyt2y3 released this 14 Dec 16:37
· 166 commits to master since this release

New Features

  • Added feature flag option-more-parentheses to have more parentheses in expressions #723
  • Added feature flag option-sqlite-exact-column-type to only use integer for SQLite
  • Support COUNT(DISTINCT "column") #700
  • Support index hints for MySQL (via extension::mysql::MySqlSelectStatementExt) #636
  • Support expressions for ON CONFLICT targets #692

Enhancements

  • Add from_clear to allow emptying current from tables in select statement #716

Breaking Changes

  • Caution: do not use the --all-features param in Cargo. If you want to enable all features, use the all-features feature flag instead.

Full Changelog: 0.30.4...0.30.5