Fossil SCM

Update the built-in SQLite to the first 3.18.0 beta.

drh 2017-03-20 13:57 trunk
Commit affb6b5e76fc82ef336418168d9c99fe0d725418ed8458ae240c254752aac8dd
2 files changed +4 -4 +3 -3
+4 -4
--- src/sqlite3.c
+++ src/sqlite3.c
@@ -389,20 +389,20 @@
389389
** SQLite source code has been stored in the
390390
** <a href="http://www.fossil-scm.org/">Fossil configuration management
391391
** system</a>. ^The SQLITE_SOURCE_ID macro evaluates to
392392
** a string which identifies a particular check-in of SQLite
393393
** 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.
396396
**
397397
** See also: [sqlite3_libversion()],
398398
** [sqlite3_libversion_number()], [sqlite3_sourceid()],
399399
** [sqlite_version()] and [sqlite_source_id()].
400400
*/
401401
#define SQLITE_VERSION "3.18.0"
402402
#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"
404404
405405
/*
406406
** CAPI3REF: Run-Time Library Version Numbers
407407
** KEYWORDS: sqlite3_version sqlite3_sourceid
408408
**
@@ -198120,11 +198120,11 @@
198120198120
int nArg, /* Number of args */
198121198121
sqlite3_value **apUnused /* Function arguments */
198122198122
){
198123198123
assert( nArg==0 );
198124198124
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);
198126198126
}
198127198127
198128198128
static int fts5Init(sqlite3 *db){
198129198129
static const sqlite3_module fts5Mod = {
198130198130
/* iVersion */ 2,
198131198131
--- 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 @@
112112
** SQLite source code has been stored in the
113113
** <a href="http://www.fossil-scm.org/">Fossil configuration management
114114
** system</a>. ^The SQLITE_SOURCE_ID macro evaluates to
115115
** a string which identifies a particular check-in of SQLite
116116
** 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.
119119
**
120120
** See also: [sqlite3_libversion()],
121121
** [sqlite3_libversion_number()], [sqlite3_sourceid()],
122122
** [sqlite_version()] and [sqlite_source_id()].
123123
*/
124124
#define SQLITE_VERSION "3.18.0"
125125
#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"
127127
128128
/*
129129
** CAPI3REF: Run-Time Library Version Numbers
130130
** KEYWORDS: sqlite3_version sqlite3_sourceid
131131
**
132132
--- 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

Keyboard Shortcuts

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