diesel v1.4.1 Release Notes

Release Date: 2019-01-24 // over 5 years ago
  • ๐Ÿ›  Fixed

    • ๐Ÿš€ This release fixes a minor memory safety issue in SQLite. This bug would only occur in an error handling branch that should never occur in practice.

    โž• Added

    • โž• Added BoxedSqlQuery. This allows users to do a variable amount of .sql or .bind calls without changing the underlying type.
    • โž• Added .sql to SqlQuery and UncheckedBind to allow appending SQL code to an existing query.