Skip to main content

format_int_array

Function format_int_array 

Source
pub fn format_int_array(items: &[Option<i32>]) -> String
Expand description

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.