VersionPrinter test generates an error for missing function
phillipross opened this issue · 1 comments
phillipross commented
VersionPrinter test class throws an error:
Caught SQLException while attempting query: org.postgresql.util.PSQLException ERROR: function postgis_uses_stats() does not exist
This is a non-fatal exception as far as the test suite is concerned. It does not fail the build. Perhaps all of the version checks in this test will need to be revisited.
https://github.com/postgis/postgis-java/blob/master/jdbc/src/test/java/org/postgis/VersionPrinter.java#L49
phillipross commented