Opened 13 years ago
Closed 13 years ago
#1423 closed defect (fixed)
Getting error on regress tests for GML
Reported by: | robe | Owned by: | robe |
---|---|---|---|
Priority: | blocker | Milestone: | PostGIS 2.0.0 |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description
I know I know -- checking on why now and will fix. I assume I flipped one of my args the wrong way.
One question -- I thought we decides ST_AsGML(empty) should return NULL?
One of the regress failures I'm getting is :
SELECT 'T3.8', ST_AsGML(3,'LINESTRING EMPTY'::geometry);
In version before my change - I think it was returning:
<gml:Point/>
and now its not returning anything -- which is what I thought we decided it should do.
Change History (2)
comment:1 by , 13 years ago
Owner: | changed from | to
---|
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
fixed at r8635