Re: Postgis example TestAutoregister is not working due to missing getVersion() from pgjdbc community jar

From: Dave Cramer <pg(at)fastcrypt(dot)com>
To: Vladimir Sitnikov <sitnikov(dot)vladimir(at)gmail(dot)com>
Cc: Fahar Abbas <fahar(dot)abbas(at)enterprisedb(dot)com>, List <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Postgis example TestAutoregister is not working due to missing getVersion() from pgjdbc community jar
Date: 2017-08-04 17:24:29
Message-ID: CADK3HH+h4K-+caO-_tNpq9MHjRY_cdbNC50FQLn1NeDCLbnotg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Fair enough.

We can leave it in there, it's not like it is a big deal. However we may
want to remove the deprecated annotation?

Dave Cramer

davec(at)postgresintl(dot)com
www.postgresintl.com

On 4 August 2017 at 10:21, Vladimir Sitnikov <sitnikov(dot)vladimir(at)gmail(dot)com>
wrote:

> Well,
>
> There's org.postgis.DriverWrapper.getVersion() {
> return "PostGisWrapper " + REVISION + ", wrapping " + Driver.getVersion();
>
> https://github.com/postgis/postgis-java/blob/
> 1102828ab6341ca59a7e610e8605f8b7b4530c3f/jdbc/src/main/java/
> org/postgis/DriverWrapper.java#L198
>
> There are 9 other usages ( https://github.com/postgis/
> postgis-java/search?utf8=%E2%9C%93&q=%22Driver.getVersion%22&type= )
>
> Vladimir
>

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Vladimir Sitnikov 2017-08-04 17:33:00 Re: Postgis example TestAutoregister is not working due to missing getVersion() from pgjdbc community jar
Previous Message Vladimir Sitnikov 2017-08-04 17:21:56 Re: Postgis example TestAutoregister is not working due to missing getVersion() from pgjdbc community jar