You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by du...@apache.org on 2022/09/28 11:10:14 UTC

[shardingsphere] branch master updated (b2c997c5e01 -> bc7694416e3)

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 b2c997c5e01 Fix finish connection if not exist executionId. (#21245)
     add bc7694416e3 Add SQLASTVisitorException (#21246)

No new revisions were added by this update.

Summary of changes:
 .../content/user-manual/error-code/sql-error-code.cn.md     | 11 ++++++-----
 .../content/user-manual/error-code/sql-error-code.en.md     | 11 ++++++-----
 .../exception/syntax/ColumnIndexOutOfRangeException.java    |  2 +-
 .../jdbc/exception/syntax/ColumnLabelNotFoundException.java |  2 +-
 .../driver/jdbc/exception/syntax/EmptySQLException.java     |  2 +-
 .../exception/UnsupportedDropCascadeTableException.java     |  2 +-
 .../backend/exception/UnsupportedVariableException.java     |  2 +-
 .../sql/parser/core/database/visitor/SQLVisitorRule.java    |  3 ++-
 ...SQLParsingException.java => SQLASTVisitorException.java} | 13 +++++++------
 .../parser/core/database/visitor/SQLVisitorRuleTest.java    |  3 ++-
 10 files changed, 28 insertions(+), 23 deletions(-)
 copy shardingsphere-sql-parser/shardingsphere-sql-parser-engine/src/main/java/org/apache/shardingsphere/sql/parser/exception/{SQLParsingException.java => SQLASTVisitorException.java} (72%)