v0.21.0
Breaking changes:
parse_ok_packet
now requiresOkPacketKind
(see WL#7766) (related issue – blackbeam/mysql_async#107)Value::Float(f64)
was split intoValue::Float(f32)
andValue::Double(f64)
by @tomhoule (see #17, this comment)
Breaking changes:
parse_ok_packet
now requires OkPacketKind
(see WL#7766) (related issue – blackbeam/mysql_async#107)Value::Float(f64)
was split into Value::Float(f32)
and Value::Double(f64)
by @tomhoule (see #17, this comment)