2016-04-19 15:29 GMT+02:00 R Smith <rsmith at rsweb.co.za>:

>
>
> 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.
>

?That is not completely sure, but very reasonable to expect. I will try it
(later) and let the list know the results.

-- 
Cecil Westerhof

Reply via email to