Skip to content

duckdb 1.1.2

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

Features

Features

  • Long-running queries can now be canceled immediately with Ctrl + C (terminal) or Escape (RStudio IDE and Workbench) (#514, #515).

  • Add col.types argument to duckdb_read_csv() (#445, @eli-daniels).

  • Rethrow errors with rlang if installed (#522).

  • Improve error message for parsing erros during statement extraction (tidyverse/duckplyr#219, #521).

Bug fixes

  • Avoid RStudio IDE crashes when ending session with open objects (#520).

  • rfuns extension: %in% works correctly as part of a & conjunction (#528).

Internal

  • New interal APIs: rapi_get_last_rel_mat(), rapi_rel_to_altrep(allow_materialization = TRUE), rapi_rel_from_altrep_df(enable_materialization) (#526).

  • xz-compress duckdb sources in the tarball (#530).

  • rfuns extension: Fix signedness.