Skip to content

queryparser 0.2.0

Compare
Choose a tag to compare
@ianmcook ianmcook released this 16 Jan 02:31
· 83 commits to master since this release
  • BETWEEN expressions with quotes in operands translate correctly (#13)
  • Line comments (--) and block comments (/* */) are removed from queries (#14)
  • coalesce() translates correctly when tidyverse = FALSE (#15, #17)
  • CASE expressions translate (#16, #18)
  • Table aliases can be used in queries (#19)
  • SQL-92-style (explicit) join queries translate (#20)
  • Continuous integration and coverage tests
  • Minor bugfixes and improvements