Re: postgresql 8.4 type mapping problem

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: postgresql 8.4 type mapping problem
Дата
Msg-id alpine.BSO.2.00.1009080652010.30970@leary.csoft.net
обсуждение исходный текст
Ответ на postgresql 8.4 type mapping problem  (joiny <jbakwd@gmail.com>)
Ответы Re: postgresql 8.4 type mapping problem
Список pgsql-jdbc

On Wed, 8 Sep 2010, joiny wrote:

> I defined a filed with "character" type,how to mapping this type to java.
> I hava used "char" ,"Character","String","Integer".they are all error.
>
>
> here is the Exception info
> "Caused by: java.lang.IllegalArgumentException: Can't change resolved type
> for param: 8 from 1043 to 1042
> at
> org.postgresql.core.v3.SimpleParameterList.setResolvedType(SimpleParameterList.java:230)

I believe this has already been fixed.  Please try using a 8.4-702 driver:

http://jdbc.postgresql.org/download.html

Kris Jurka

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

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: JDBC driver method setClob always uses getAsciiStream()
Следующее
От: Thiago Godoi
Дата:
Сообщение: Send a command to postgres and close the program