timeseries / qstudio

qStudio - Free SQL Analysis Tool
https://www.timestored.com/qstudio/
Apache License 2.0
416 stars 17 forks source link

Select cols top 100 needs escaped #23

Closed ryanhamilton closed 4 months ago

ryanhamilton commented 4 months ago

image

Generating select does NOT quote column names. At least if there are spaces, it should be quoted.

ryanhamilton commented 4 months ago

Fixed. Escaping with just " where column contains spaces for now.