You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by "xu1009 (via GitHub)" <gi...@apache.org> on 2023/04/25 09:15:10 UTC

[GitHub] [skywalking-java] xu1009 commented on a diff in pull request #515: clickhouse-jdbc-plugin support trace sql parameters when enable plugin.jdbc.trace_sql_parameters

xu1009 commented on code in PR #515:
URL: https://github.com/apache/skywalking-java/pull/515#discussion_r1176238151


##########
apm-sniffer/apm-sdk-plugin/jdbc-commons/src/main/java/org/apache/skywalking/apm/plugin/jdbc/define/StatementEnhanceInfos.java:
##########
@@ -38,6 +38,9 @@ public StatementEnhanceInfos(ConnectionInfo connectionInfo, String sql, String s
         this.statementName = statementName;
     }
 
+    public StatementEnhanceInfos() {

Review Comment:
   i can get the information, but it is useless, i just use param set part,  ok, i will use the constructor and set  information to it 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org