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

Side by Side Diff: third_party/sqlite/sqlite-src-3100200/ext/icu/README.txt

Issue 1610543003: [sql] Import reference version of SQLite 3.10.2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 unified diff | Download patch
OLDNEW
1 1
2 This directory contains source code for the SQLite "ICU" extension, an 2 This directory contains source code for the SQLite "ICU" extension, an
3 integration of the "International Components for Unicode" library with 3 integration of the "International Components for Unicode" library with
4 SQLite. Documentation follows. 4 SQLite. Documentation follows.
5 5
6 1. Features 6 1. Features
7 7
8 1.1 SQL Scalars upper() and lower() 8 1.1 SQL Scalars upper() and lower()
9 1.2 Unicode Aware LIKE Operator 9 1.2 Unicode Aware LIKE Operator
10 1.3 ICU Collation Sequences 10 1.3 ICU Collation Sequences
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 an index has been built is therefore equivalent to database 160 an index has been built is therefore equivalent to database
161 corruption. The SQLite library is not very well tested under 161 corruption. The SQLite library is not very well tested under
162 these conditions, and may contain potential buffer overruns 162 these conditions, and may contain potential buffer overruns
163 or other programming errors that could be exploited by a malicious 163 or other programming errors that could be exploited by a malicious
164 programmer. 164 programmer.
165 165
166 If the ICU extension is used in an environment where potentially 166 If the ICU extension is used in an environment where potentially
167 malicious users may execute arbitrary SQL (i.e. gears), they 167 malicious users may execute arbitrary SQL (i.e. gears), they
168 should be prevented from invoking the icu_load_collation() function, 168 should be prevented from invoking the icu_load_collation() function,
169 possibly using the authorisation callback. 169 possibly using the authorisation callback.
OLDNEW
« no previous file with comments | « third_party/sqlite/sqlite-src-3100200/ext/fts5/tool/showfts5.tcl ('k') | third_party/sqlite/sqlite-src-3100200/ext/icu/icu.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698