Releases: foolfish3/ClickHouseSQLParser
Releases · foolfish3/ClickHouseSQLParser
regex fix, remove option tokens_dont_allow_comment
token_get_all
remove option "tokens_dont_allow_comment"
Fixed the regular expression, the original one used non-greedy matching, which would cause errors if it matched too much.
"JIT stack limit exhausted"
"Recursion limit exhausted"
3 bug fix
add get_clickhouse_aggregate_functions
0.5.4 add get_clickhouse_aggregate_functions
bug fix: null cannot be parse correctly
1. bug 2. parse null bug
when colref is equals to alias, will not write as, this is usefull when array join
0.5.2 when colref is equals to alias, will not write as, this is usefull wh…
fix bug: modulo(%) will cause a parse error
0.5.1 bug: modulo(%) will cause a parse error