ianmcook/queryparser

Allow syntactically invalid column names in backticks

Closed this issue · 2 comments

As reported in ianmcook/tidyquery#14, queryparser throws an error when the SQL refers to a column in a data frame that has a syntactically invalid name.

Additional fix in e797f93

Added tests in e7608b4