Skip to content

Releases: hoxo-m/dplyr.teradata

dplyr.teradata 0.4.1

12 Nov 13:03
Compare
Choose a tag to compare
  • Now supports for dplyr 1.0.0 and dbplyr 2.0.0 (#26)

Changes

  • Delegate Teradata Odbc Connection Methods to odbc (#27)
  • Deprecate todbc() (#28). Use odbc::odbc() instead. If you use the versions of Teradata ODBC Driver 15.20 or earlier, you may need to set like dbConnect(odbc(), ..., dbms.name = 'Teradata').

Improvements

  • Export dummy functions (like, to_timestamp, mod, count_if, n_if, and bool_to_int) to make code completion work (#29). These functions can only be used inside the functions to build queries (e.g. mutate).

dplyr.teradata 0.3.2

10 May 09:37
Compare
Choose a tag to compare

Changes

dplyr.teradata 0.3.1

20 Mar 10:07
Compare
Choose a tag to compare

Changes

dplyr.teradata 0.3.0

17 Jun 09:25
Compare
Choose a tag to compare

New features

  • Add sample_n() (#17)

Changes

  • Remove dependency to tidyverse
  • Revert loading messages
  • Remove dbUnQuoteIdentifier, as it was removed in favor of DBI::dbUnquoteIdentifier in odbc 1.1.6 (#14, @jimhester)

Improvements

  • Activate charset argument on dbConnect()

dplyr.teradata 0.2.0

17 Jun 08:43
Compare
Choose a tag to compare

dplyr.teradata 0.2.0

New features

  • Add count_if() and n_if() (#6)
  • Add bool_to_int()

Improvements

  • Change loading messages

First Release

15 Jan 15:58
Compare
Choose a tag to compare
v0.1.1

add CRAN downloads badge

Latest version for dplyr 0.5.0

27 Apr 08:21
Compare
Choose a tag to compare
Pre-release

Latest version for dplyr 0.5.0