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

From: Vladimir Sitnikov <sitnikov(dot)vladimir(at)gmail(dot)com>
To: Dave Cramer <pg(at)fastcrypt(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:21:56
Message-ID: CAB=Je-FnNz6Pjim3yYRMSJgbT0U+daeEQmqKW+aRaBr3e46RkQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

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 Dave Cramer 2017-08-04 17:24:29 Re: Postgis example TestAutoregister is not working due to missing getVersion() from pgjdbc community jar
Previous Message Dave Cramer 2017-08-04 17:08:22 Re: Postgis example TestAutoregister is not working due to missing getVersion() from pgjdbc community jar