Re: [sqlite] Testing for existence of extension

2008-10-14 Thread Christoph Burgmer
Am Tuesday, 14. October 2008 schrieb Roger Binns:
> You may want to create a ticket asking for a method of getting the names
> of available extensions.

See #3436.

Thanks for the answer.

Christoph
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


[sqlite] Testing for existence of extension

2008-10-13 Thread Christoph Burgmer
Hi,

I am a happy user of FTS3 and want to rely on this functionality in my program 
which hopefully will be used on a variety of systems. Now I found out that it 
wouldn't even run on a up to date Ubuntu, at least two bug reports are 
pending.
Now that FTS3 will only be optionally available, which is fine for me, I would 
like to gracefully degrade when the extension is not found. Just how to find 
out about it?
As I read, it can either be compiled in, or plugged into the system, the 
second solution obviously requesting my system to take care of this as I 
understand. How can I find out if and how it is available to me?
I checked both website (and wiki) and mailing list, but can't find help on 
checking for the existence of a plugin, nor about compiled-in options.

Help appreciated,

Christoph Burgmer
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users