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
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
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
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
. 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
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