On Tue, 22 Feb 2011 10:16:20 +1100, BareFeetWare
<list....@barefeetware.com> wrote:

>On 22/02/2011, at 4:31 AM, skywind mailing lists wrote:
>
>> "Supports SQLite extension" would be an accurate feature description. And in 
>> the cell (value) I suggest to put - if supported - FTS2, FTS3, RTree etc., 
>> otherwise a "-". A yes or no is insufficient because some support RTree but 
>> not FTS and vice versa.
>
>OK, that sounds good. I'll probably use "no" or "none" if no extension is 
>supported.
>
>Can anyone please tell me what should go in this cell for any
> SQLite GUI app they know (ie either FTS2, FTS3, RTree or none).
> Or how can I easily test this feature?

Perhaps
http://www.sqlite.org/pragma.html#pragma_compile_options

sqlite3 command line tool:
sqlite> select sqlite_version();
3.6.23.1
sqlite> PRAGMA compile_options;
ENABLE_FTS3
ENABLE_RTREE
TEMP_STORE=1
THREADSAFE=1


>Thanks,
>Tom
>BareFeetWare
-- 
  (  Kees Nuyt
  )
c[_]
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to