File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ column and protocol type correspondence:
3333| ` Vec<u8> ` | MySql bytes |
3434| ` String ` | MySql bytes parsed as utf8 |
3535| ` Duration ` (` std ` and ` time ` ) | MySql time or bytes parsed as MySql time string |
36- | ` time::OffsetDateTime ` | MySql date or bytes parsed as MySql date string |
3736| ` time::PrimitiveDateTime ` | MySql date or bytes parsed as MySql date string |
3837| ` time::Date ` | MySql date or bytes parsed as MySql date string |
3938| ` time::Time ` | MySql date or bytes parsed as MySql date string |
Original file line number Diff line number Diff line change 3535//! | `Vec<u8>` | MySql bytes |
3636//! | `String` | MySql bytes parsed as utf8 |
3737//! | `Duration` (`std` and `time`) | MySql time or bytes parsed as MySql time string |
38- //! | `time::Timespec` | MySql date or bytes parsed as MySql date string |
38+ //! | `time::PrimitiveDateTime` | MySql date or bytes parsed as MySql date string |
39+ //! | `time::Date` | MySql date or bytes parsed as MySql date string |
40+ //! | `time::Time` | MySql date or bytes parsed as MySql date string |
3941//! | `chrono::NaiveTime` | MySql date or bytes parsed as MySql date string |
4042//! | `chrono::NaiveDate` | MySql date or bytes parsed as MySql date string |
4143//! | `chrono::NaiveDateTime` | MySql date or bytes parsed as MySql date string |
You can’t perform that action at this time.
0 commit comments