#6695 closed defect (fixed)
SQLite: non geometry column of type BLOB reported as geometry
Reported by: | Even Rouault | Owned by: | Even Rouault |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | OGR_SF | Version: | unspecified |
Severity: | normal | Keywords: | sqlite |
Cc: |
Description
When opening a sqlite/spatialite DB, some columns of type BLOB are sometimes misrecognized as being geometry columns. This happen when that BLOB column is before the geometry column(s) in the CREATE TABLE statement
Reported in https://lists.osgeo.org/pipermail/gdal-dev/2016-October/045351.html
Note:
See TracTickets
for help on using tickets.
In 35898: