Altinity / clickhouse-mysql-data-reader

utility to read mysql data
MIT License
368 stars 94 forks source link

Escape column names used in MySQL select statements #164

Closed sfdumi closed 5 years ago

sfdumi commented 5 years ago

We've had issues with columns named "rank", "group" or "from" when selecting from MySQL, so we've escaped the column names. Sorry if not the best method to add the backticks, I'm not fluent in Python.

sunsingerus commented 5 years ago

Thank you very much!