Fossil SCM

Removed ENABLE_JSON1 flag from tools/sqlcompattest.c because that flag is no longer in sqlite3 as of 3.38, which is the current minimum required version. Reported in [forum:549da79dd9 | forum post 549da79dd9].

stephan 2022-02-26 14:37 trunk
Commit 8af827342f4c4a774cfb6b78f73e2e9d07acf1e8d984e4533e3aac5cd4929471
1 file changed -1
--- tools/sqlcompattest.c
+++ tools/sqlcompattest.c
@@ -62,11 +62,10 @@
6262
version=(major*1000000)+(minor*1000)+release;
6363
6464
int i;
6565
static const char *zRequiredOpts[] = {
6666
"ENABLE_FTS4", /* Required for repository search */
67
- "ENABLE_JSON1", /* Required for the check-in locking protocol */
6867
"ENABLE_DBSTAT_VTAB", /* Required by /repo-tabsize page */
6968
};
7069
7170
/* Check minimum SQLite version number */
7271
if( sqlite3_libversion_number()<version ){
7372
--- tools/sqlcompattest.c
+++ tools/sqlcompattest.c
@@ -62,11 +62,10 @@
62 version=(major*1000000)+(minor*1000)+release;
63
64 int i;
65 static const char *zRequiredOpts[] = {
66 "ENABLE_FTS4", /* Required for repository search */
67 "ENABLE_JSON1", /* Required for the check-in locking protocol */
68 "ENABLE_DBSTAT_VTAB", /* Required by /repo-tabsize page */
69 };
70
71 /* Check minimum SQLite version number */
72 if( sqlite3_libversion_number()<version ){
73
--- tools/sqlcompattest.c
+++ tools/sqlcompattest.c
@@ -62,11 +62,10 @@
62 version=(major*1000000)+(minor*1000)+release;
63
64 int i;
65 static const char *zRequiredOpts[] = {
66 "ENABLE_FTS4", /* Required for repository search */
 
67 "ENABLE_DBSTAT_VTAB", /* Required by /repo-tabsize page */
68 };
69
70 /* Check minimum SQLite version number */
71 if( sqlite3_libversion_number()<version ){
72

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button