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

Unified Diff: third_party/sqlite/icu-regexp.patch

Issue 6990047: Import SQLite 3.7.6.3. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 months 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/fts3.patch ('k') | third_party/sqlite/safe-tolower.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/icu-regexp.patch
diff --git a/third_party/sqlite/icu-regexp.patch b/third_party/sqlite/icu-regexp.patch
deleted file mode 100644
index 7aa60b55bdfa98c2b713f163494a2d9df6574f80..0000000000000000000000000000000000000000
--- a/third_party/sqlite/icu-regexp.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-This is a backport of upstream fix http://www.sqlite.org/src/ci/c34cf23efb,
-which was released in SQLite 3.6.22.
-===============================================================================
---- ext/icu/icu.c.orig 2010-07-30 13:40:12.000000000 -0700
-+++ ext/icu/icu.c 2010-07-30 13:40:31.000000000 -0700
-@@ -459,7 +459,7 @@
- void *pContext; /* sqlite3_user_data() context */
- void (*xFunc)(sqlite3_context*,int,sqlite3_value**);
- } scalars[] = {
-- {"regexp",-1, SQLITE_ANY, 0, icuRegexpFunc},
-+ {"regexp", 2, SQLITE_ANY, 0, icuRegexpFunc},
-
- {"lower", 1, SQLITE_UTF16, 0, icuCaseFunc16},
- {"lower", 2, SQLITE_UTF16, 0, icuCaseFunc16},
« no previous file with comments | « third_party/sqlite/fts3.patch ('k') | third_party/sqlite/safe-tolower.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698