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

Side by Side Diff: third_party/sqlite/README.chromium

Issue 9373050: Shift SQLite LICENSE file to root dir. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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 | Annotate | Revision Log
« no previous file with comments | « third_party/sqlite/LICENSE ('k') | third_party/sqlite/src/LICENSE » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: sqlite 1 Name: sqlite
2 License File: src/LICENSE
3 URL: http://sqlite.org/ 2 URL: http://sqlite.org/
4 Version: 3.7.6.3 3 Version: 3.7.6.3
5 Included In Release: Yes 4 Included In Release: Yes
6 Security Critical: Yes 5 Security Critical: Yes
7 6
8 Instructions for importing a new release of SQLite from sqlite.org. 7 Instructions for importing a new release of SQLite from sqlite.org.
9 8
10 Note: our current base version is 3.7.6.3. 9 Note: our current base version is 3.7.6.3.
11 10
12 First, you need to be on Linux. 11 First, you need to be on Linux.
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 When __APPLE__ and when creating a -journal file with any unix-type vfs, 183 When __APPLE__ and when creating a -journal file with any unix-type vfs,
185 determine if the database for which the journal is being created has been 184 determine if the database for which the journal is being created has been
186 excluded from being backed up using Apple's Time Machine and if so then also 185 excluded from being backed up using Apple's Time Machine and if so then also
187 exclude the journal. These changes were made in pager.c with includes of 186 exclude the journal. These changes were made in pager.c with includes of
188 Apple interfaces being made in sqliteInt.h. In order to eliminate a symbol 187 Apple interfaces being made in sqliteInt.h. In order to eliminate a symbol
189 conflict with an Apple library after amalgamation it was also necessary to 188 conflict with an Apple library after amalgamation it was also necessary to
190 rename fts3_porter.c's 'cType' to 'vOrCType'. 189 rename fts3_porter.c's 'cType' to 'vOrCType'.
191 - fts3_85522.patch allows fts3 to work if PRAGMA is not authorized. 190 - fts3_85522.patch allows fts3 to work if PRAGMA is not authorized.
192 - src/recover.c file implements a virtual table which can read 191 - src/recover.c file implements a virtual table which can read
193 through corruption. 192 through corruption.
OLDNEW
« no previous file with comments | « third_party/sqlite/LICENSE ('k') | third_party/sqlite/src/LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698