Fossil SCM
Fix an incorrect comment in sqlcompattest.c.
Commit
e2426e83e417c1120d22d5f2a3ef2e941499ab7d1e6591e80da2e6b6ba141528
Parent
156476b20bc3470…
1 file changed
+4
-4
+4
-4
| --- src/sqlcompattest.c | ||
| +++ src/sqlcompattest.c | ||
| @@ -42,14 +42,14 @@ | ||
| 42 | 42 | #include <stdio.h> |
| 43 | 43 | |
| 44 | 44 | int main(int argc, char **argv){ |
| 45 | 45 | int i; |
| 46 | 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" */ | |
| 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 .recover 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 | |
| @@ -42,14 +42,14 @@ | |
| 42 | #include <stdio.h> |
| 43 | |
| 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 |
| --- src/sqlcompattest.c | |
| +++ src/sqlcompattest.c | |
| @@ -42,14 +42,14 @@ | |
| 42 | #include <stdio.h> |
| 43 | |
| 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 .recover 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 |