Ticket #1867 (closed defect: fixed)
ERROR: query string argument of EXECUTE is null
| Reported by: | strk | Owned by: | strk |
|---|---|---|---|
| Priority: | medium | Milestone: | PostGIS 2.0.1 |
| Component: | topology | Version: | 2.0.x |
| Keywords: | Cc: |
Description
Assuming there's no record in topology.topology where name = 'fake' the following queries all throw a "query string argument of EXECUTE is null" message:
select topogeo_addlinestring('fake', 'LINESTRING(0 0, 1 0)');
select topogeo_addpoint('fake', 'POINT(0 0)');
select topogeo_addpolygon('fake', 'POLYGON((0 0,10 0,10 10,0 0))');
Change History
Note: See
TracTickets for help on using
tickets.
