grigoryan-sergey opened a new pull request, #1482:
URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1482

   The SQL generated by the parser does not work inside Clickhouse. The problem 
is in datatypes, which are case sensitive in Clickhouse. I suggest generating a 
Clickhouse version for datatypes. This will still work for other databases 
where datatypes are not case sensitive (like postgres) and will also work for 
Clickhouse. Interesting enough some datatypes are also not case sensitive in 
Clickhouse, but the ones which are case sensitive, are converted in the PR.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to