On 2016/04/19 2:49 PM, Cecil Westerhof wrote: > 2016-04-18 12:47 GMT+02:00 Olivier Mascia <om at integral.be>: > >> PRAGMA compile_options; (has SQLITE_SECURE_DELETE been set for compiling >> the library?) >> > ?sqlite3 checkUUID.sqlite > SQLite version 3.8.7.1 2014-10-29 13:59:56 > Enter ".help" for usage hints. > sqlite> PRAGMA compile_options; > ENABLE_COLUMN_METADATA > ENABLE_FTS3 > ENABLE_RTREE > ENABLE_UNLOCK_NOTIFY > ENABLE_UPDATE_DELETE_LIMIT > MAX_SCHEMA_RETRY=25 > OMIT_LOOKASIDE > SECURE_DELETE > SOUNDEX > SYSTEM_MALLOC > TEMP_STORE=1 > THREADSAFE=1
Ahh, the riddle is solved... SECURE_DELETE is the culprit. See if you can turn that off in your setup. Good luck! Ryan

