Skip to content

RClickhouse 0.4.0

Compare
Choose a tag to compare
@inkrement inkrement released this 21 Jan 10:30
· 383 commits to master since this release

New Functionality

  • enhance sql-translation (add custom if null and is null checks; add var and sd functions) (3f16001)
  • remove packrat (3d19d58)
  • 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., 662e03b, ff9cd11, 387e5be)

Fixes