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

[shardingsphere] branch master updated (3c708bcbf69 -> 9852160345d)

This is an automated email from the ASF dual-hosted git repository.

panjuan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


    from 3c708bcbf69 Redefine ShardingSQLException's vendor codes (#20927)
     add 9852160345d Adjust category prefix of vendor codes for KernelSQLException and FeatureSQLException (#20928)

No new revisions were added by this update.

Summary of changes:
 .../user-manual/error-code/sql-error-code.cn.md    | 84 +++++++++++-----------
 .../user-manual/error-code/sql-error-code.en.md    | 30 ++++----
 .../sql/type/feature/FeatureSQLException.java      |  6 +-
 .../sql/type/kernel/KernelSQLException.java        |  6 +-
 .../sql/type/feature/FeatureSQLExceptionTest.java  |  2 +-
 .../sql/type/kernel/KernelSQLExceptionTest.java    |  2 +-
 .../mysql/err/MySQLErrPacketFactoryTest.java       |  2 +-
 7 files changed, 62 insertions(+), 70 deletions(-)