|
From: <svn...@os...> - 2012-01-06 15:26:39
|
Author: jdeolive Date: 2012-01-06 07:26:32 -0800 (Fri, 06 Jan 2012) New Revision: 38468 Modified: trunk/docs/user/library/jdbc/spatiallite.rst Log: specifying which versions of sqlite/spatialite are supported Modified: trunk/docs/user/library/jdbc/spatiallite.rst =================================================================== --- trunk/docs/user/library/jdbc/spatiallite.rst 2012-01-06 03:33:55 UTC (rev 38467) +++ trunk/docs/user/library/jdbc/spatiallite.rst 2012-01-06 15:26:32 UTC (rev 38468) @@ -1,10 +1,16 @@ -Spatial Lite Plugin -------------------- +SpatiaLite Plugin +----------------- Supports direct access to a SQLite/SpatiaLite database. SQLite is a popular embedded relational database. SpatiaLite is the spatial extension to SQLite. +.. note:: + + The plugin uses internal versions of SpatiaLite (2.3.1) and SQLite (3.7.2). + Therefore the plugin is only capable of accessing databases that are + compatible with these versions. + References: * http://www.sqlite.org/ |