Fossil SCM

Requires SQLite version 3.34.0 or later, due to the recursive CTE enhancement needed by /finfo.

drh 2020-10-29 16:30 trunk
Commit 8813ae91a699ac7303b6321fb7c41c1936cd08fadeba500270bb9e3fa200db1c
1 file changed +2 -2
+2 -2
--- src/main.c
+++ src/main.c
@@ -674,12 +674,12 @@
674674
}
675675
}
676676
#endif
677677
678678
fossil_limit_memory(1);
679
- if( sqlite3_libversion_number()<3033000 ){
680
- fossil_panic("Unsuitable SQLite version %s, must be at least 3.33.0",
679
+ if( sqlite3_libversion_number()<3034000 ){
680
+ fossil_panic("Unsuitable SQLite version %s, must be at least 3.34.0",
681681
sqlite3_libversion());
682682
}
683683
sqlite3_config(SQLITE_CONFIG_MULTITHREAD);
684684
sqlite3_config(SQLITE_CONFIG_LOG, fossil_sqlite_log, 0);
685685
memset(&g, 0, sizeof(g));
686686
--- src/main.c
+++ src/main.c
@@ -674,12 +674,12 @@
674 }
675 }
676 #endif
677
678 fossil_limit_memory(1);
679 if( sqlite3_libversion_number()<3033000 ){
680 fossil_panic("Unsuitable SQLite version %s, must be at least 3.33.0",
681 sqlite3_libversion());
682 }
683 sqlite3_config(SQLITE_CONFIG_MULTITHREAD);
684 sqlite3_config(SQLITE_CONFIG_LOG, fossil_sqlite_log, 0);
685 memset(&g, 0, sizeof(g));
686
--- src/main.c
+++ src/main.c
@@ -674,12 +674,12 @@
674 }
675 }
676 #endif
677
678 fossil_limit_memory(1);
679 if( sqlite3_libversion_number()<3034000 ){
680 fossil_panic("Unsuitable SQLite version %s, must be at least 3.34.0",
681 sqlite3_libversion());
682 }
683 sqlite3_config(SQLITE_CONFIG_MULTITHREAD);
684 sqlite3_config(SQLITE_CONFIG_LOG, fossil_sqlite_log, 0);
685 memset(&g, 0, sizeof(g));
686

Keyboard Shortcuts

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