Re: [JPP-Devel] Spatialite datastore and mod_spatialite

2020-09-27 Thread edgar . soldin
On 27.09.2020 23:27, Michaud Michael wrote: > I saw that in sqlite driver, there are many tests like  > "if(pragmaTable.containsKey(akey))" where pragmaTable comes from the > Properties parameter. Maybe that's this way of using Properties that makes > "defaults" invisible. and yes, sounds reason

Re: [JPP-Devel] Spatialite datastore and mod_spatialite

2020-09-27 Thread Michaud Michael
g config = new SQLiteConfig();>> config.enableLoadExtension(true);>> configProperties = config.toProperties();>> }>>>> -Jukka->>>> -Alkuperäinen viesti->> Lähettäjä: edgar.sol...@web.de >> Lähetetty: lauantai 26. syyskuuta 2020 22.09>> Vastaan

Re: [JPP-Devel] Spatialite datastore and mod_spatialite

2020-09-27 Thread edgar . soldin
nfig.enableLoadExtension(true); >> configProperties = config.toProperties(); >> } >> >> -Jukka- >> >> -Alkuperäinen viesti- >> Lähettäjä: edgar.sol...@web.de >> Lähetetty: lauantai 26. syyskuuta 2020 22.09 >> Vastaanottaja: jum

Re: [JPP-Devel] Spatialite datastore and mod_spatialite

2020-09-26 Thread edgar . soldin
config.enableLoadExtension(true); > configProperties = config.toProperties(); > } > > -Jukka- > > -Alkuperäinen viesti- > Lähettäjä: edgar.sol...@web.de > Lähetetty: lauantai 26. syyskuuta 2020 22.09 > Vastaanottaja: jump-pilot-devel@lists.sou

Re: [JPP-Devel] Spatialite datastore and mod_spatialite

2020-09-26 Thread Rahkonen Jukka (MML)
. syyskuuta 2020 22.09 Vastaanottaja: jump-pilot-devel@lists.sourceforge.net Aihe: Re: [JPP-Devel] Spatialite datastore and mod_spatialite hey Jukka, i can replicate that mod_spatialite (v4 or 5, actually any version) is loaded correctly with DBQuery but not the DataStoreLayer framework. as to why i&#

Re: [JPP-Devel] Spatialite datastore and mod_spatialite

2020-09-26 Thread edgar . soldin
hey Jukka, i can replicate that mod_spatialite (v4 or 5, actually any version) is loaded correctly with DBQuery but not the DataStoreLayer framework. as to why i'm totally stumped as they actually do identical things codewise, wasted the whole friday on this. would you mind adding a bug ticket