dbplyr
dbplyr copied to clipboard
Deprecate `build_sql()`
- It is marked as internal
- Only used in a couple of places in dbplyr where it hardly seems worth it
- At least internally superseeded by
glue_sql2()
Related issue: #1351