Le lundi 24 octobre 2016 13:21:46, Christian Urich a écrit : > Here is a link to a small test database > > https://www.dropbox.com/s/vwu4q7ud3e3sv2y/binary_blob.sqlite.zip?dl=0 > <https://www.dropbox.com/s/vwu4q7ud3e3sv2y/binary_blob.sqlite.zip?dl=0> > > The problem seems to come up when the BLOB is a bit bigger. I couldn’t > reproduce it with a smaller dataset.
I've fixed the issue per https://trac.osgeo.org/gdal/ticket/6695 You can workaround it by having the non geometry BLOB columns listed after the geometry one(s) in the CREATE TABLE statement. Even -- Spatialys - Geospatial professional services http://www.spatialys.com _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
