Skip to content

noctua 2.4.0

Compare
Choose a tag to compare
@DyfanJones DyfanJones released this 26 Nov 16:41
a92854c

Feature:

  • Add support dbplyr 2.0.0 backend API.
  • Add method to set unload on a package level to allow dplyr to benefit from AWS Athena unload methods (#174).

Bug Fix:

  • Ensure dbGetQuery, dbExecute, dbSendQuery, dbSendStatement work on older versions of R (#170). Thanks to @tyner for identifying issue.
  • Caching would fail when statement wasn't a character (#171). Thanks to @ramnathv for identifying issue.