Opened 8 years ago
Closed 8 years ago
#524 closed enhancement (fixed)
sqlite3.dll build without -DSQLITE_ENABLE_COLUMN_METADATA
Reported by: | rouault | Owned by: | |
---|---|---|---|
Priority: | major | Component: | Package |
Version: | Keywords: | sqlite gdal | |
Cc: |
Description
GDAL can take advantage of some advanced function of sqlite if the later is built with -DSQLITE_ENABLE_COLUMN_METADATA
In that case GDAL's nmake.opt must declare SQLITE_HAS_COLUMN_METADATA=yes
Note:
See TracTickets
for help on using tickets.
sqlite3-3.17.0-2 built with SQLITE_ENABLE_COLUMN_METADATA.