queryparser 0.2.0
BETWEEN
expressions with quotes in operands translate correctly (#13)- Line comments (
--
) and block comments (/* */
) are removed from queries (#14) coalesce()
translates correctly whentidyverse = 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