提交 13ee3000 编写于 作者: N Nikita Akilov

#2443 add oracle procedures and packages as object types that can be found...

#2443 add oracle procedures and packages as object types that can be found using search in definition
上级 404672b1
......@@ -392,7 +392,7 @@ public class OracleStructureAssistant implements DBSStructureAssistant<OracleExe
@Override
public boolean supportsSearchInCommentsFor(@NotNull DBSObjectType objectType) {
return objectType == OracleObjectType.TABLE;
return objectType == OracleObjectType.TABLE || objectType == OracleObjectType.PROCEDURE || objectType == OracleObjectType.PACKAGE;
}
@Override
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册