You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by db...@apache.org on 2017/12/20 21:58:54 UTC

[2/3] incubator-trafodion git commit: optimize the description message

optimize the description message


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/6db7a95c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/6db7a95c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/6db7a95c

Branch: refs/heads/master
Commit: 6db7a95c5a3f050fc60c04aef5bfda5b22980e7c
Parents: 3fb277e
Author: aven <sh...@esgyn.cn>
Authored: Fri Dec 15 16:37:46 2017 +0800
Committer: aven <sh...@esgyn.cn>
Committed: Fri Dec 15 16:37:46 2017 +0800

----------------------------------------------------------------------
 core/conn/jdbcT4/src/main/java/T4Messages.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/6db7a95c/core/conn/jdbcT4/src/main/java/T4Messages.properties
----------------------------------------------------------------------
diff --git a/core/conn/jdbcT4/src/main/java/T4Messages.properties b/core/conn/jdbcT4/src/main/java/T4Messages.properties
index ef85d50..3b2e661 100644
--- a/core/conn/jdbcT4/src/main/java/T4Messages.properties
+++ b/core/conn/jdbcT4/src/main/java/T4Messages.properties
@@ -212,7 +212,7 @@ numeric_out_of_range_msg=Numeric value out of range, Numeric is {0}
 numeric_out_of_range_sqlstate=22003
 numeric_out_of_range_sqlcode=29046
 
-batch_command_failed_msg=Batch Update Failed, reason is {0} , See next exception for details
+batch_command_failed_msg=Batch Update Failed, you can use getNextException() for more details, first getNextException() message is {0} 
 batch_command_failed_sqlstate=HY000
 batch_command_failed_sqlcode=29047