Re: reading an oidvector field error

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: reading an oidvector field error
Дата
Msg-id Pine.BSO.4.61.0601161650430.8600@leary.csoft.net
обсуждение исходный текст
Ответ на Re: reading an oidvector field error  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: reading an oidvector field error  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-jdbc

On Mon, 16 Jan 2006, Tom Lane wrote:

> In very recent PG releases, you could cast oidvector to oid[] (or maybe
> better int8[]) in your query, but unless the JDBC array code copes with
> nondefault subscripts, it'll still have trouble:
>

The JDBC array code throws away nondefault subscripts because the JDBC
spec says that all arrays are 1-indexed.  For the most part people don't
want non-default subscripts and only get them via prepending operations
that they didn't expect to alter the indexing (of course these are now
gone in 8.2).

Kris Jurka

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: reading an oidvector field error
Следующее
От: Prasanth
Дата:
Сообщение: getDate after call to updateDate