Fix path for &[NaiveTime] in query! macro

This commit is contained in:
Dominic 2020-11-22 16:49:08 +01:00 committed by Ryan Leckey
parent ef313f0611
commit 274a69c020
No known key found for this signature in database
GPG Key ID: F8AA68C235AB08C9

View File

@ -80,7 +80,7 @@ impl_database_ext! {
Vec<sqlx::types::Uuid> | &[sqlx::types::Uuid],
#[cfg(feature = "chrono")]
Vec<sqlx::types::chrono::NaiveTime> | &[sqlx::types::sqlx::types::chrono::NaiveTime],
Vec<sqlx::types::chrono::NaiveTime> | &[sqlx::types::chrono::NaiveTime],
#[cfg(feature = "chrono")]
Vec<sqlx::types::chrono::NaiveDate> | &[sqlx::types::chrono::NaiveDate],