opentracing-contrib / java-jdbc

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

H2 URL with implicit file mode does not work #33

Closed Olard closed 5 years ago

Olard commented 5 years ago

H2 does not require that 'file:' is explicitly stated, but the H2URLParser does.

Example that worked with 0.0.8: jdbc:tracing:h2:~/db;AUTO_SERVER=TRUE;MODE=Oracle;MVCC=TRUE;LOCK_TIMEOUT=10000?traceWithActiveSpanOnly=true

malafeev commented 5 years ago

fixed by #34