diff --git a/sqlx-macros/src/database/postgres.rs b/sqlx-macros/src/database/postgres.rs index a29b56cc27..ed1dad6acc 100644 --- a/sqlx-macros/src/database/postgres.rs +++ b/sqlx-macros/src/database/postgres.rs @@ -88,9 +88,8 @@ impl_database_ext! { #[cfg(feature = "chrono")] Vec | &[sqlx::types::chrono::NaiveDateTime], - // TODO - // #[cfg(feature = "chrono")] - // Vec> | &[sqlx::types::chrono::DateTime<_>], + #[cfg(feature = "chrono")] + Vec> | &[sqlx::types::chrono::DateTime<_>], #[cfg(feature = "time")] Vec | &[sqlx::types::time::Time],