Skip to content

duckdb 1.1.3-1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Dec 00:53
· 142 commits to main since this release

Features

  • With duckdb(environment_scan = TRUE), data frame objects are available as views in duckdb SQL queries (#140, #164).

  • Update vendored cpp11 to 0.5.1 (#636).

Bug fixes

  • Make ./cleanup script reentrant (@Antonov548, #612, #634).

  • Fix installation of extensions (#623).

  • Fix rchk and UB errors (#635).

  • Avoid loading rlang during startup (#601).

Documentation

  • Mention xz requirement in DESCRIPTION.