Re: JDBC Error codes - Mailing list pgsql-jdbc

From Barry Lind
Subject Re: JDBC Error codes
Date
Msg-id 3E46DEFC.9090408@xythos.com
Whole thread Raw
In response to JDBC Error codes  ("John Cavacas" <oogly@rogers.com>)
List 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@postgresql.org)
>



pgsql-jdbc by date:

Previous
From: "John Cavacas"
Date:
Subject: JDBC Error codes
Next
From: Barry Lind
Date:
Subject: Re: Obtaining precision and scale of NUMERIC types