Issue with `sqlfx/pg` array insertion: `params` only contains the first element of the array
I'm trying to insert an array with
sqlfx/pg, and to test out the query, I'm wondering why params does only contain the first element of the array (categories)? 