diesel v2.0.2 Release Notes

Release Date: 2022-10-11 // over 1 year ago
  • ๐Ÿ›  Fixed

    • ๐Ÿš€ Reverted a fix from the 2.0.1 release that breaks valid INSERT โ€ฆ ON CONFLICT queries

Previous changes from v2.0.1

  • ๐Ÿ›  Fixed

    • Fixed an issue with diesel_cli generating incompatible type names for the generate_missing_sql_type_definitions feature on PostgreSQL
    • ๐Ÿ›  Fixed an issue how diesel_cli handles sqlite urls while checking if a given database exists
    • ๐Ÿ›  Fixed an issue with PgConnection becoming unusable after hitting a database error in certain situations
    • ๐Ÿ›  Fixed an issue with diesel generating invalid SQL for certain INSERT โ€ฆ ON CONFLICT queries
    • 0๏ธโƒฃ Fixed diesel_derives generating code that triggers the disabled by default unused_qualifications lint