duckdb-r
duckdb-r copied to clipboard
New array data type in version 0.10.0 can't be returned to R
con <- dbConnect(duckdb())
dbGetQuery(con, "select array_value(1,2,3)")
#> Error: rapi_prepare: Unknown column type for prepare: INTEGER[3]
Indeed. I had to remove those values from tests_all_types()
in 19c95337508e696c5a610dbbed5d942a8cd64156.