diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/sqliteLimit.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sqliteLimit.h b/src/sqliteLimit.h index a1307de6f..8d77d0da2 100644 --- a/src/sqliteLimit.h +++ b/src/sqliteLimit.h @@ -12,7 +12,7 @@ ** ** This file defines various limits of what SQLite can process. ** -** @(#) $Id: sqliteLimit.h,v 1.8 2008/03/26 15:56:22 drh Exp $ +** @(#) $Id: sqliteLimit.h,v 1.9 2009/01/07 16:15:43 danielk1977 Exp $ */ /* @@ -96,7 +96,7 @@ ** The maximum number of arguments to an SQL function. */ #ifndef SQLITE_MAX_FUNCTION_ARG -# define SQLITE_MAX_FUNCTION_ARG 100 +# define SQLITE_MAX_FUNCTION_ARG 127 #endif /* |