opentracing-contrib / java-jdbc

OpenTracing Instrumentation for JDBC
Apache License 2.0
82 stars 56 forks source link

Parse mysql url without db name or query string (#54) #55

Closed slowteetoe closed 4 years ago

slowteetoe commented 4 years ago

This handles a mysql jdbc url that does not explicitly name a DB, and does not have a query string.

e.g. jdbc:mysql://somehost

coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 197


Totals Coverage Status
Change from base Build 196: 0.2%
Covered Lines: 432
Relevant Lines: 908

💛 - Coveralls