Diesel 2.3.13
Fixed Fixed interaction between then_order_by and distinct_on to reject otherwise broken SQL queries Fix a clippy::redundant_field_names lint warning generated by #[derive(QueryableByName)] MySQL and MariaDB now decode a value according to the signedness the server reports for its column, so a SMALLINT UNSIGNED holding 40000 read as Integer returns 40000 rather than -25536 Potential stackoverflow…