rust-mysql-simple v18.1.0 Release Notes

Release Date: 2020-03-25 // about 4 years ago
  • ➕ Additions:

    • new methods Transaction::{last_insert_id, affected_rows, warnings, info_ref, info_str}, Conn::{warnings, info_ref, info_str} (see #211)

    Internal improvements:

    • Conn size reduced to 8 bytes.