Hi all, while working on streamlining the API and making it more tool-friendly, I added a "listDrivers" method that returns the codes for all drivers currently registered in the DriverManager. I noticed that we have a "getDriver" method, that accepts a full url. However it's only interested in the scheme part of the URL.
Would you have any objections to me changing this to "getDriver" being defined on the "code" only and to add a "getDriverForUrl" to take over the function of the current getDriver" implementation? Chris
