ClickHouse / clickhouse-js

Official JS client for ClickHouse DB
https://clickhouse.com
Apache License 2.0
225 stars 27 forks source link

Allow semicolons in select clauses #117

Closed slvrtrn closed 2 years ago

slvrtrn commented 2 years ago

A quick fix that resolves #116 Instead of cutting off everything after the first encountered semi, scan the query string backwards and stop after the first non-semi character.