Hi Richard,
    Further update on this issue.

    I am observing this issue only with the library build using ndk-build
via terminal and the library built via android studio gradle works fine. Is
there any difference in compiling sqlite using gradle and via ndk-build via
terminal ?


Thanks,
Sathish

On Thu, May 17, 2018 at 8:07 AM, Sathish Kumar <connect.s...@gmail.com>
wrote:

> Hi Richard,
>       Is there any issue with this compile option ?
>
>
> Thanks,
> Sathish
>
>
> On Wed 16 May, 2018, 5:30 PM Sathish Kumar, <connect.s...@gmail.com>
> wrote:
>
>> sqlite> SELECT sqlite_source_id();
>>
>> 2017-06-08 14:26:16 0ee482a1e0eae22e08edc8978c9733
>> a96603d4509645f348ebf55b579e89636b
>>
>>
>> sqlite> PRAGMA compile_options;
>>
>> COMPILER=clang-5.0.300080
>>
>> DEFAULT_SYNCHRONOUS=2
>>
>> DEFAULT_WAL_SYNCHRONOUS=2
>>
>> ENABLE_FTS3
>>
>> ENABLE_FTS5
>>
>> ENABLE_JSON1
>>
>> ENABLE_RTREE
>>
>> SYSTEM_MALLOC
>>
>> TEMP_STORE=3
>>
>> THREADSAFE=1
>>
>> sqlite>
>>
>>
>> On Wed, May 16, 2018 at 5:29 PM, Richard Hipp <d...@sqlite.org> wrote:
>>
>>> On 5/16/18, Sathish Kumar <connect.s...@gmail.com> wrote:
>>> > Samsung S9 device with Android 8.0
>>>
>>> What output do you see from the following commands:
>>>
>>>   SELECT sqlite_source_id();
>>>   PRAGMA compile_options;
>>>
>>> --
>>> D. Richard Hipp
>>> d...@sqlite.org
>>>
>>
>>
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to