Fossil SCM
Fix incorrect requirements in sqlcompattest.c.
Commit
156476b20bc3470366d0da24309b97c4a8f50c1026faf05c4b51253b943af83e
Parent
4a15ccdaca2bf30…
1 file changed
+2
-2
+2
-2
| --- src/sqlcompattest.c | ||
| +++ src/sqlcompattest.c | ||
| @@ -44,12 +44,12 @@ | ||
| 44 | 44 | int main(int argc, char **argv){ |
| 45 | 45 | int i; |
| 46 | 46 | static const char *zRequiredOpts[] = { |
| 47 | 47 | "ENABLE_FTS4", /* Required for repository search */ |
| 48 | 48 | "ENABLE_JSON1", /* Required for the check-in locking protocol */ |
| 49 | - "ENABLE_DBSTAT_VTAB", /* Required by the "fossil sql" command */ | |
| 50 | - "ENABLE_STMTVTAB", /* Required by the "fossil sql" command */ | |
| 49 | + "ENABLE_DBSTAT_VTAB", /* Required by /repo-tabsize page */ | |
| 50 | + "ENABLE_DBPAGE_VTAB", /* Required by the .dump command in "fossil sql" */ | |
| 51 | 51 | }; |
| 52 | 52 | |
| 53 | 53 | /* Check minimum SQLite version number */ |
| 54 | 54 | if( sqlite3_libversion_number()<3028000 ){ |
| 55 | 55 | printf("found SQLite version %s but need 3.28.0 or later\n", |
| 56 | 56 |
| --- src/sqlcompattest.c | |
| +++ src/sqlcompattest.c | |
| @@ -44,12 +44,12 @@ | |
| 44 | int main(int argc, char **argv){ |
| 45 | int i; |
| 46 | static const char *zRequiredOpts[] = { |
| 47 | "ENABLE_FTS4", /* Required for repository search */ |
| 48 | "ENABLE_JSON1", /* Required for the check-in locking protocol */ |
| 49 | "ENABLE_DBSTAT_VTAB", /* Required by the "fossil sql" command */ |
| 50 | "ENABLE_STMTVTAB", /* Required by the "fossil sql" command */ |
| 51 | }; |
| 52 | |
| 53 | /* Check minimum SQLite version number */ |
| 54 | if( sqlite3_libversion_number()<3028000 ){ |
| 55 | printf("found SQLite version %s but need 3.28.0 or later\n", |
| 56 |
| --- src/sqlcompattest.c | |
| +++ src/sqlcompattest.c | |
| @@ -44,12 +44,12 @@ | |
| 44 | int main(int argc, char **argv){ |
| 45 | int i; |
| 46 | static const char *zRequiredOpts[] = { |
| 47 | "ENABLE_FTS4", /* Required for repository search */ |
| 48 | "ENABLE_JSON1", /* Required for the check-in locking protocol */ |
| 49 | "ENABLE_DBSTAT_VTAB", /* Required by /repo-tabsize page */ |
| 50 | "ENABLE_DBPAGE_VTAB", /* Required by the .dump command in "fossil sql" */ |
| 51 | }; |
| 52 | |
| 53 | /* Check minimum SQLite version number */ |
| 54 | if( sqlite3_libversion_number()<3028000 ){ |
| 55 | printf("found SQLite version %s but need 3.28.0 or later\n", |
| 56 |