]> granicus.if.org Git - postgis/commit
Patch from strk:
authorPaul Ramsey <pramsey@cleverelephant.ca>
Mon, 29 Sep 2003 16:15:22 +0000 (16:15 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Mon, 29 Sep 2003 16:15:22 +0000 (16:15 +0000)
commit181de679d321a4ae24bb89eea36adf59d383086a
tree082db6c1d1a13afc13cbe85756f10a4ff2e543e5
parentf47d0fe9c0f7e3ea8192af6e99e3098f05e4c89e
Patch from strk:
- "\t" always preceeded the first value of a dump_format query
  if NULL

- field values where quoted with (") in dump_format when
  called with -k ( did I introduce that? )

- Appropriate calls to DBF[..]ReadAttributes based on
  cached attribute types.

- Assured that *all* shapes are NULL before exiting with
  an error ( I did not check that NULL shapes in the midle
  of the shapefiles are handled, but previous code did
  not check that either ... )

git-svn-id: http://svn.osgeo.org/postgis/trunk@305 b70326c6-7e19-0410-871a-916f4a2858ee
loader/shp2pgsql.c