Re: [INTERFACES] ConnectionPoolDataSource (JDBC)

Поиск
Список
Период
Сортировка
От Assaf Arkin
Тема Re: [INTERFACES] ConnectionPoolDataSource (JDBC)
Дата
Msg-id 389F3988.B5189904@exoffice.com
обсуждение исходный текст
Ответ на RE: [INTERFACES] ConnectionPoolDataSource (JDBC)  (Peter Mount <petermount@it.maidstone.gov.uk>)
Список 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 по дате отправления:

Предыдущее
От: "Christian Schaer"
Дата:
Сообщение: Approach can't open ...
Следующее
От: "Axel at ansonic"
Дата:
Сообщение: RE: [INTERFACES] Bug in parser?