Error in JDBC 'Date and Time' docs

Поиск
Список
Период
Сортировка
От David Schmidt
Тема Error in JDBC 'Date and Time' docs
Дата
Msg-id CAH6v9uHnaDq6jjVMTTBymzCCQRmM3vPvkcwCdPyOSbGNnSZkqQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: Error in JDBC 'Date and Time' docs  (Vladimir Sitnikov <sitnikov.vladimir@gmail.com>)
Список pgsql-jdbc
Hi,

the docs at
https://jdbc.postgresql.org/documentation/head/8-date-time.html
tell me to use the OffsetTime class for TIMESTAMP WITH TIMEZONE.

Acording to my tests and the source, this is wrong and should be OffsetDateTime:

-David

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

Предыдущее
От: Vladimir Sitnikov
Дата:
Сообщение: Re: Error in JDBC 'Date and Time' docs
Следующее
От: Vladimir Sitnikov
Дата:
Сообщение: Re: ResultSet.getClob() causing problems when used with JPA's @Lob