Stephen Haberman wrote:
> Hello,
> 
> I was having permission issues today but instead of seeing the SQL
> error, it was masked by a NullPointerException in BasePeer's
> closeConnection. I've attached a patch that just wraps the con.close()
> in an if (con != null) so that any other errors can flow through to the
> log.
> 
> Thanks,
> Stephen

looks like you attached the wrong diff ;-)

martin


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to