Re: JDBC Error codes

Lists: pgsql-jdbc
From: "John Cavacas" <oogly(at)rogers(dot)com>
To: <pgsql-jdbc(at)postgresql(dot)org>
Subject: JDBC Error codes
Date: 2003-02-09 22:59:50
Message-ID: 003101c2d08e$f3d1c6a0$6401a8c0@spook
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-jdbc

I've been looking for this information and as best as I can gather and
have experienced, the JDBC driver (either version 3 or the development
version) is not able to report back with error codes. Is this correct?
If so is there a plan to include this functionality soon?

It would make JDBC programing with PostgreSQL much simpler...

Thanks,
John


From: Barry Lind <blind(at)xythos(dot)com>
To: John Cavacas <oogly(at)rogers(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: JDBC Error codes
Date: 2003-02-09 23:06:36
Message-ID: 3E46DEFC.9090408@xythos.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-jdbc

John,

If you had checked the email archives you would have seen that this
question has been asked and answered a number of times on this list.
The short answer is that jdbc is waiting on error codes to be
implemented in the database proper. Once that is done they will be
exposed via jdbc. There is not schedule when this will be done though.

thanks,
--Barry

John Cavacas wrote:
> I've been looking for this information and as best as I can gather and
> have experienced, the JDBC driver (either version 3 or the development
> version) is not able to report back with error codes. Is this correct?
> If so is there a plan to include this functionality soon?
>
> It would make JDBC programing with PostgreSQL much simpler...
>
> Thanks,
> John
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
>