We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 144dcce commit 4bfd7a5Copy full SHA for 4bfd7a5
sqlx-macros/src/database/postgres.rs
@@ -88,9 +88,8 @@ impl_database_ext! {
88
#[cfg(feature = "chrono")]
89
Vec<sqlx::types::chrono::NaiveDateTime> | &[sqlx::types::chrono::NaiveDateTime],
90
91
- // TODO
92
- // #[cfg(feature = "chrono")]
93
- // Vec<sqlx::types::chrono::DateTime<sqlx::types::chrono::Utc>> | &[sqlx::types::chrono::DateTime<_>],
+ #[cfg(feature = "chrono")]
+ Vec<sqlx::types::chrono::DateTime<sqlx::types::chrono::Utc>> | &[sqlx::types::chrono::DateTime<_>],
94
95
#[cfg(feature = "time")]
96
Vec<sqlx::types::time::Time> | &[sqlx::types::time::Time],
0 commit comments