Re: Problem with PGStatement.getLastOID()

Поиск
Список
Период
Сортировка
От ListMan
Тема Re: Problem with PGStatement.getLastOID()
Дата
Msg-id 6.0.1.1.0.20031202050033.01c7da38@mail.cybermaccara.com
обсуждение исходный текст
Ответ на Problem with PGStatement.getLastOID()  (ListMan <listman@cybermaccara.com>)
Список pgsql-jdbc
At 04:31 2.12.2003, Oliver Jowett wrote:
>1) Can you verify that the problematic bit of code is actually getting run
>when you test with the 7.3 drivers? Maybe they're causing different
>application behaviour for some reason, so the cast is never reached.
>
>2) What's the concrete class (via that System.println) of the Statement
>object when you use the 7.3 drivers?

Yes, on both points:

stmt.class: class org.postgresql.jdbc3.Jdbc3Statement
insertedoidbefore: -1
insertedoidafter: 424152

Only thing I changed was remove devel driver and copy 73 driver in place.

B Rgds,
JariP


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

Предыдущее
От: ListMan
Дата:
Сообщение: Re: Problem with PGStatement.getLastOID()
Следующее
От: Oliver Jowett
Дата:
Сообщение: patch: PSQLException cleanups & exception chaining