Closed Olard closed 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
fixed by #34
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