Re: [INTERFACES] ConnectionPoolDataSource (JDBC) - Mailing list pgsql-interfaces

From Assaf Arkin
Subject Re: [INTERFACES] ConnectionPoolDataSource (JDBC)
Date
Msg-id 389F3988.B5189904@exoffice.com
Whole thread Raw
In response to RE: [INTERFACES] ConnectionPoolDataSource (JDBC)  (Peter Mount <petermount@it.maidstone.gov.uk>)
List pgsql-interfaces
Peter Mount wrote:
> 
> New in the 7.0 driver:
> * javax.sql support (thanks arkin)

Thank you. I want to point out that the Oracle JDBC drivers do not seem
to support javax.sql yet. Nice to see Postgresql getting ahead of the
curve :-)

Are there any plans to support X/Open error code reporting? Rather than
just reporting the message, the X/Open error code will be reported
allowing the application to determine from the SQLException what went
wrong. This allows the application to determine duplicate keys, aborted
transactions, etc.



> * ResultSet to use a cursor when retrieving results

Which type of cursors will be supported?

arkin

> These won't be done until after 7.0:
> * RowSet's
> * Updateable ResultSet's (not sure how to do this yet)
> 
> Peter

-- 
----------------------------------------------------------------------
Assaf Arkin                                           www.exoffice.com
CTO, Exoffice Technologies, Inc.                        www.exolab.org




pgsql-interfaces by date:

Previous
From: "Christian Schaer"
Date:
Subject: Approach can't open ...
Next
From: "Axel at ansonic"
Date:
Subject: RE: [INTERFACES] Bug in parser?