File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -491,6 +491,8 @@ impl WrongType {
491491/// | `chrono::DateTime<FixedOffset>` | TIMESTAMP WITH TIME ZONE |
492492/// | `chrono::NaiveDate` | DATE |
493493/// | `chrono::NaiveTime` | TIME |
494+ /// | `cidr::IpCidr` | CIDR |
495+ /// | `cidr::IpInet` | INET |
494496/// | `time::PrimitiveDateTime` | TIMESTAMP |
495497/// | `time::OffsetDateTime` | TIMESTAMP WITH TIME ZONE |
496498/// | `time::Date` | DATE |
@@ -842,6 +844,8 @@ pub enum IsNull {
842844/// | `chrono::DateTime<FixedOffset>` | TIMESTAMP WITH TIME ZONE |
843845/// | `chrono::NaiveDate` | DATE |
844846/// | `chrono::NaiveTime` | TIME |
847+ /// | `cidr::IpCidr` | CIDR |
848+ /// | `cidr::IpInet` | INET |
845849/// | `time::PrimitiveDateTime` | TIMESTAMP |
846850/// | `time::OffsetDateTime` | TIMESTAMP WITH TIME ZONE |
847851/// | `time::Date` | DATE |
You can’t perform that action at this time.
0 commit comments