From: | Dave Cramer <pg(at)fastcrypt(dot)com> |
---|---|
To: | Brian K <harvestmoon299(at)gmail(dot)com> |
Cc: | List <pgsql-jdbc(at)postgresql(dot)org> |
Subject: | Re: Bug sent to bugs list |
Date: | 2018-04-23 22:18:55 |
Message-ID: | CADK3HHLg-Vq8+yJJa50z2Mufa8Ge-KW=LAaV-DG+s+yYEScnoQ@mail.gmail.com |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc |
Brian,
You must be using a very old version of the driver. That code does not
exist in the current version.
We really don't fix old versions. Please upgrade your JDBC driver
Dave Cramer
davec(at)postgresintl(dot)com
www.postgresintl.com
On 20 April 2018 at 13:01, Brian K <harvestmoon299(at)gmail(dot)com> wrote:
> Hi,
>
> I sent a bug report to the bugs list before I had access to send to this
> list. Please review it at https://www.postgresql.org/
> message-id/152391092483(dot)19372(dot)3490947165359902260(at)wrigleys(dot)postgresql(dot)org
>
> it is BUG #15158: JDBC driver has faulty comparison in method:
> haveMinimumServerVersion(String ver).
>
> The issue seemed to be identified in the code but not fixed. Seems like a
> simple fix to compare version strings using the Scanner class and the
> getInt() method (as seen at https://stackoverflow.com/a/6702042/1639527)
>
> Thanks,
> Brian
>
From | Date | Subject | |
---|---|---|---|
Next Message | Hari Babu Kommi | 2018-05-04 12:03:04 | [pgjdbc/pgjdbc] e88abd: spelling mistake correction (#1181) |
Previous Message | Dave Cramer | 2018-04-22 19:25:04 | Re: [PostgresJDBCDriver 42.2.2 Strange Behavior] Observed precision and scale being set as 17 for 'Double Precision data type' |