It's the placement of it that is important. It checks there before it does
anything of consequence at all. I left it in parseURL in case there is a
path that I wasn't aware of, and it is pretty inconsequential
Dave Cramer
dave.cramer(at)credativ(dot)ca
http://www.credativ.ca
On Tue, Jan 29, 2013 at 11:54 AM, dmp <danap(at)ttc-cmc(dot)net> wrote:
> Dave,
>
> The inclusion of:
>
> if (!url.startsWith("jdbc:**postgresql:")) {
> return null;
> }
>
> in the patch yesterday does not appear to have
> been necessary because it looks to be checked
> in parseURL().
>
> danap.
>