RClickhouse Versions Save

A 'DBI' Interface to the Yandex Clickhouse Database Providing Basic 'dplyr' Support

v0.5.2

4 years ago

Bugfixes

  • fix windows connection
  • replace yaml dependencies by R code (reduce dependencies)
  • update clickhouse-cpp dependencies

v0.4.0

6 years ago

New Functionality

  • enhance sql-translation (add custom if null and is null checks; add var and sd functions) (3f160016840e9e22a6b2d0b9c5bb60bcec025055)
  • remove packrat (3d19d58f6b9556d6eeeea2f75ebd3393c85e769f)
  • uuid support (#24)
  • search for config file (.e.g, /etc/RClickhouse.ini, ~/.R/Clickhouse.ini or ./RClickhouse.ini) and load username, hostname, password etc. (e.g., 662e03ba9aeb0b29e93014fedff857821898d3a4, ff9cd11a43f90092a257c8dd80b38e831f780f60, 387e5be849d197df3a38f99b872eb46841e9ccd9)

Fixes

  • remove -fPIC compiler flag (830405320967787ac3224efee05fbbb2526aa249)
  • fix tests (9ad36090644841f9bfb00b46ecad75e11e260226)

v0.3.0

6 years ago

Our First CRAN-Release :)

  • supports most DBI functions
  • basic dplyr support