Skip to content

duckdb 1.4.3

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Dec 01:02
· 3 commits to main since this release

Features

Bug fixes

  • Fail with non-UTF8-encoded strings during data frame scan instead of attempting to reencode (#1795).

  • Avoid inclusion of raw error message in the output.

  • Fix translation of quantile() to use DuckDB's native QUANTILE_CONT() syntax (#1734, #1735).

Testing

  • Remove redundant R version checks from tests (#1815, #1816).