File: importzipshp5.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-- 267 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
ImportZipSHP - NULL geo-column
:memory: #use in-memory database
SELECT ImportZipSHP('test.zip', 'shapefile', 'table', 'UTF-8', 4326, NULL);
1 # rows (not including the header row)
1 # columns
ImportZipSHP('test.zip', 'shapefile', 'table', 'UTF-8', 4326, NULL)
(NULL)