diff options
author | Fyodor Kupolov <fkupolov@google.com> | 2017-08-18 15:55:49 -0700 |
---|---|---|
committer | Fyodor Kupolov <fkupolov@google.com> | 2017-08-18 15:55:49 -0700 |
commit | fb51fcc8c0583487e93bf9fb89beef1cb45ddc1c (patch) | |
tree | 61c45a34c7edcb732cc66e41f1d69b532ea22761 | |
parent | 633397eeef296584d3242d8a72790dcf11bb36fd (diff) |
sqlite: Upgrade to SQLite 3.19.4 release
Downloaded from https://sqlite.org/src/tarball/SQLite-605907e7.tar.gz
$ shasum SQLite-605907e7.tar.gz
4ac33e2ce69553fdb929e394823267a604b19211 SQLite-605907e7.tar.gz
Unpack and run
"./configure; make sqlite3.c" to generate the "sqlite3.c",
"sqlite3.h", "shell.c", and "sqlite3ext.h" source files
dist/orig contains the stock sqlite3 code, as generated from the
tar.gz file above.
This update simply switches from batch-atomic-write-3.19 branch to an
official release. No code changes.
Test: manual
Bug: 64849849
Change-Id: Ibbf0bca7ec498a670487adf8f0ffbfa19a44bbbf
-rw-r--r-- | README.version | 5 | ||||
-rw-r--r-- | dist/orig/sqlite3.c | 4 | ||||
-rw-r--r-- | dist/orig/sqlite3.h | 2 | ||||
-rw-r--r-- | dist/sqlite3.c | 4 | ||||
-rw-r--r-- | dist/sqlite3.h | 2 |
5 files changed, 8 insertions, 9 deletions
diff --git a/README.version b/README.version index 1facd25..58f47fa 100644 --- a/README.version +++ b/README.version @@ -1,4 +1,3 @@ -URL: https://sqlite.org/src/tarball/SQLite-2dd0c77d.tar.gz -Version: 3.19.4 2dd0c77d54b333be -Branch: batch-atomic-write-3.19 +URL: https://sqlite.org/src/tarball/SQLite-605907e7.tar.gz +Version: 3.19.4 605907e73adb4533 BugComponent: 24950 diff --git a/dist/orig/sqlite3.c b/dist/orig/sqlite3.c index 6c4adeb..b036aa1 100644 --- a/dist/orig/sqlite3.c +++ b/dist/orig/sqlite3.c @@ -400,7 +400,7 @@ extern "C" { */ #define SQLITE_VERSION "3.19.4" #define SQLITE_VERSION_NUMBER 3019004 -#define SQLITE_SOURCE_ID "2017-07-31 13:22:31 2dd0c77d54b333beee48c250e61c0002a03d34c5d4da07040ac414bdd36f56f9" +#define SQLITE_SOURCE_ID "2017-08-18 19:28:12 605907e73adb4533b12d22be8422f17a8dc125b5c37bb391756a11fc3a8c4d10" /* ** CAPI3REF: Run-Time Library Version Numbers @@ -199213,7 +199213,7 @@ static void fts5SourceIdFunc( ){ assert( nArg==0 ); UNUSED_PARAM2(nArg, apUnused); - sqlite3_result_text(pCtx, "fts5: 2017-07-31 13:22:31 2dd0c77d54b333beee48c250e61c0002a03d34c5d4da07040ac414bdd36f56f9", -1, SQLITE_TRANSIENT); + sqlite3_result_text(pCtx, "fts5: 2017-08-18 19:28:12 605907e73adb4533b12d22be8422f17a8dc125b5c37bb391756a11fc3a8c4d10", -1, SQLITE_TRANSIENT); } static int fts5Init(sqlite3 *db){ diff --git a/dist/orig/sqlite3.h b/dist/orig/sqlite3.h index 9387b24..977b05b 100644 --- a/dist/orig/sqlite3.h +++ b/dist/orig/sqlite3.h @@ -123,7 +123,7 @@ extern "C" { */ #define SQLITE_VERSION "3.19.4" #define SQLITE_VERSION_NUMBER 3019004 -#define SQLITE_SOURCE_ID "2017-07-31 13:22:31 2dd0c77d54b333beee48c250e61c0002a03d34c5d4da07040ac414bdd36f56f9" +#define SQLITE_SOURCE_ID "2017-08-18 19:28:12 605907e73adb4533b12d22be8422f17a8dc125b5c37bb391756a11fc3a8c4d10" /* ** CAPI3REF: Run-Time Library Version Numbers diff --git a/dist/sqlite3.c b/dist/sqlite3.c index 59bba65..912acbe 100644 --- a/dist/sqlite3.c +++ b/dist/sqlite3.c @@ -400,7 +400,7 @@ extern "C" { */ #define SQLITE_VERSION "3.19.4" #define SQLITE_VERSION_NUMBER 3019004 -#define SQLITE_SOURCE_ID "2017-07-31 13:22:31 2dd0c77d54b333beee48c250e61c0002a03d34c5d4da07040ac414bdd36f56f9" +#define SQLITE_SOURCE_ID "2017-08-18 19:28:12 605907e73adb4533b12d22be8422f17a8dc125b5c37bb391756a11fc3a8c4d10" /* ** CAPI3REF: Run-Time Library Version Numbers @@ -199225,7 +199225,7 @@ static void fts5SourceIdFunc( ){ assert( nArg==0 ); UNUSED_PARAM2(nArg, apUnused); - sqlite3_result_text(pCtx, "fts5: 2017-07-31 13:22:31 2dd0c77d54b333beee48c250e61c0002a03d34c5d4da07040ac414bdd36f56f9", -1, SQLITE_TRANSIENT); + sqlite3_result_text(pCtx, "fts5: 2017-08-18 19:28:12 605907e73adb4533b12d22be8422f17a8dc125b5c37bb391756a11fc3a8c4d10", -1, SQLITE_TRANSIENT); } static int fts5Init(sqlite3 *db){ diff --git a/dist/sqlite3.h b/dist/sqlite3.h index 9387b24..977b05b 100644 --- a/dist/sqlite3.h +++ b/dist/sqlite3.h @@ -123,7 +123,7 @@ extern "C" { */ #define SQLITE_VERSION "3.19.4" #define SQLITE_VERSION_NUMBER 3019004 -#define SQLITE_SOURCE_ID "2017-07-31 13:22:31 2dd0c77d54b333beee48c250e61c0002a03d34c5d4da07040ac414bdd36f56f9" +#define SQLITE_SOURCE_ID "2017-08-18 19:28:12 605907e73adb4533b12d22be8422f17a8dc125b5c37bb391756a11fc3a8c4d10" /* ** CAPI3REF: Run-Time Library Version Numbers |