Kevin,
Thanks, my cut and paste missed that ;)
Dave
Dave Cramer
dave.cramer(at)credativ(dot)ca
http://www.credativ.ca
On Mon, Jan 28, 2013 at 3:53 PM, Kevin Grittner <kgrittn(at)ymail(dot)com> wrote:
> Dave Cramer <pg(at)fastcrypt(dot)com> wrote:
>
> > My proposed patch is this
> >
> >
> > if (url.startsWith("jdbc:postgresql:")) {
> > return null;
> > }
> >
> > Right at the top of getConnection, before we do any real work.
> >
> >
> > Thoughts ?
>
> Shouldn't that have a bang to reverse the logic?
>
> -Kevin
>