diff --git a/sqlx-macros/src/database/postgres.rs b/sqlx-macros/src/database/postgres.rs index 8f819efa..35f621e6 100644 --- a/sqlx-macros/src/database/postgres.rs +++ b/sqlx-macros/src/database/postgres.rs @@ -68,6 +68,7 @@ impl_database_ext! { Vec | &[bool], Vec | &[String], + Vec> | &[Vec], Vec | &[i8], Vec | &[i16], Vec | &[i32],