Re: JDBC error codes to detect duplicates?

From: Peter T Mount <peter(at)retep(dot)org(dot)uk>
To: Max Khon <fjoe(at)iclub(dot)nsu(dot)ru>
Cc: Peter Mount <peter(at)retep(dot)org(dot)uk>, David Wall <d(dot)wall(at)computer(dot)org>, pgsql-interfaces(at)postgresql(dot)org
Subject: Re: JDBC error codes to detect duplicates?
Date: 2001-03-02 14:26:32
Message-ID: 983543192.3a9fad98b15e2@webmail.retep.org.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Quoting Max Khon <fjoe(at)iclub(dot)nsu(dot)ru>:

> hi, there!
>
> On Thu, 1 Mar 2001, Peter Mount wrote:
>
> > > > It seems that when an INSERT causes a duplicate key exception for
> > > > unique/primary keys, the JDBC library is throwing the SQL
> exception but
> > > > there is no code that lets my program detect a duplicate key
> error, or
> > > which
> > > > key caused the duplicate error.
> > > >
> > > > Is there a plan for the JDBC to return the codes for postgres back
> to the
> > > > program? I running 7.1beta4 now.
> > >
> > >AFAIK clean implementation of such feature is not possible because
> backend
> > >protocol does not have error codes (only error messages)
> >
> > Thats correct. It's also not practical to get the driver to translate
>
> > because the format of the messages can change between releases as
> well.
>
> can we consider adding error code prepended to error message and
> separated with e.g. one single space? seems that this will not break
> anything but will allow JDBC/ODBC drivers to return meaningful error
> codes.

That is the other alternative, and one that could be implemented pretty quickly.

Peter

--
Peter Mount peter(at)retep(dot)org(dot)uk
PostgreSQL JDBC Driver: http://www.retep.org.uk/postgres/
RetepPDF PDF library for Java: http://www.retep.org.uk/pdf/

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Laurent 2001-03-02 14:29:54 import large objects with libpq
Previous Message Igor Hribik 2001-03-02 10:27:11 Problems with JDB Driver.