Tags: opentracing-contrib/java-jdbc
Tags
reformat Signed-off-by: Sergei Malafeev <[email protected]>
Fix database name parsing when a path URL query params contains a path ( #108) Postgres allows the path to certificates to be specified among the URL query params, e.g. `jdbc:postgresql://host:port/dbname?sslmode=verify-full&sslrootcert=/some/path.pem`. Prior to this fix, the `db.instance` tag would be set to `path.pem` instead of `dbname`. This change counts slashes from the left, rather than the right, when detecting the DB name.
Add support in OracleURLPArser for LDAP connection string (#105)
reformat Signed-off-by: Sergei Malafeev <[email protected]>
PreviousNext