Re: What changed?

Поиск
Список
Период
Сортировка
От Paul Tomblin
Тема Re: What changed?
Дата
Msg-id 20070413193355.GA13445@allhats.xcski.com
обсуждение исходный текст
Ответ на Re: What changed?  (Mark Lewis <mark.lewis@mir3.com>)
Ответы Re: What changed?
Список pgsql-jdbc
Quoting Mark Lewis (mark.lewis@mir3.com):
> This is addressed in the FAQ, look at the section titled, "I upgraded
> from 7.x to 8.x. Why did my application break?"
>
> http://jdbc.postgresql.org/documentation/faq.html#upgradeTo80

Except neither of the two categories documented there apply to me.  The
problem I'm having is that I'm calling either
    stmt.setNull(p, java.sql.Types.TIMESTAMP);
or
    stmt.setTimestamp(p, startDBDate);
and it's staying that it can't tell the type, in spite of the fact that I
do specify it in both cases.

--
Paul Tomblin <ptomblin@xcski.com> http://blog.xcski.com/
"We sealed our federal pact without bloodshed and without exploitation of
the weak by the strong.  All it took was fairness, justice and some
compromises on both sides." - George-Etienne Cartier.

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

Предыдущее
От: Mark Lewis
Дата:
Сообщение: Re: What changed?
Следующее
От: Mark Lewis
Дата:
Сообщение: Re: What changed?