[gdal-dev] Ogr sqlite spatialite shared caching 2.0.1

kelly elton its.the.doc at gmail.com
Thu Dec 10 11:13:48 PST 2015


Ah shit. I was trying the sqlite3_ version but I used the wrong case :\

Thanks for the verification and information, it appears to be working.

On Thu, Dec 10, 2015 at 1:45 PM <a.furieri at lqt.it> wrote:

> On Thu, 10 Dec 2015 18:22:09 +0000, kelly elton wrote:
> > I'm just trying to figure out how to turn on SQlite/Spatialite shared
> > cache in the latest stable version 2.0.1
> >
> > Before I would just call SPLite3_enable_shared_cache but apparently
> > that's been deprecated and doesn't exist anymore.(as well as
> > SPLite4_enable_shared_cache)
> >
> > It also appears that SQLite3_enable_shared_cache doesn't work either.
> >
> > From the docs on Sqlite it says you can enable shared cache per
> > connection via the connection string, but it doesn't look like
> > there's
> > any way to do that in Ogr right now.
> >
> > I'm just looking for suggestions on how to enable it.
> >
>
> Hi Kelly,
>
> all link symbols starting with "SPLite3_" simply were a tricky
> workaround adopted by the infamous (and now officially deprecated)
> spatialite-amalgamation.
>
> the real names for all those symbols are the ones defined by
> libsqlite3 and usually starting with "sqlite3_".
> here you can check the full list of all API supported by SQLite:
>
> https://www.sqlite.org/c3ref/funclist.html
>
> bye Sandro
> _______________________________________________
> gdal-dev mailing list
> gdal-dev at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/gdal-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/gdal-dev/attachments/20151210/70d574a8/attachment.html>


More information about the gdal-dev mailing list