-
Enhancement
-
Resolution: Unresolved
-
P4
-
None
-
None
-
generic
-
generic
A DESCRIPTION OF THE PROBLEM :
When we have several JDBC drivers in the classpath, the getConnection(String url) method uses the drivers available one by one without checking that they manage the JDBC chain. Only the first error triggered is returned.
Shouldn't it, like getDriver(String url), use the acceptsURL(url) method?
When we have several JDBC drivers in the classpath, the getConnection(String url) method uses the drivers available one by one without checking that they manage the JDBC chain. Only the first error triggered is returned.
Shouldn't it, like getDriver(String url), use the acceptsURL(url) method?