Re: [JPP-Devel] Improvement of DataStoreLayer retrieval for SpatialDatabasesDSMetadata

2018-08-11 Thread edgar . soldin
sounds like a libsqlite issue then.. ede On 8/8/2018 11:02, Nicolas Ribot wrote: > It crashed on 10.13.5 (desktop machine), but works on my macbook (10.13.5). > > I see different versions of libsqlite on the 2 machines. > > Nicolas > > On 8 August 2018 at 10:50, mailto:edgar.sol...@web.de>> >

Re: [JPP-Devel] Improvement of DataStoreLayer retrieval for SpatialDatabasesDSMetadata

2018-08-08 Thread Nicolas Ribot
It crashed on 10.13.5 (desktop machine), but works on my macbook (10.13.5). I see different versions of libsqlite on the 2 machines. Nicolas On 8 August 2018 at 10:50, wrote: > which OSX version are we talking about? ..ede > > On 8/8/2018 10:09, Nicolas Ribot wrote: > > Hello, > > > > Not yet

Re: [JPP-Devel] Improvement of DataStoreLayer retrieval for SpatialDatabasesDSMetadata

2018-08-08 Thread edgar . soldin
which OSX version are we talking about? ..ede On 8/8/2018 10:09, Nicolas Ribot wrote: > Hello, > > Not yet checked other driver versions. I just tested latest OJ 1.13 and OJ > 1.12. > > I will make some tests. > > Nicolas > > On 8 August 2018 at 09:45, mailto:edgar.sol...@web.de>> > wrote: >

Re: [JPP-Devel] Improvement of DataStoreLayer retrieval for SpatialDatabasesDSMetadata

2018-08-08 Thread Nicolas Ribot
Hello, Not yet checked other driver versions. I just tested latest OJ 1.13 and OJ 1.12. I will make some tests. Nicolas On 8 August 2018 at 09:45, wrote: > On 8/8/2018 7:06, Michaël Michaud wrote: > > sqlite : do you think you can track the change in OpenJUMP where this > regression happened

Re: [JPP-Devel] Improvement of DataStoreLayer retrieval for SpatialDatabasesDSMetadata

2018-08-08 Thread edgar . soldin
On 8/8/2018 7:06, Michaël Michaud wrote: > sqlite : do you think you can track the change in OpenJUMP where this > regression happened ? Did you check with different versions of the sqlite > driver ? yeah Nico, that would be most helpful, as you and i are probably the only ones w/ set up OSX ma

Re: [JPP-Devel] Improvement of DataStoreLayer retrieval for SpatialDatabasesDSMetadata

2018-08-07 Thread Michaël Michaud
Hi, Wow, good catch Nicolas. It would be an interesting improvement. sqlite : do you think you can track the change in OpenJUMP where this regression happened ? Did you check with different versions of the sqlite driver ? Michaël Le 07/08/2018 à 19:47, Nicolas Ribot a écrit : Hi all, The

[JPP-Devel] Improvement of DataStoreLayer retrieval for SpatialDatabasesDSMetadata

2018-08-07 Thread Nicolas Ribot
Hi all, The current way for a SpatialDatabasesDSMetadata to get information about a geo table is to send a query for each detected dataset in the OGC geometry_columns view/table: • first, a query is sent to find the list of schema and tables, • then for each Dataset name, a new query if sent to ge