Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.6, 10.11, 11.4, 11.8, 12.3
-
None
-
Can result in unexpected behaviour
-
Crash or incorrect result when st_geometryfromtext, st_geometryfromwkb, st_geomfromgeojson were getting non-constant NULL in the second or third argument.
Description
SELECT ST_GeomFromGeoJSON('{"type":"Point","coordinates":[1,1]}', IF(1=1, NULL, 1)) |
Reported by Qing Xu