diff --git a/src/executor/query.rs b/src/executor/query.rs index a2dd995b4..54ad037da 100644 --- a/src/executor/query.rs +++ b/src/executor/query.rs @@ -860,6 +860,7 @@ mod postgres_array { try_getable_postgres_array!(f32); try_getable_postgres_array!(f64); try_getable_postgres_array!(String); + try_getable_postgres_array!(Vec); #[cfg(feature = "with-json")] try_getable_postgres_array!(serde_json::Value);