Re: JDBC Driver Modifies Calendar passed into setTimestamp()

Поиск
Список
Период
Сортировка
От Dave Cramer
Тема Re: JDBC Driver Modifies Calendar passed into setTimestamp()
Дата
Msg-id 426E7586.4050707@fastcrypt.com
обсуждение исходный текст
Ответ на JDBC Driver Modifies Calendar passed into setTimestamp() creates problem with Hibernate  (Michael Youngstrom <youngm@gmail.com>)
Ответы Re: JDBC Driver Modifies Calendar passed into setTimestamp()  (Oliver Jowett <oliver@opencloud.com>)
Список pgsql-jdbc
I'd suggest that we shouldn't be modifying the calendar object either.

Without looking at the bug, I'd probably agree with him.

dave

Michael Youngstrom wrote:

>There appears to be a possible problem with PreparedStatement's
>
>setTimestamp(int parameterIndex, Timestamp x, Calendar cal)
>
>The Calendar object passed into this method is modified by
>PostgreSQL's JDBC driver.  This causes problems with Hibernate.  I
>offered a solution for hibernate to clone the calendar before calling
>the method but Gavin King of Hibernate believes it's the JDBC driver's
>problem.  Here is the link to the hibernate bug discussed.
>
>http://opensource.atlassian.com/projects/hibernate/browse/HHH-405
>
>Mike
>
>---------------------------(end of broadcast)---------------------------
>TIP 5: Have you checked our extensive FAQ?
>
>               http://www.postgresql.org/docs/faq
>
>
>
>

--
Dave Cramer
http://www.postgresintl.com
519 939 0336
ICQ#14675561


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

Предыдущее
От: Michael Youngstrom
Дата:
Сообщение: JDBC Driver Modifies Calendar passed into setTimestamp() creates problem with Hibernate
Следующее
От: Oliver Jowett
Дата:
Сообщение: Re: JDBC Driver Modifies Calendar passed into setTimestamp()