[GRASS-SVN] r74189 - grass/trunk/include
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Mar 8 11:22:39 PST 2019
Author: mmetz
Date: 2019-03-08 11:22:38 -0800 (Fri, 08 Mar 2019)
New Revision: 74189
Modified:
grass/trunk/include/dbmi.h
Log:
db: enlarge DB_SQL_MAX
Modified: grass/trunk/include/dbmi.h
===================================================================
--- grass/trunk/include/dbmi.h 2019-03-08 10:48:45 UTC (rev 74188)
+++ grass/trunk/include/dbmi.h 2019-03-08 19:22:38 UTC (rev 74189)
@@ -139,7 +139,7 @@
#define DB_UNDEFINED 2
/* static buffer for SQL statements */
-#define DB_SQL_MAX 4096
+#define DB_SQL_MAX 8192
typedef void *dbAddress;
typedef int dbToken;
More information about the grass-commit
mailing list