Skip to content

Releases: snowflakedb/dplyr-snowflakedb

v0.2.0

14 Jul 21:33
Compare
Choose a tag to compare

Changes

  • changes to make dplyr.snowflakedb v0.2.0 compatible with dplyr v0.5.0
  • additional tests added

v0.1.1

25 May 22:49
Compare
Choose a tag to compare

Fixes:

  • add support for BOOLEAN SQL datatype (see the Snowflake docs for more details)
  • quote URIs in COPY command
  • change the way NA values are exported to file and loaded via COPY

v0.1.0

16 Sep 23:00
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

This is the initial release of dplyr.snowflakedb and should be treated as a developer preview release. Given dplyr.snowflakedb extends dplyr, it has been successfully tested using some test files for databases from dplyr. Addiditionly, it works with nearly all of the operations in the Lahman and nycflights13 dplyr vignettes.

If you experience any issues, please file it under the issues link for the project.