Skip to content

CRAN submission

Compare
Choose a tag to compare
@tomuben tomuben released this 07 Oct 17:05
· 28 commits to main since this release
c53570c

Summary

This release contains a major refactoring of the R layer.
Following functions has been dropped:

  • "dbApply" has been dropped, as it was not implemented and currently there are no plans to pursue this approach.
  • "dbListConnections" has been dropped as it is marked DEPRECATED in DBI package.

Important: The bundled ODBC driver for Linux/Mac was removed (as CRAN requires to remove any binary executables from the package); dbConnect("exa",...) now will look in some default folders for the driver, please check the README for more details.

Also, this release now support the data visualization in the RStudio connection pane.

Features / Enhancements

  • #77: Add more encryption options
  • #70 rstudio connections pane
  • #79 Prepare cran release

Bug Fixes

n/a

Compile Dependency Updates

Linux

n/a

####Windows
n/a

Runtime Dependency Updates

n/a

Test Dependency Updates

n/a