pub fn format_int_array(items: &[Option<i32>]) -> String
v7.11.14 — render an INT[] in PG’s external array form ({1,2,NULL}). Integer payloads never need quoting. NULL elements use the literal token NULL.
{1,2,NULL}
NULL