提交 efcbef39 编写于 作者: O Ollie Chick

fix readonly status message

上级 f6010079
......@@ -2328,7 +2328,7 @@ public class ResultSetViewer extends Viewer
DBCExecutionContext executionContext = getExecutionContext();
if (executionContext == null || !executionContext.isConnected()) {
return "No connected to database";
return "No connection to database";
}
if (!executionContext.getDataSource().getContainer().hasModifyPermission(DBPDataSourcePermission.PERMISSION_EDIT_DATA)) {
return "Data edit restricted";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册