提交 187ebe05 编写于 作者: IluckySi's avatar IluckySi

Modify postgresql-8.x-plugin CreateStatementInterceptor.java statementName...

Modify postgresql-8.x-plugin CreateStatementInterceptor.java statementName from CallableStatement to Statement
上级 733d5cf6
......@@ -41,7 +41,7 @@ public class CreateStatementInterceptor implements InstanceMethodsAroundIntercep
Object ret) throws Throwable {
if (ret instanceof EnhancedInstance) {
((EnhancedInstance)ret).setSkyWalkingDynamicField(new StatementEnhanceInfos((ConnectionInfo)objInst.getSkyWalkingDynamicField(), "", "CallableStatement"));
((EnhancedInstance)ret).setSkyWalkingDynamicField(new StatementEnhanceInfos((ConnectionInfo)objInst.getSkyWalkingDynamicField(), "", "Statement"));
}
return ret;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册