File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 11## 0.9.3
22
33### Important Changes
4- - [ jdbc-v2] SQL parser from v1 is ported to v2 to address multiple issues with SQL parsing. The new parser is
5- still an option and will be developed further. To use it set ` com.clickhouse.jdbc.DriverProperties#SQL_PARSER ` to ` ANTLR4 ` .
4+ - [ jdbc-v2] SQL parser from v1 is ported to v2 to address multiple issues with SQL parsing. The ANTLR4-based parser is
5+ still an option and will be developed further. The main difference between parses is completeness of their grammar:
6+ JavaCC grabs only needed information and skips parsing of the rest (what makes it work for most cases) while ANTLR4
7+ has more complete grammar and can detect type of some complex statements more accurate than JavaCC.
8+ To use it set ` com.clickhouse.jdbc.DriverProperties#SQL_PARSER ` to ` ANTLR4 ` .
69 (https://github.com/ClickHouse/clickhouse-java/pull/2579 ). This fixes issue:
710 - https://github.com/ClickHouse/clickhouse-java/issues/2574
811 - https://github.com/ClickHouse/clickhouse-java/issues/2568
You can’t perform that action at this time.
0 commit comments