zjcnb commented on a change in pull request #4768: add sql state and vendor
code for this
URL:
https://github.com/apache/incubator-shardingsphere/pull/4768#discussion_r392818989
##########
File path:
sharding-jdbc/sharding-jdbc-core/src/main/java/org/apache/shardingsphere/shardingjdbc/jdbc/core/constant/SQLExceptionConstant.java
##########
@@ -27,4 +27,8 @@
public final class SQLExceptionConstant {
public static final String SQL_STRING_NULL_OR_EMPTY = "SQL String can not
be NULL or empty.";
+
+ public static final String SQL_STATE = "S1002";
Review comment:
ok
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services