Skip to content

v0.1.4 for R 4.2.2

Compare
Choose a tag to compare
@tomwilsonsco tomwilsonsco released this 06 Sep 07:28
· 29 commits to main since this release
d84a6d1

Changes

  • Make unique column names after truncating R column names > 128 characters.
  • Convert df NaN values to NA before loading into database to fix datatype issue.
  • read_table_from_db row filter argument so subset of database table rows can be read into R.
  • db_table_metadata exposed as external function for describing existing database table columns.
  • DBI::dbQuoteIdentifier and glue::glue_sql used for internal SQL construction for best practice to prevent SQL injection.
  • Database table primary key column <table_name>Id no longer included by default when using read_table_from_db.

Full Changelog: 0.1.3...0.1.4