opentracing-contrib / java-jdbc

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

Improve regex for DB2 and AS400 URL Parser #101

Closed quaff closed 4 years ago

quaff commented 4 years ago
  1. negate char ^ should be declared only once.
  2. db2 only use : as separator no ? document

@oburgosm Would you take a look at this?

coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 320


Totals Coverage Status
Change from base Build 313: 0.0%
Covered Lines: 507
Relevant Lines: 1007

💛 - Coveralls
oburgosm commented 4 years ago

I reviewed it and it's ok.