Skip to content

duckdb 0.10.0

Compare
Choose a tag to compare
@krlmlr krlmlr released this 15 Mar 07:12

What's Changed

  • Fix REprintf warnings for R-devel by @krlmlr in #45
  • feat: New private rel_to_parquet() to write a relation to parquet by @Tmonster in #46
  • chore: Remove last instance of default_connection() by @krlmlr in #50
  • chore: Update vendored sources to duckdb/duckdb@d51e1b0 by @krlmlr in #53
  • chore: Update vendored sources to duckdb/duckdb@2414840 by @krlmlr in #57
  • docs: use pkgdown BS5 by @maelle in #70
  • Update README.md by @romainfrancois in #76
  • chore: Sync duckplyr tests by @krlmlr in #78
  • Add NEWS.md to CRAN by @olivroy in #48
  • fix: Align the argument order of dbWriteTable() with the DBI specs by @eitsupi in #49
  • test: Tweak tests for compatibility with v0.10.0 by @krlmlr in #84
  • chore: Update vendored sources to duckdb/duckdb@d4c774b by @krlmlr in #85
  • test: Add csv reading test for duckdb_read_csv(na.strings = ) by @Tmonster in #10
  • feat: Update core to duckdb v0.10.0 by @krlmlr in #90
  • fix: DBI::dbQuoteIdentifier() correctly quotes identifiers that start with a digit by @krlmlr in #92
  • feat: Initial ALTREP support for LIST logical type by @romainfrancois in #77
  • fix: dplyr::tbl() works again when a Parquet or CSV file is passed instead of a table name by @krlmlr in #91
  • docs: Add list of contributors by @krlmlr in #94
  • chore: Change directory location for extensions and secrets for v.0.10.0 release by @Tmonster in #73
  • feat: New tbl_file() and tbl_query() to explicitly access tables and queries as dbplyr lazy tables by @krlmlr in #96

New Contributors

Full Changelog: v0.9.2...v0.10.0