Skip to content

duckdb 1.1.3-2

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jan 00:56
· 157 commits to main since this release

Bug fixes

  • Make cleanup truly idempotent (#612, #940).

Chore

  • Sync vendoring script with igraph (#936).

Features

  • Limit automatic materialization by number of rows or number of cells (#1017).

  • New internal rapi_rel_to_csv(),rapi_rel_to_table(), and rapi_rel_insert(); rapi_rel_to_parquet() gains options argument (#867).

Testing

  • Skip tests that are about to fail.

  • Sync tests.