Fossil SCM

Fix an incorrect comment in sqlcompattest.c.

drh 2019-08-07 12:49 trunk
Commit e2426e83e417c1120d22d5f2a3ef2e941499ab7d1e6591e80da2e6b6ba141528
1 file changed +4 -4
--- src/sqlcompattest.c
+++ src/sqlcompattest.c
@@ -42,14 +42,14 @@
4242
#include <stdio.h>
4343
4444
int main(int argc, char **argv){
4545
int i;
4646
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" */
5151
};
5252
5353
/* Check minimum SQLite version number */
5454
if( sqlite3_libversion_number()<3028000 ){
5555
printf("found SQLite version %s but need 3.28.0 or later\n",
5656
--- 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

Keyboard Shortcuts

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