提交 810cbce8 编写于 作者: S serge-rider

Oracle table/column comments - multiline support

上级 1e8f0f41
......@@ -141,7 +141,7 @@ public abstract class OracleTableBase extends JDBCTable<OracleDataSource, Oracle
this);
}
@Property(viewable = true, editable = true, updatable = true, order = 100)
@Property(viewable = true, editable = true, updatable = true, multiline = true, order = 100)
@LazyProperty(cacheValidator = CommentsValidator.class)
public synchronized String getComment(DBRProgressMonitor monitor)
throws DBException
......
......@@ -175,7 +175,7 @@ public class OracleTableColumn extends JDBCTableColumn<OracleTableBase> implemen
}
}
@Property(viewable = true, editable = true, updatable = true, order = 100)
@Property(viewable = true, editable = true, updatable = true, multiline = true, order = 100)
@LazyProperty(cacheValidator = CommentLoadValidator.class)
public String getComment(DBRProgressMonitor monitor)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册