Fossil SCM

Fix incorrect requirements in sqlcompattest.c.

drh 2019-08-07 12:45 trunk
Commit 156476b20bc3470366d0da24309b97c4a8f50c1026faf05c4b51253b943af83e
1 file changed +2 -2
--- src/sqlcompattest.c
+++ src/sqlcompattest.c
@@ -44,12 +44,12 @@
4444
int main(int argc, char **argv){
4545
int i;
4646
static const char *zRequiredOpts[] = {
4747
"ENABLE_FTS4", /* Required for repository search */
4848
"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" */
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
@@ -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

Keyboard Shortcuts

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