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

From: Vladimir Sitnikov <sitnikov(dot)vladimir(at)gmail(dot)com>
To: Thomas Kellerer <spam_eater(at)gmx(dot)net>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: ResultSet.getClob() causing problems when used with JPA's @Lob
Date: 2016-07-28 13:57:31
Message-ID: CAB=Je-GEkYufGDMB0rh3KtOUj7h7OTMXxvpFJt3qEesJtWiWdw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

>
> > Thanks for looking into this, however could you please file a github PR
> so the system tests the change against different PostgreSQL / 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

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Thomas Kellerer 2016-07-28 20:23:44 Re: ResultSet.getClob() causing problems when used with JPA's @Lob
Previous Message Vladimir Sitnikov 2016-07-28 11:43:19 Re: Error in JDBC 'Date and Time' docs