fix to be able to build with GOTAGS=libsqlite3

This commit is contained in:
Tetsuya Morimoto
2017-11-05 20:01:16 +09:00
parent b07b06e15c
commit 9dddfd1328

View File

@@ -120,6 +120,8 @@ void updateHookTrampoline(void*, int, char*, char*, sqlite3_int64);
# define SQLITE_LIMIT_VARIABLE_NUMBER 9
# define SQLITE_LIMIT_TRIGGER_DEPTH 10
# define SQLITE_LIMIT_WORKER_THREADS 11
# else
# define SQLITE_LIMIT_WORKER_THREADS 11
#endif
static int _sqlite3_limit(sqlite3* db, int limitId, int newLimit) {