This is an automated email from the ASF dual-hosted git repository.
duanzhengqiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
from c4bc33d949d Throws SQLException instead of wrapped exception in
ShardingSphere-JDBC (#20669)
add 67b7b6d8fbb add sql parser error detail to ParseCancellationException
(#20662)
No new revisions were added by this update.
Summary of changes:
.../core/database/parser/ParserErrorListener.java | 51 ++++++++++++++++++++++
.../core/database/parser/SQLParserExecutor.java | 5 ++-
2 files changed, 55 insertions(+), 1 deletion(-)
create mode 100644
shardingsphere-sql-parser/shardingsphere-sql-parser-engine/src/main/java/org/apache/shardingsphere/sql/parser/core/database/parser/ParserErrorListener.java