Re: Why does BaseDataSource.setUrl() throw SQLException?

From: cowwoc <cowwoc(at)bbs(dot)darktech(dot)org>
To: Dave Cramer <pg(at)fastcrypt(dot)com>
Cc: List <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Why does BaseDataSource.setUrl() throw SQLException?
Date: 2014-09-17 13:18:32
Message-ID: 54198A28.30606@bbs.darktech.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Okay good.

Is there a bug tracker for this project or do you normally handle things
from this point?

Thanks,
Gili

On 17/09/2014 5:41 AM, Dave Cramer wrote:
> Seems to be removable. No other interface declares it this way
>
> Dave Cramer
>
> dave.cramer(at)credativ(dot)ca
> http://www.credativ.ca
>
> On 17 September 2014 00:08, cowwoc <cowwoc(at)bbs(dot)darktech(dot)org
> <mailto:cowwoc(at)bbs(dot)darktech(dot)org>> wrote:
>
> Hi,
>
> BaseDataSource.setUrl()'s signature claims it throws SQLException but
> looking at the code, it never does. Similarly, the documentation
> claims it
> throws this exception yet fails to explain under what circumstances.
>
> Can you please review whether this exception can be removed?
>
> Thank you,
> Gili
>
>
>
> --
> View this message in context:
> http://postgresql.1045698.n5.nabble.com/Why-does-BaseDataSource-setUrl-throw-SQLException-tp5819281.html
> Sent from the PostgreSQL - jdbc mailing list archive at Nabble.com.
>
>
> --
> Sent via pgsql-jdbc mailing list (pgsql-jdbc(at)postgresql(dot)org
> <mailto:pgsql-jdbc(at)postgresql(dot)org>)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-jdbc
>
>

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2014-09-17 13:21:14 Re: Why does BaseDataSource.setUrl() throw SQLException?
Previous Message Dave Cramer 2014-09-17 09:41:51 Re: Why does BaseDataSource.setUrl() throw SQLException?