OK, tested on x86 and x64, it works perfect.
Thanks a lot Jürgen!

On 07/30/2015 11:52 AM, Jürgen E. Fischer wrote:
Hi Denis,

On Thu, 30. Jul 2015 at 11:03:49 +0200, Denis Rouzaud wrote:
For a QGIS plugin (quickifinder [0]), I am using FTS in SQLite.
While trying to use unicode61 tokenizer, I get a python error:

OperationalError: unknown tokenizer: unicode61

 From sqlite.org documentation [1], unicode61 is available from
version 3.7.13.

I tried with the installed Osgeo4w package, SQLite is at 3.7.17.

 From a quick googling, there is an option at compilation for this
tokenizer:
SQLITE_ENABLE_FTS4_UNICODE61

Is is enabled in Osgeo4w?
If not, is there any reason?
If not, would there be a chance to enable it?
from #qgis:
<drouzaud> jef: would it be ok for you to add -DSQLITE_ENABLE_FTS4_UNICODE61
<drouzaud> ?
<jef> drouzaud: no idea - what does it do?
<drouzaud> jef: it's for a tokenier in full text search
<drouzaud> https://www.sqlite.org/fts3.html#tokenizer
<sigq> Title: SQLite FTS3 and FTS4 Extensions (at www.sqlite.org)
<drouzaud> jef: better handling of latin languages
<jef> drouzaud: try 3.1.17-2 please


Jürgen



_______________________________________________
osgeo4w-dev mailing list
osgeo4w-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/osgeo4w-dev

_______________________________________________
osgeo4w-dev mailing list
osgeo4w-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/osgeo4w-dev

Reply via email to