[GRASS-SVN] r31546 - grass/trunk/include

svn_grass at osgeo.org svn_grass at osgeo.org
Wed May 28 09:19:51 EDT 2008


Author: hamish
Date: 2008-05-28 09:19:50 -0400 (Wed, 28 May 2008)
New Revision: 31546

Modified:
   grass/trunk/include/dbmi.h
Log:
change default DB to sqlite. let's see what breaks..

Modified: grass/trunk/include/dbmi.h
===================================================================
--- grass/trunk/include/dbmi.h	2008-05-28 12:01:34 UTC (rev 31545)
+++ grass/trunk/include/dbmi.h	2008-05-28 13:19:50 UTC (rev 31546)
@@ -6,7 +6,7 @@
 
 #define DB_VERSION "0"
 
-#define DB_DEFAULT_DRIVER "dbf"
+#define DB_DEFAULT_DRIVER "sqlite"
 
 /* DB Prodedure Numbers */
 #define DB_PROC_VERSION                 999



More information about the grass-commit mailing list