Opened 12 years ago

Closed 12 years ago

#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 (1)

comment:1 by strk, 12 years ago

Resolution: fixed
Status: newclosed

r9907 for 2.0.1 / r9908 for trunk

Note: See TracTickets for help on using tickets.