[gdal-dev] Wrongly identified SQLITE_BLOB as geomtry
jratike80
jukka.rahkonen at maanmittauslaitos.fi
Mon Oct 24 01:17:42 PDT 2016
Please put a test db somewhere or describe how to create such a database. I
made a quick test by importing some XML file with spatialite-gui 1.8.0-dev.
it creates a table as
CREATE TABLE "xml" (
"pk_uid" INTEGER PRIMARY KEY AUTOINCREMENT,
"xml_document" BLOB NOT NULL
,"file_name" TEXT NOT NULL
,"schema_uri" TEXT
,"parse_errors" TEXT
,"validate_errors" TEXT);
Test with ogrinfo of GDAL 2.2.0dev does not list table "xml".
ogrinfo blob.sqlite
INFO: Open of `blob.sqlite'
using driver `SQLite' successful.
1: layer_1 (Point)
-Jukka Rahkonen-
--
View this message in context: http://osgeo-org.1560.x6.nabble.com/gdal-dev-Wrongly-identified-SQLITE-BLOB-as-geomtry-tp5292220p5292228.html
Sent from the GDAL - Dev mailing list archive at Nabble.com.
More information about the gdal-dev
mailing list