```r con <- dbConnect(duckdb()) dbGetQuery(con, "select array_value(1,2,3)") #> Error: rapi_prepare: Unknown column type for prepare: INTEGER[3] ```