File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -491,6 +491,8 @@ impl WrongType {
491
491
/// | `chrono::DateTime<FixedOffset>` | TIMESTAMP WITH TIME ZONE |
492
492
/// | `chrono::NaiveDate` | DATE |
493
493
/// | `chrono::NaiveTime` | TIME |
494
+ /// | `cidr::IpCidr` | CIDR |
495
+ /// | `cidr::IpInet` | INET |
494
496
/// | `time::PrimitiveDateTime` | TIMESTAMP |
495
497
/// | `time::OffsetDateTime` | TIMESTAMP WITH TIME ZONE |
496
498
/// | `time::Date` | DATE |
@@ -842,6 +844,8 @@ pub enum IsNull {
842
844
/// | `chrono::DateTime<FixedOffset>` | TIMESTAMP WITH TIME ZONE |
843
845
/// | `chrono::NaiveDate` | DATE |
844
846
/// | `chrono::NaiveTime` | TIME |
847
+ /// | `cidr::IpCidr` | CIDR |
848
+ /// | `cidr::IpInet` | INET |
845
849
/// | `time::PrimitiveDateTime` | TIMESTAMP |
846
850
/// | `time::OffsetDateTime` | TIMESTAMP WITH TIME ZONE |
847
851
/// | `time::Date` | DATE |
You can’t perform that action at this time.
0 commit comments