The database I am querying does not respect case when it comes to column names. for example the following columns exist in different tables:
PERSONID
PERSONiD
PersonID
Personid
PersonId
Using standard d(b)plyr verbs is getting very frustrating. Is it possible to turn off the case sensitivity for dbplyr verbs?