zhaorenjie
Results
1
issues of
zhaorenjie
reproduce in 2.9.0 ``` >>> Parser("select `col1 with space` / `col2_anything` from table1;").columns ['col1 with space'] >>> Parser("select `col1 with space` / `col2_anything` from table1;").columns_aliases {'col2_anything': 'col1 with space'} >>>...