> On Nov 10, 2017, at 6:50 AM, Peter Da Silva <peter.dasi...@flightaware.com> 
> wrote:
> 
>> I'm using the amalgamation by default, so I don't think FTS is in the DLL.  
>> I can recompile, but that now introduces complications on machines that may 
>> not have this exact DLL.  (A couple people in my company use this app)
> 
> The same problem would presumably apply to the regex extension... not all 
> users would have that extension.

What platform is this for? Apple platforms ship with SQLite libraries that 
include FTS (not sure about regex, but it’d be easy to check.)

On other platforms, you can just statically link SQLite into your application 
and not have to worry what version or configuration might be on the user’s 
machine.

—Jens
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to