Ticket #861 (closed enhancement: fixed)

Opened 2 years ago

Last modified 2 years ago

DropGeometryTable should not raise exception if no geometry column

Reported by: aperi2007 Owned by: strk
Priority: medium Milestone: PostGIS 2.0.0
Component: postgis Version: trunk
Keywords: history Cc:

Description

Actually the DropGeometryTable? raise an exception if the table has no geometry column.

This patch avoid this exception. So the DropGeometryTable?() drop always the table if there isn't object dependent from it.

Attachments

patch.zip Download (353 bytes) - added by aperi2007 2 years ago.
Patch to avoid exception if no geometry column

Change History

Changed 2 years ago by aperi2007

Patch to avoid exception if no geometry column

Changed 2 years ago by aperi2007

Hi, this patch for avoid the exception to DropGeometryTable?() is ok ?

Changed 2 years ago by strk

  • owner changed from pramsey to strk
  • status changed from new to assigned

Changed 2 years ago by strk

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

r7014, includes testcase

Changed 2 years ago by robe

  • keywords history added
Note: See TracTickets for help on using tickets.