Yanming Zhou
Yanming Zhou
My actual user case is tracing mysql execution by implementing `com.mysql.jdbc.StatementInterceptorV2` ``` import java.net.URI; import java.sql.SQLException; import java.util.HashMap; import java.util.Map; import java.util.Properties; import com.mysql.jdbc.Connection; import com.mysql.jdbc.PreparedStatement; import com.mysql.jdbc.ResultSetInternalMethods; import com.mysql.jdbc.Statement;...
@yurishkuro I didn't notice java-jdbc before, I'm going to use it instead of mysql StatementInterceptor.
@randallt could you test https://github.com/opentracing-contrib/java-jdbc/pull/97
> As this doesn't use the trick mentioned in #83 to get through the WrapperProxy/Proxy objects, can you explain how this fixes the problem? Did you test with debugging output...
@randallt WrapperProxy added, but I think It should be done by `WrapperProxy` self.
@randallt Could you provide a test case?
I don't think it's related to `TracingDriver`.
@code98 please try latest v0.2.11, use `TracingDataSource` instead of `TracingDriver` if it appear, and give more feedback.
I'm wondering is this really important? could somebody show me valid use case.
Are you missing `_NAME` suffix?