Skip to content

duckdb 1.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 22 Feb 00:53
· 72 commits to main since this release

Breaking changes

  • Breaking change: Remove substrait API: duckdb_get_substrait(), duckdb_get_substrait_json(), duckdb_prepare_substrait(), duckdb_prepare_substrait_json() (@pdet, #1021).

Features

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() and add_years() clock functions (#976, @IoannaNika).