Re: ResultSet.getClob() causing problems when used with JPA's @Lob

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема Re: ResultSet.getClob() causing problems when used with JPA's @Lob
Дата
Msg-id nndpkv$jv4$1@ger.gmane.org
обсуждение исходный текст
Ответ на Re: ResultSet.getClob() causing problems when used with JPA's @Lob  (Vladimir Sitnikov <sitnikov.vladimir@gmail.com>)
Список pgsql-jdbc
Vladimir Sitnikov schrieb am 28.07.2016 um 15:57:
>      > Thanks for looking into this, however could you please file a github PR so the system tests the change against
differentPostgreSQL / Java versions? 
>
>
>     Sorry, I don't have a github account, so I can't do that.
>
> I've created a PR with your changes. Tests work ok, however code style is not in line with the project.
> Here's the test report: https://travis-ci.org/pgjdbc/pgjdbc/builds/147963868
>
> Can you fix checkstyle errors as well?
> FYI: you can run `mvn checkstyle:check` to check the style locally.
>
> Vladimir

Thanks.

Here is a new patch with formatting fixed and a test for PgResultSet

Thomas


Вложения

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

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