Skip to content

DBI 1.2.1

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Jan 01:50
· 113 commits to main since this release

Bug fixes

  • Fix dbWriteTableArrow() according to spec (#457).

  • Fix type inference in default method for dbCreateTableArrow() (#450).

Features

  • dbAppendTableArrow() returns number of rows (#454).

  • Add temporary argument to dbCreateTableArrow() (#453).

  • Avoid coercing params in default implementation for dbSendQueryArrow() (#447).

  • Use nanoarrow::infer_nanoarrow_schema() in the default method for dbCreateTable() (#445).

Chore

  • Add badge to DBIResultArrow class (#452).

  • Change maintainer e-mail.

Documentation