Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 595 Bytes

NEWS.md

File metadata and controls

35 lines (24 loc) · 595 Bytes

RSQL 0.2.2

NEW FEATURES

  • Better management of timezones in db

BUGFIXES

  • Minor improvements when db is not available

RSQL 0.2.1

BUGFIXES

Closes all open results sets

RSQL 0.2.0

NEW FEATURES

  • CI moved to github actions
  • Improved test coverage and compliance to pkgcheck

RSQL 0.1.4

NEW FEATURES

  • Now rsql stuffs ' within fields values, as ' is the quote symbol used by postgresql
  • All values to methods should be passed as data.frames/tibble

RSQL 0.1.3

NEW FEATURES

  • Initial public release