Re: jdbc integer value oid to big!

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: jdbc integer value oid to big!
Дата
Msg-id 45EC479B.3030208@enterprisedb.com
обсуждение исходный текст
Ответ на jdbc integer value oid to big!  (Danny Schueler <danny.schueler@bvv.bayern.de>)
Ответы Re: jdbc integer value oid to big!  (Kris Jurka <books@ejurka.com>)
Список pgsql-jdbc
Danny Schueler wrote:
> in short: The software detects the db-oids, determies the type of the values with the
> TypeInfoCache and gets Integer. The following attemt, to get the variable in it's original type,
> fails and results in an error!
> The database can handle integer values with max. values until 2^32 as oid (unsigned),
> the jdbc can handle only 2^31 (signed).
>
> What can i do, to fix this Problem?

That was fixed in CVS head few weeks ago. If you need the fix
immediately, you can checkout the latest CVS version and build the
driver yourself.

I think we should backpatch the fix...

--
   Heikki Linnakangas
   EnterpriseDB   http://www.enterprisedb.com

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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: JDBC driver bug?
Следующее
От: Jeff Lanzarotta
Дата:
Сообщение: Exception on call to isValid() method