Fossil SCM
Requires SQLite version 3.34.0 or later, due to the recursive CTE enhancement needed by /finfo.
Commit
8813ae91a699ac7303b6321fb7c41c1936cd08fadeba500270bb9e3fa200db1c
Parent
5febff257d6fce7…
1 file changed
+2
-2
+2
-2
| --- src/main.c | ||
| +++ src/main.c | ||
| @@ -674,12 +674,12 @@ | ||
| 674 | 674 | } |
| 675 | 675 | } |
| 676 | 676 | #endif |
| 677 | 677 | |
| 678 | 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", | |
| 679 | + if( sqlite3_libversion_number()<3034000 ){ | |
| 680 | + fossil_panic("Unsuitable SQLite version %s, must be at least 3.34.0", | |
| 681 | 681 | sqlite3_libversion()); |
| 682 | 682 | } |
| 683 | 683 | sqlite3_config(SQLITE_CONFIG_MULTITHREAD); |
| 684 | 684 | sqlite3_config(SQLITE_CONFIG_LOG, fossil_sqlite_log, 0); |
| 685 | 685 | memset(&g, 0, sizeof(g)); |
| 686 | 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()<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 |