Skip to content

Commit 841aaed

Browse files
committed
Update dependency true for SQL errors
1 parent 8940a6f commit 841aaed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database-commons/src/main/java/io/cdap/plugin/db/DBErrorDetailsProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ private ProgramFailureException getProgramFailureException(SQLException e, Error
7979
}
8080
return ErrorUtils.getProgramFailureException(sqlState == null ?
8181
new ErrorCategory(ErrorCategory.ErrorCategoryEnum.PLUGIN) : getErrorCategoryFromSqlState(sqlState),
82-
errorMessage, errorMessageWithDetails, getErrorTypeFromErrorCode(errorCode, sqlState), false,
82+
errorMessage, errorMessageWithDetails, getErrorTypeFromErrorCode(errorCode, sqlState), true,
8383
ErrorCodeType.SQLSTATE, sqlState, externalDocumentationLink, e);
8484
}
8585

0 commit comments

Comments
 (0)