Open lf- opened 2 years ago
I would like to generate a value ARRAY[1, 2] in an esqueleto query.
ARRAY[1, 2]
There is mkTextArray in the internals of JSON.hs, but otherwise not really anything that I can find.
mkTextArray
cc @parsonsmatt
hm, val [a, b, c], but that's for literals only (i think?). I would like to use it for columns
val [a, b, c]
I would like to generate a value
ARRAY[1, 2]
in an esqueleto query.There is
mkTextArray
in the internals of JSON.hs, but otherwise not really anything that I can find.cc @parsonsmatt