Ticket #1867 (closed defect: fixed)

Opened 11 months ago

Last modified 11 months ago

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

Changed 11 months ago by strk

  • status changed from new to closed
  • resolution set to fixed

r9907 for 2.0.1 / r9908 for trunk

Note: See TracTickets for help on using tickets.