Re: [osgeo4w-dev] SQLITE FTS4 unicode61 tokenizer

2015-07-30 Thread Denis Rouzaud

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

[osgeo4w-dev] SQLITE FTS4 unicode61 tokenizer

2015-07-30 Thread Denis Rouzaud

Dear all,

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?


Thanks a lot and best wishes,
Denis


[0] https://github.com/3nids/quickfinder/
[1] https://www.sqlite.org/fts3.html#tokenizer
___
osgeo4w-dev mailing list
osgeo4w-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/osgeo4w-dev


Re: [osgeo4w-dev] Upcoming PROJ 5.0.0 release

2018-02-19 Thread Denis Rouzaud
Hi Kristian,

I have setup the test suite on upcoming ubuntu bionic (18.04) on Travis.
Any chance to get PROJ 5 available there via a PPA or natively?

I don't have much time to spend on testing but having it as a package would
make it very straightforward.

It would be awesome to have this as preview on unstable for bionic :)

Cheers,

Denis

Le lun. 19 févr. 2018 à 10:59, Kristian Evers  a écrit :

> All,
>
>
>
> As you may know, a new version of the PROJ library is about to be
> released. At the moment we are on release candidate 3 [0].
>
> It is very likely that this release candidate will be promoted to the
> final release. Before that happens though, I want to make sure
>
> that everything works as expected in OSGeo4W. I still haven’t received any
> feedback on the release candidates from Windows
>
> users though. Could someone please test that the release candidate builds
> and works as expected in the OSGeo4W environment?
>
>
>
> Thanks in advance,
>
> Kristian
>
>
>
> [0] http://lists.maptools.org/pipermail/proj/2018-February/007990.html
> ___
> osgeo4w-dev mailing list
> osgeo4w-dev@lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/osgeo4w-dev
___
osgeo4w-dev mailing list
osgeo4w-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/osgeo4w-dev

Re: [osgeo4w-dev] Upcoming PROJ 5.0.0 release

2018-02-19 Thread Denis Rouzaud
Hi Kristian,

Yes Debian packages would help!

I know I can build it but I don't have the time to set it up either locally
or on Travis. I know it should not be too long, but I'm not that fast ;)

If you have any pointer towards upcoming Debian package, let me know.

Cheers,
Denis

Le lun. 19 févr. 2018 à 11:16, Kristian Evers <kr...@sdfe.dk> a écrit :

> Hi Denis,
>
>
>
> I am afraid I am not much help to you in that regard. I am not familiar
> with how Ubuntu does packaging and I don’t know what a PPA is. You can of
> course build PROJ as per usual on Unix based systems, but I am sure you are
> already aware of that. I know that the Debian guys are working on new
> packages, maybe that is useful to you?
>
>
>
> /Kristian
>
>
>
> *Fra:* Denis Rouzaud [mailto:denis.rouz...@gmail.com]
> *Sendt:* 19. februar 2018 16:10
> *Til:* Kristian Evers <kr...@sdfe.dk>
> *Cc:* osgeo4w-dev@lists.osgeo.org
> *Emne:* Re: [osgeo4w-dev] Upcoming PROJ 5.0.0 release
>
>
>
> Hi Kristian,
>
>
>
> I have setup the test suite on upcoming ubuntu bionic (18.04) on Travis.
>
> Any chance to get PROJ 5 available there via a PPA or natively?
>
>
>
> I don't have much time to spend on testing but having it as a package
> would make it very straightforward.
>
>
>
> It would be awesome to have this as preview on unstable for bionic :)
>
>
>
> Cheers,
>
>
>
> Denis
>
>
>
> Le lun. 19 févr. 2018 à 10:59, Kristian Evers <kr...@sdfe.dk> a écrit :
>
> All,
>
>
>
> As you may know, a new version of the PROJ library is about to be
> released. At the moment we are on release candidate 3 [0].
>
> It is very likely that this release candidate will be promoted to the
> final release. Before that happens though, I want to make sure
>
> that everything works as expected in OSGeo4W. I still haven’t received any
> feedback on the release candidates from Windows
>
> users though. Could someone please test that the release candidate builds
> and works as expected in the OSGeo4W environment?
>
>
>
> Thanks in advance,
>
> Kristian
>
>
>
> [0] http://lists.maptools.org/pipermail/proj/2018-February/007990.html
>
> ___
> osgeo4w-dev mailing list
> osgeo4w-dev@lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/osgeo4w-dev
>
>
___
osgeo4w-dev mailing list
osgeo4w-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/osgeo4w-dev