Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Unified Diff: third_party/sqlite/attach-integer.patch

Issue 5626002: Update sqlite to 3.7.3. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/third_party/sqlite/src
Patch Set: Remove misc change. Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/sqlite/README.chromium ('k') | third_party/sqlite/fts2.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/attach-integer.patch
diff --git a/third_party/sqlite/attach-integer.patch b/third_party/sqlite/attach-integer.patch
index aa74e2e8056530a14a1f2243ff90cfe9f5ff4de2..ca65b9faf437af28b4b5fa1ad1a56b14b83cc264 100644
--- a/third_party/sqlite/attach-integer.patch
+++ b/third_party/sqlite/attach-integer.patch
@@ -1,6 +1,8 @@
---- src/attach.c.orig 2010-03-21 21:28:14.144127448 -0700
-+++ src/attach.c 2010-03-21 21:55:58.224754199 -0700
-@@ -313,6 +313,12 @@
+diff --git a/third_party/sqlite/src/src/attach.c b/third_party/sqlite/src/src/attach.c
+index e3dc49d..462602d 100644
+--- a/third_party/sqlite/src/src/attach.c
++++ b/third_party/sqlite/src/src/attach.c
+@@ -313,6 +313,12 @@ static void codeAttach(
#ifndef SQLITE_OMIT_AUTHORIZATION
if( pAuthArg ){
char *zAuthArg = pAuthArg->u.zToken;
« no previous file with comments | « third_party/sqlite/README.chromium ('k') | third_party/sqlite/fts2.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698