dbplyr_case_sensitive: Get dbplyr to work with Clickhouse
Description
Functions passed to Clickhouse are case sensitive. By default dbplyr
converts functions that are not predefined to upper case. This function
changes that behavior to leave passed functions as they are.