Ticket #99 (closed defect: fixed)
shp2pgsql 'Only import DBF' error.
| Reported by: | brunocaponi | Owned by: | robe |
|---|---|---|---|
| Priority: | critical | Milestone: | PostGIS 1.3.6 |
| Component: | postgis | Version: | 1.3.X |
| Keywords: | Cc: |
Description
What steps will reproduce the problem? 1. shp2pgsql -n input
What is the expected output? What do you see instead? Must return all queries to insert only content of .DBF file, but that returned empty (or only BEGIN;END;) queries.
What version of the product are you using? On what operating system? postgis 1.3.5, linux - fedora 8.
Please provide any additional information below. Inthe version 1.3.3 shp2pgsql -n works perfectly. Only change in the file shp2pgsql.c is in:
if(readshape != 1 && DBFReadDeleted(hDBFHandle, j)) {
continue;
}
but I don't debug the function DBFReadDeleted...
Change History
Note: See
TracTickets for help on using
tickets.
