Changes between Initial Version and Version 1 of Ticket #19678, comment 10
- Timestamp:
- Dec 6, 2013, 4:27:54 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19678, comment 10
initial v1 1 I've uploaded a modified version of Claude's patch that works for me (spatialite 3.x here, note how the version conditional was changed to only in version 4.x otherwise most of the GIS tests fail becuase AFAICS libspatialite 3 doesn't create the new srtex column).1 I've uploaded a modified version of Claude's patch that works for me (spatialite 3.x here, note how the version conditional was changed to check version 4.x otherwise most of the GIS tests fail because AFAICS spatialite 3 doesn't create the new srtex column). 2 2 3 3 Perhaps this can be divided in two different commits?