Fossil SCM

Remove the SQLITE_ENABLE_DBPAGE_VTAB requirement from external SQLite libraries, as without it only the ".recover" command in "fossil sql" is omitted, and that is an obscure case.

drh 2019-08-07 12:55 trunk
Commit a4d715251739eca9971b94f9dc2c7c8eb4f476eb6315e1d26527c02edd379239
1 file changed -1
--- src/sqlcompattest.c
+++ src/sqlcompattest.c
@@ -45,11 +45,10 @@
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 */
4949
"ENABLE_DBSTAT_VTAB", /* Required by /repo-tabsize page */
50
- "ENABLE_DBPAGE_VTAB", /* Required by the .recover command in "fossil sql" */
5150
};
5251
5352
/* Check minimum SQLite version number */
5453
if( sqlite3_libversion_number()<3028000 ){
5554
printf("found SQLite version %s but need 3.28.0 or later\n",
5655
--- src/sqlcompattest.c
+++ src/sqlcompattest.c
@@ -45,11 +45,10 @@
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
--- src/sqlcompattest.c
+++ src/sqlcompattest.c
@@ -45,11 +45,10 @@
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 };
51
52 /* Check minimum SQLite version number */
53 if( sqlite3_libversion_number()<3028000 ){
54 printf("found SQLite version %s but need 3.28.0 or later\n",
55

Keyboard Shortcuts

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