Fossil SCM
Update the built-in SQLite to the first 3.18.0 beta.
Commit
affb6b5e76fc82ef336418168d9c99fe0d725418ed8458ae240c254752aac8dd
Parent
307147510ca5b89…
2 files changed
+4
-4
+3
-3
+4
-4
| --- src/sqlite3.c | ||
| +++ src/sqlite3.c | ||
| @@ -389,20 +389,20 @@ | ||
| 389 | 389 | ** SQLite source code has been stored in the |
| 390 | 390 | ** <a href="http://www.fossil-scm.org/">Fossil configuration management |
| 391 | 391 | ** system</a>. ^The SQLITE_SOURCE_ID macro evaluates to |
| 392 | 392 | ** a string which identifies a particular check-in of SQLite |
| 393 | 393 | ** within its configuration management system. ^The SQLITE_SOURCE_ID |
| 394 | -** string contains the date and time of the check-in (UTC) and an SHA1 | |
| 395 | -** hash of the entire source tree. | |
| 394 | +** string contains the date and time of the check-in (UTC) and a SHA1 | |
| 395 | +** or SHA3-256 hash of the entire source tree. | |
| 396 | 396 | ** |
| 397 | 397 | ** See also: [sqlite3_libversion()], |
| 398 | 398 | ** [sqlite3_libversion_number()], [sqlite3_sourceid()], |
| 399 | 399 | ** [sqlite_version()] and [sqlite_source_id()]. |
| 400 | 400 | */ |
| 401 | 401 | #define SQLITE_VERSION "3.18.0" |
| 402 | 402 | #define SQLITE_VERSION_NUMBER 3018000 |
| 403 | -#define SQLITE_SOURCE_ID "2017-03-18 13:59:46 4e6a03d9e12b120d15946b025f97a97697cb8e8af543c238ffda220c9e3f28f4" | |
| 403 | +#define SQLITE_SOURCE_ID "2017-03-20 13:03:39 2aa22509e7c8a1f09b16e4544c95d0b77503daed1f83106ccc18dee8bd9487a4" | |
| 404 | 404 | |
| 405 | 405 | /* |
| 406 | 406 | ** CAPI3REF: Run-Time Library Version Numbers |
| 407 | 407 | ** KEYWORDS: sqlite3_version sqlite3_sourceid |
| 408 | 408 | ** |
| @@ -198120,11 +198120,11 @@ | ||
| 198120 | 198120 | int nArg, /* Number of args */ |
| 198121 | 198121 | sqlite3_value **apUnused /* Function arguments */ |
| 198122 | 198122 | ){ |
| 198123 | 198123 | assert( nArg==0 ); |
| 198124 | 198124 | UNUSED_PARAM2(nArg, apUnused); |
| 198125 | - sqlite3_result_text(pCtx, "fts5: 2017-03-17 14:59:40 626bdca98e0cd78ae873d97e75bb7d544ca18759c9f1e67f4adf03daca7fe5bf", -1, SQLITE_TRANSIENT); | |
| 198125 | + sqlite3_result_text(pCtx, "fts5: 2017-03-18 13:59:46 4e6a03d9e12b120d15946b025f97a97697cb8e8af543c238ffda220c9e3f28f4", -1, SQLITE_TRANSIENT); | |
| 198126 | 198126 | } |
| 198127 | 198127 | |
| 198128 | 198128 | static int fts5Init(sqlite3 *db){ |
| 198129 | 198129 | static const sqlite3_module fts5Mod = { |
| 198130 | 198130 | /* iVersion */ 2, |
| 198131 | 198131 |
| --- src/sqlite3.c | |
| +++ src/sqlite3.c | |
| @@ -389,20 +389,20 @@ | |
| 389 | ** SQLite source code has been stored in the |
| 390 | ** <a href="http://www.fossil-scm.org/">Fossil configuration management |
| 391 | ** system</a>. ^The SQLITE_SOURCE_ID macro evaluates to |
| 392 | ** a string which identifies a particular check-in of SQLite |
| 393 | ** within its configuration management system. ^The SQLITE_SOURCE_ID |
| 394 | ** string contains the date and time of the check-in (UTC) and an SHA1 |
| 395 | ** hash of the entire source tree. |
| 396 | ** |
| 397 | ** See also: [sqlite3_libversion()], |
| 398 | ** [sqlite3_libversion_number()], [sqlite3_sourceid()], |
| 399 | ** [sqlite_version()] and [sqlite_source_id()]. |
| 400 | */ |
| 401 | #define SQLITE_VERSION "3.18.0" |
| 402 | #define SQLITE_VERSION_NUMBER 3018000 |
| 403 | #define SQLITE_SOURCE_ID "2017-03-18 13:59:46 4e6a03d9e12b120d15946b025f97a97697cb8e8af543c238ffda220c9e3f28f4" |
| 404 | |
| 405 | /* |
| 406 | ** CAPI3REF: Run-Time Library Version Numbers |
| 407 | ** KEYWORDS: sqlite3_version sqlite3_sourceid |
| 408 | ** |
| @@ -198120,11 +198120,11 @@ | |
| 198120 | int nArg, /* Number of args */ |
| 198121 | sqlite3_value **apUnused /* Function arguments */ |
| 198122 | ){ |
| 198123 | assert( nArg==0 ); |
| 198124 | UNUSED_PARAM2(nArg, apUnused); |
| 198125 | sqlite3_result_text(pCtx, "fts5: 2017-03-17 14:59:40 626bdca98e0cd78ae873d97e75bb7d544ca18759c9f1e67f4adf03daca7fe5bf", -1, SQLITE_TRANSIENT); |
| 198126 | } |
| 198127 | |
| 198128 | static int fts5Init(sqlite3 *db){ |
| 198129 | static const sqlite3_module fts5Mod = { |
| 198130 | /* iVersion */ 2, |
| 198131 |
| --- src/sqlite3.c | |
| +++ src/sqlite3.c | |
| @@ -389,20 +389,20 @@ | |
| 389 | ** SQLite source code has been stored in the |
| 390 | ** <a href="http://www.fossil-scm.org/">Fossil configuration management |
| 391 | ** system</a>. ^The SQLITE_SOURCE_ID macro evaluates to |
| 392 | ** a string which identifies a particular check-in of SQLite |
| 393 | ** within its configuration management system. ^The SQLITE_SOURCE_ID |
| 394 | ** string contains the date and time of the check-in (UTC) and a SHA1 |
| 395 | ** or SHA3-256 hash of the entire source tree. |
| 396 | ** |
| 397 | ** See also: [sqlite3_libversion()], |
| 398 | ** [sqlite3_libversion_number()], [sqlite3_sourceid()], |
| 399 | ** [sqlite_version()] and [sqlite_source_id()]. |
| 400 | */ |
| 401 | #define SQLITE_VERSION "3.18.0" |
| 402 | #define SQLITE_VERSION_NUMBER 3018000 |
| 403 | #define SQLITE_SOURCE_ID "2017-03-20 13:03:39 2aa22509e7c8a1f09b16e4544c95d0b77503daed1f83106ccc18dee8bd9487a4" |
| 404 | |
| 405 | /* |
| 406 | ** CAPI3REF: Run-Time Library Version Numbers |
| 407 | ** KEYWORDS: sqlite3_version sqlite3_sourceid |
| 408 | ** |
| @@ -198120,11 +198120,11 @@ | |
| 198120 | int nArg, /* Number of args */ |
| 198121 | sqlite3_value **apUnused /* Function arguments */ |
| 198122 | ){ |
| 198123 | assert( nArg==0 ); |
| 198124 | UNUSED_PARAM2(nArg, apUnused); |
| 198125 | sqlite3_result_text(pCtx, "fts5: 2017-03-18 13:59:46 4e6a03d9e12b120d15946b025f97a97697cb8e8af543c238ffda220c9e3f28f4", -1, SQLITE_TRANSIENT); |
| 198126 | } |
| 198127 | |
| 198128 | static int fts5Init(sqlite3 *db){ |
| 198129 | static const sqlite3_module fts5Mod = { |
| 198130 | /* iVersion */ 2, |
| 198131 |
+3
-3
| --- src/sqlite3.h | ||
| +++ src/sqlite3.h | ||
| @@ -112,20 +112,20 @@ | ||
| 112 | 112 | ** SQLite source code has been stored in the |
| 113 | 113 | ** <a href="http://www.fossil-scm.org/">Fossil configuration management |
| 114 | 114 | ** system</a>. ^The SQLITE_SOURCE_ID macro evaluates to |
| 115 | 115 | ** a string which identifies a particular check-in of SQLite |
| 116 | 116 | ** within its configuration management system. ^The SQLITE_SOURCE_ID |
| 117 | -** string contains the date and time of the check-in (UTC) and an SHA1 | |
| 118 | -** hash of the entire source tree. | |
| 117 | +** string contains the date and time of the check-in (UTC) and a SHA1 | |
| 118 | +** or SHA3-256 hash of the entire source tree. | |
| 119 | 119 | ** |
| 120 | 120 | ** See also: [sqlite3_libversion()], |
| 121 | 121 | ** [sqlite3_libversion_number()], [sqlite3_sourceid()], |
| 122 | 122 | ** [sqlite_version()] and [sqlite_source_id()]. |
| 123 | 123 | */ |
| 124 | 124 | #define SQLITE_VERSION "3.18.0" |
| 125 | 125 | #define SQLITE_VERSION_NUMBER 3018000 |
| 126 | -#define SQLITE_SOURCE_ID "2017-03-18 13:59:46 4e6a03d9e12b120d15946b025f97a97697cb8e8af543c238ffda220c9e3f28f4" | |
| 126 | +#define SQLITE_SOURCE_ID "2017-03-20 13:03:39 2aa22509e7c8a1f09b16e4544c95d0b77503daed1f83106ccc18dee8bd9487a4" | |
| 127 | 127 | |
| 128 | 128 | /* |
| 129 | 129 | ** CAPI3REF: Run-Time Library Version Numbers |
| 130 | 130 | ** KEYWORDS: sqlite3_version sqlite3_sourceid |
| 131 | 131 | ** |
| 132 | 132 |
| --- src/sqlite3.h | |
| +++ src/sqlite3.h | |
| @@ -112,20 +112,20 @@ | |
| 112 | ** SQLite source code has been stored in the |
| 113 | ** <a href="http://www.fossil-scm.org/">Fossil configuration management |
| 114 | ** system</a>. ^The SQLITE_SOURCE_ID macro evaluates to |
| 115 | ** a string which identifies a particular check-in of SQLite |
| 116 | ** within its configuration management system. ^The SQLITE_SOURCE_ID |
| 117 | ** string contains the date and time of the check-in (UTC) and an SHA1 |
| 118 | ** hash of the entire source tree. |
| 119 | ** |
| 120 | ** See also: [sqlite3_libversion()], |
| 121 | ** [sqlite3_libversion_number()], [sqlite3_sourceid()], |
| 122 | ** [sqlite_version()] and [sqlite_source_id()]. |
| 123 | */ |
| 124 | #define SQLITE_VERSION "3.18.0" |
| 125 | #define SQLITE_VERSION_NUMBER 3018000 |
| 126 | #define SQLITE_SOURCE_ID "2017-03-18 13:59:46 4e6a03d9e12b120d15946b025f97a97697cb8e8af543c238ffda220c9e3f28f4" |
| 127 | |
| 128 | /* |
| 129 | ** CAPI3REF: Run-Time Library Version Numbers |
| 130 | ** KEYWORDS: sqlite3_version sqlite3_sourceid |
| 131 | ** |
| 132 |
| --- src/sqlite3.h | |
| +++ src/sqlite3.h | |
| @@ -112,20 +112,20 @@ | |
| 112 | ** SQLite source code has been stored in the |
| 113 | ** <a href="http://www.fossil-scm.org/">Fossil configuration management |
| 114 | ** system</a>. ^The SQLITE_SOURCE_ID macro evaluates to |
| 115 | ** a string which identifies a particular check-in of SQLite |
| 116 | ** within its configuration management system. ^The SQLITE_SOURCE_ID |
| 117 | ** string contains the date and time of the check-in (UTC) and a SHA1 |
| 118 | ** or SHA3-256 hash of the entire source tree. |
| 119 | ** |
| 120 | ** See also: [sqlite3_libversion()], |
| 121 | ** [sqlite3_libversion_number()], [sqlite3_sourceid()], |
| 122 | ** [sqlite_version()] and [sqlite_source_id()]. |
| 123 | */ |
| 124 | #define SQLITE_VERSION "3.18.0" |
| 125 | #define SQLITE_VERSION_NUMBER 3018000 |
| 126 | #define SQLITE_SOURCE_ID "2017-03-20 13:03:39 2aa22509e7c8a1f09b16e4544c95d0b77503daed1f83106ccc18dee8bd9487a4" |
| 127 | |
| 128 | /* |
| 129 | ** CAPI3REF: Run-Time Library Version Numbers |
| 130 | ** KEYWORDS: sqlite3_version sqlite3_sourceid |
| 131 | ** |
| 132 |