<div dir="ltr">Ah shit. I was trying the sqlite3_ version but I used the wrong case :\<div><br></div><div>Thanks for the verification and information, it appears to be working.</div></div><br><div class="gmail_quote"><div dir="ltr">On Thu, Dec 10, 2015 at 1:45 PM <<a href="mailto:a.furieri@lqt.it">a.furieri@lqt.it</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Thu, 10 Dec 2015 18:22:09 +0000, kelly elton wrote:<br>
> I'm just trying to figure out how to turn on SQlite/Spatialite shared<br>
> cache in the latest stable version 2.0.1<br>
><br>
> Before I would just call SPLite3_enable_shared_cache but apparently<br>
> that's been deprecated and doesn't exist anymore.(as well as<br>
> SPLite4_enable_shared_cache)<br>
><br>
> It also appears that SQLite3_enable_shared_cache doesn't work either.<br>
><br>
> From the docs on Sqlite it says you can enable shared cache per<br>
> connection via the connection string, but it doesn't look like<br>
> there's<br>
> any way to do that in Ogr right now.<br>
><br>
> I'm just looking for suggestions on how to enable it. <br>
><br>
<br>
Hi Kelly,<br>
<br>
all link symbols starting with "SPLite3_" simply were a tricky<br>
workaround adopted by the infamous (and now officially deprecated)<br>
spatialite-amalgamation.<br>
<br>
the real names for all those symbols are the ones defined by<br>
libsqlite3 and usually starting with "sqlite3_".<br>
here you can check the full list of all API supported by SQLite:<br>
<br>
<a href="https://www.sqlite.org/c3ref/funclist.html" rel="noreferrer" target="_blank">https://www.sqlite.org/c3ref/funclist.html</a><br>
<br>
bye Sandro<br>
_______________________________________________<br>
gdal-dev mailing list<br>
<a href="mailto:gdal-dev@lists.osgeo.org" target="_blank">gdal-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/gdal-dev" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman/listinfo/gdal-dev</a></blockquote></div>