diesel v0.5.3 Release Notes

Release Date: 2016-03-12 // about 8 years ago
  • ➕ Added

    • Added helper function diesel_manage_updated_at('TABLE_NAME') to postgres upon database setup. This function sets up a trigger on the specified table that automatically updates the updated_at column to the current_timestamp for each affected row in UPDATE statements.

    • ➕ Added support for explicit RETURNING expressions in INSERT and UPDATE queries. Implicitly these queries will still use RETURNING *.

    🛠 Fixed

    • ⚡️ Updated to work on nightly from early March