[GRASS-SVN] r74190 - grass/branches/releasebranch_7_6/include
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Mar 8 11:22:55 PST 2019
Author: mmetz
Date: 2019-03-08 11:22:55 -0800 (Fri, 08 Mar 2019)
New Revision: 74190
Modified:
grass/branches/releasebranch_7_6/include/dbmi.h
Log:
db: enlarge DB_SQL_MAX
Modified: grass/branches/releasebranch_7_6/include/dbmi.h
===================================================================
--- grass/branches/releasebranch_7_6/include/dbmi.h 2019-03-08 19:22:38 UTC (rev 74189)
+++ grass/branches/releasebranch_7_6/include/dbmi.h 2019-03-08 19:22:55 UTC (rev 74190)
@@ -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