Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 883 Bytes

NEWS.md

File metadata and controls

39 lines (22 loc) · 883 Bytes

dplyr.teradata 0.3.2

Changes

dplyr.teradata 0.3.1

Changes

dplyr.teradata 0.3.0

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

New features

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

Improvements

  • Change loading messages