Breaking changes
- Breaking change: Remove substrait API:
duckdb_get_substrait()
,duckdb_get_substrait_json()
,duckdb_prepare_substrait()
,duckdb_prepare_substrait_json()
(@pdet, #1021).
Features
-
Update to duckdb v1.2.0, see https://github.com/duckdb/duckdb/releases/tag/v1.2.0 for details.
-
Floor sub-day precision date before casting to int (@toppyy, #517, #981).
-
Set value returned by
PRAGMA user_agent
to r-dbi (#707, @elefeint).
Bug fixes
-
Remove unconditional use of
CPPHTTPLIB_USE_POLL
to support compilation with R 4.0 and R 4.1 again (@Antonov548, #1043). -
Support reading from multiple Parquet files again (#1015, #1024).
-
Fix translation for
add_days()
andadd_years()
clock functions (#976, @IoannaNika).