Skip to content

Commit

Permalink
db: enlarge DB_SQL_MAX
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.osgeo.org/grass/grass/trunk@74189 15284696-431f-4ddb-bdfa-cd5b030d7da7
  • Loading branch information
metzm committed Mar 8, 2019
1 parent e48ecef commit 34fbd93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/dbmi.h
Expand Up @@ -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;
Expand Down

0 comments on commit 34fbd93

Please sign in to comment.