Case sensitivity when translating to SQL #181
Labels
bug
an unexpected problem or unintended behavior
help wanted ❤️
we'd love your help!
tidy-dev-day 🤓
Tidyverse Developer Day rstd.io/tidy-dev-day
verb trans 🤖
Translation of dplyr verbs to SQL
Milestone
Some SQL functions may be case-sensitive, for instance spatial methods in MSSQL. The syntax is a bit weird, e.g.
colname.STBuffer(1)
forSTBuffer()
, the callCOLNAME.STBUFFER(1)
fails.Created on 2018-11-05 by the reprex package (v0.2.1.9000)
(This example works identically with MSSQL, using SQLite for the reprex.)
What's the reason for converting all function calls to uppercase?
The text was updated successfully, but these errors were encountered: