[r] bigint
advertised in duckdb()
and dbConnect()
, but only the former is supported
#6
Closed
2 tasks done
What happens?
For BIGINT columns the help page ?duckdb suggests a field
bigint = "integer64"
can be present either indbConnect(duckdb(bigint = "integer64"))
ordbConnect(duckdb(), bigint = "integer64")
, but this is only respected in the first case.The help page code is at https://github.com/duckdb/duckdb/blob/f7f5cf30aa5dfbc900c98c57bef2d729f2bf1b56/tools/rpkg/man/duckdb.Rd#L31 and the implementation showing that
bigint
will often be ignored is at https://github.com/duckdb/duckdb/blob/f7f5cf30aa5dfbc900c98c57bef2d729f2bf1b56/tools/rpkg/R/dbConnect__duckdb_driver.R#L55-L58To Reproduce
Install dependencies:
bigint
used when induckdb()
......but not when in
dbConnect()
OS:
aarch64-apple-darwin21.6.0
DuckDB Version:
0.8.1.1
DuckDB Client:
R
Full Name:
Martin Morgan
Affiliation:
Roswell Park Comprehensive Cancer Center
Have you tried this on the latest
master
branch?Have you tried the steps to reproduce? Do they include all relevant data and configuration? Does the issue you report still appear there?
The text was updated successfully, but these errors were encountered: