[GRASS-SVN] r36568 - grass/branches/develbranch_6/db/drivers/sqlite

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Apr 2 11:46:59 EDT 2009


Author: neteler
Date: 2009-04-02 11:46:59 -0400 (Thu, 02 Apr 2009)
New Revision: 36568

Modified:
   grass/branches/develbranch_6/db/drivers/sqlite/grass-sqlite.html
Log:
say when the sqlite file is generated

Modified: grass/branches/develbranch_6/db/drivers/sqlite/grass-sqlite.html
===================================================================
--- grass/branches/develbranch_6/db/drivers/sqlite/grass-sqlite.html	2009-04-02 15:46:17 UTC (rev 36567)
+++ grass/branches/develbranch_6/db/drivers/sqlite/grass-sqlite.html	2009-04-02 15:46:59 UTC (rev 36568)
@@ -15,13 +15,15 @@
 <H2>Creating a SQLite database</H2>
 
 GRASS is automatically creating the SQLite database if it is not yet
-existing. It is sufficient to define the connection (see next step).
+existing when the first table is created in the SQLite database. It
+is sufficient to define the connection (see next step).
 
 <H2>Connecting GRASS to SQLite</H2>
 
 The database name 'sqlite.db' is at user's choice.
 Also the file storage location can be freely chosen. If the database
-does not exist, it will be automatically created:
+does not exist, it will be automatically created when database content
+is created:
 
 <div class="code"><pre>
 # example for storing DB in mapset directory (keep single quotes):



More information about the grass-commit mailing list