diff --git a/sqlx-postgres/src/type_checking.rs b/sqlx-postgres/src/type_checking.rs index 4fa02289bb..708dabddaa 100644 --- a/sqlx-postgres/src/type_checking.rs +++ b/sqlx-postgres/src/type_checking.rs @@ -97,6 +97,7 @@ impl_type_checking!( Vec | &[f64], Vec | &[sqlx::postgres::types::Oid], Vec | &[sqlx::postgres::types::PgMoney], + Vec | &[sqlx::postgres::types::PgInterval], #[cfg(feature = "uuid")] Vec | &[sqlx::types::Uuid],