File: importzipdbf8.testcase

package info (click to toggle)
spatialite 5.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 71,752 kB
  • sloc: ansic: 570,747; sh: 11,225; makefile: 8,369; yacc: 1,972; xml: 717
file content (7 lines) | stat: -rw-r--r-- 275 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
ImportZipDBF - NULL colname case
:memory: #use in-memory database
SELECT ImportZipDBF('test.zip', 'shapefile', 'table', 'UTF-8', 'id', 0, NULL);
1 # rows (not including the header row)
1 # columns
ImportZipDBF('test.zip', 'shapefile', 'table', 'UTF-8', 'id', 0, NULL)
(NULL)