[Geotools-devel] Geopackage re-initializing the table structure like crazy

2016-10-19 Thread Andrea Aime
Hi, looking at the extreme slowness of the geopackage tests (takes a few minutes to run them in online mode, like, Oracle level slow...) I found that the code is running the full test of "create tables" for geopackage support every time a connection is grabbed: https://github.com/geotools/geotools

Re: [Geotools-devel] Upgrading xerial-jdbc driver version in geopackage and mbtiles

2016-10-19 Thread Andrea Aime
Right, I thought that was going to be the direction too. It seems the Linux distributions have started to collaborate, mine ships with spatialite 4.3.0 which should allow dynamic linking. Now... we just need someone to do the work :-p Cheers Andrea On Wed, Oct 19, 2016 at 2:59 PM, Justin Deoliv

Re: [Geotools-devel] Upgrading xerial-jdbc driver version in geopackage and mbtiles

2016-10-19 Thread Justin Deoliveira
No suggestion unfortunately. That spatialite custom build of xerial was a pain to build, and probably not worth the effort. The intention was to have all of the library loading, etc… be transparent, in the same way that users of xerial don’t have to worry about loading the sqlite library. But it r

[Geotools-devel] Upgrading xerial-jdbc driver version in geopackage and mbtiles

2016-10-19 Thread Andrea Aime
Hi, working on the geopackage module I've found a test failing due to a bug in the xerial driver itself: https://bitbucket.org/xerial/sqlite-jdbc/issues/134/metadatagetindexinfo-throws-exception The latest version of the driver has this issue fixed, so I wanted to propose an upgrade from 3.8.6, t