Fossil SCM

Updated MINIMUM_SQLITE_VERSION to 3.37, as reported in [forum:81cd206073 | forum post 81cd206073].

stephan 2021-12-04 08:23 trunk
Commit ebea00c5bd0a06e3698d40ad965e0381ad21c305621d44fccc3cee48a1bf73f0
2 files changed +1 -1 +2 -2
+1 -1
--- auto.def
+++ auto.def
@@ -32,11 +32,11 @@
3232
}
3333
3434
# Update the minimum required SQLite version number here, and also
3535
# in src/main.c near the sqlite3_libversion_number() call. Take care
3636
# that both places agree!
37
-define MINIMUM_SQLITE_VERSION "3.35.0"
37
+define MINIMUM_SQLITE_VERSION "3.37.0"
3838
3939
# This is useful for people wanting Fossil to use an external SQLite library
4040
# to compare the one they have against the minimum required
4141
if {[opt-bool print-minimum-sqlite-version]} {
4242
puts [get-define MINIMUM_SQLITE_VERSION]
4343
--- auto.def
+++ auto.def
@@ -32,11 +32,11 @@
32 }
33
34 # Update the minimum required SQLite version number here, and also
35 # in src/main.c near the sqlite3_libversion_number() call. Take care
36 # that both places agree!
37 define MINIMUM_SQLITE_VERSION "3.35.0"
38
39 # This is useful for people wanting Fossil to use an external SQLite library
40 # to compare the one they have against the minimum required
41 if {[opt-bool print-minimum-sqlite-version]} {
42 puts [get-define MINIMUM_SQLITE_VERSION]
43
--- auto.def
+++ auto.def
@@ -32,11 +32,11 @@
32 }
33
34 # Update the minimum required SQLite version number here, and also
35 # in src/main.c near the sqlite3_libversion_number() call. Take care
36 # that both places agree!
37 define MINIMUM_SQLITE_VERSION "3.37.0"
38
39 # This is useful for people wanting Fossil to use an external SQLite library
40 # to compare the one they have against the minimum required
41 if {[opt-bool print-minimum-sqlite-version]} {
42 puts [get-define MINIMUM_SQLITE_VERSION]
43
+2 -2
--- src/main.c
+++ src/main.c
@@ -698,12 +698,12 @@
698698
fossil_limit_memory(1);
699699
700700
/* When updating the minimum SQLite version, change the number here,
701701
** and also MINIMUM_SQLITE_VERSION value set in ../auto.def. Take
702702
** care that both places agree! */
703
- if( sqlite3_libversion_number()<3035000 ){
704
- fossil_panic("Unsuitable SQLite version %s, must be at least 3.35.0",
703
+ if( sqlite3_libversion_number()<3037000 ){
704
+ fossil_panic("Unsuitable SQLite version %s, must be at least 3.37.0",
705705
sqlite3_libversion());
706706
}
707707
708708
sqlite3_config(SQLITE_CONFIG_MULTITHREAD);
709709
sqlite3_config(SQLITE_CONFIG_LOG, fossil_sqlite_log, 0);
710710
--- src/main.c
+++ src/main.c
@@ -698,12 +698,12 @@
698 fossil_limit_memory(1);
699
700 /* When updating the minimum SQLite version, change the number here,
701 ** and also MINIMUM_SQLITE_VERSION value set in ../auto.def. Take
702 ** care that both places agree! */
703 if( sqlite3_libversion_number()<3035000 ){
704 fossil_panic("Unsuitable SQLite version %s, must be at least 3.35.0",
705 sqlite3_libversion());
706 }
707
708 sqlite3_config(SQLITE_CONFIG_MULTITHREAD);
709 sqlite3_config(SQLITE_CONFIG_LOG, fossil_sqlite_log, 0);
710
--- src/main.c
+++ src/main.c
@@ -698,12 +698,12 @@
698 fossil_limit_memory(1);
699
700 /* When updating the minimum SQLite version, change the number here,
701 ** and also MINIMUM_SQLITE_VERSION value set in ../auto.def. Take
702 ** care that both places agree! */
703 if( sqlite3_libversion_number()<3037000 ){
704 fossil_panic("Unsuitable SQLite version %s, must be at least 3.37.0",
705 sqlite3_libversion());
706 }
707
708 sqlite3_config(SQLITE_CONFIG_MULTITHREAD);
709 sqlite3_config(SQLITE_CONFIG_LOG, fossil_sqlite_log, 0);
710

Keyboard Shortcuts

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