[postgis-tickets] [PostGIS] #4745: Possible problem with new version 2.5.5
PostGIS
trac at osgeo.org
Wed Aug 19 08:02:04 PDT 2020
#4745: Possible problem with new version 2.5.5
----------------------+---------------------------
Reporter: ezimanyi | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 3.1.0
Component: postgis | Version: 2.5.x
Keywords: |
----------------------+---------------------------
It could be the case that there is a problem with the new version 2.5.5.
Since yesterday we have had problems making our tests work.
After many trials we made a fork of a commit 4e510dc that worked before
https://github.com/MobilityDB/MobilityDB/commits/develop
but it is no longer the case in my local repository
In particular we have this error
SELECT round(azimuth(temp), 12) FROM tbl_tgeogpoint3D WHERE azimuth(temp)
IS NOT NULL LIMIT 10;
ERROR: syntax error at or near "null"
LINE 1: ...ECT proj4text, auth_name, auth_srid, srtext FROM (null) WHER...
^
QUERY: SELECT proj4text, auth_name, auth_srid, srtext FROM (null) WHERE
srid = 4326 LIMIT 1
Could you please take a look ?
Many thanks for your help
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4745>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list