weirdie42

Results 2 comments of weirdie42

Same issue when array_agg is used on JSON column with null value.

Another probably not related issue, bool[] paramaters do not work. > await sql`SELECT ${[true, false]}::bool[];` > PostgresError: cannot cast type boolean to boolean[]