diff options
author | Zim <zezeozue@google.com> | 2020-05-11 16:40:26 +0000 |
---|---|---|
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2020-05-11 16:40:26 +0000 |
commit | a2f752fdc4fd664cc208ecd2b6eae0b2856b416a (patch) | |
tree | 62abce96a859169074db03d9699cc10b58ce2720 /dist/Android.patch | |
parent | 3d1d3968cb21ededcea29398d83bd5e558debee6 (diff) | |
parent | e200c92bf7eba9d130c913b43a1059adb3a9d07a (diff) |
Fix 'ALTER RENAME TABLE' compat issue am: 88147c430c am: e200c92bf7
Change-Id: Ifb44b96634adca28299e0d316895f2e4a89e35b0
Diffstat (limited to 'dist/Android.patch')
-rw-r--r-- | dist/Android.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dist/Android.patch b/dist/Android.patch index ab90c89..cda5b55 100644 --- a/dist/Android.patch +++ b/dist/Android.patch @@ -1,5 +1,5 @@ ---- orig/shell.c 2020-04-29 18:24:56.239581819 +0100 -+++ shell.c 2020-04-29 18:25:19.531740101 +0100 +--- orig/shell.c 2020-05-07 10:06:07.883965871 +0100 ++++ shell.c 2020-05-07 10:08:55.333081159 +0100 @@ -87,6 +87,12 @@ #endif #include <ctype.h> @@ -37,8 +37,8 @@ if( p->openMode==SHELL_OPEN_ZIPFILE ){ char *zSql = sqlite3_mprintf( "CREATE VIRTUAL TABLE zip USING zipfile(%Q);", p->zDbFilename); ---- orig/sqlite3.c 2020-04-29 18:24:56.211581629 +0100 -+++ sqlite3.c 2020-04-29 18:25:19.531740101 +0100 +--- orig/sqlite3.c 2020-05-07 10:06:07.867965765 +0100 ++++ sqlite3.c 2020-05-07 10:08:55.333081159 +0100 @@ -32446,6 +32446,10 @@ # include <sys/mount.h> #endif @@ -113,7 +113,7 @@ goto initone_error_out; } -@@ -164415,13 +164431,25 @@ +@@ -164418,13 +164434,25 @@ ** module with sqlite. */ if( SQLITE_OK==rc |