diesel v0.9.1 Release Notes

Release Date: 2016-12-09 // over 7 years ago
  • 🛠 Fixed

    • ➕ Added missing impls for loading chrono::NaiveDateTime from a column of type Timestamptz

    • #[derive(AsChangeset)] no longer assumes that use diesel::prelude::* has been done.

    • debug_sql! can now properly be used with types from chrono or std::time.

    • When using PostgreSQL, attempting to get the error message of a query which could not be transmitted to the server (such as a query with greater than 65535 bind parameters) will no longer panic.