Opened 10 years ago
Closed 10 years ago
#2997 closed defect (invalid)
toTopoGeom does not complain if given an unexistent topology name
Reported by: | strk | Owned by: | strk |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.1.5 |
Component: | topology | Version: | 2.1.x |
Keywords: | Cc: |
Description
When the topology name argument passed to toTopoGeom does not correspond to an existing topology, no error is raised. Rather, a NULL is returned.
Note:
See TracTickets
for help on using tickets.
Oops, invalid report. It was me passing a null argument.. You do indeed get an error upfront with a non-existent topology name.