[GRASS-SVN] r54050 - grass/trunk/db/db.connect
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Nov 26 07:58:52 PST 2012
Author: neteler
Date: 2012-11-26 07:58:51 -0800 (Mon, 26 Nov 2012)
New Revision: 54050
Modified:
grass/trunk/db/db.connect/db.connect.html
Log:
updated to reflect new behaviour of storing sqlite DB in subdir
Modified: grass/trunk/db/db.connect/db.connect.html
===================================================================
--- grass/trunk/db/db.connect/db.connect.html 2012-11-26 13:50:52 UTC (rev 54049)
+++ grass/trunk/db/db.connect/db.connect.html 2012-11-26 15:58:51 UTC (rev 54050)
@@ -35,7 +35,7 @@
Local storage:
<br>
<div class="code"><pre>
-db.connect driver=sqlite database='$GISDBASE/$LOCATION_NAME/$MAPSET/sqlite.db'
+db.connect driver=sqlite database='$GISDBASE/$LOCATION_NAME/$MAPSET/sqlite/sqlite.db'
db.connect -p
db.tables -p
</pre></div>
More information about the grass-commit
mailing list