[sql] Fix missing files in reference version of SQLite 3.8.7.4.
commitf8cb7c8b401919321e3525be5aca30ace71595fd
authorScott Hess <shess@chromium.org>
Mon, 2 Feb 2015 22:51:16 +0000 (2 14:51 -0800)
committerScott Hess <shess@chromium.org>
Mon, 2 Feb 2015 22:52:41 +0000 (2 22:52 +0000)
tree6ddf0e54cdd10f5c9f450cb2916fe6b581e759cc
parent3b6073683a223539e01c4c0b38cc8d5887d1c045
[sql] Fix missing files in reference version of SQLite 3.8.7.4.

test/capi3e.test had an encoding change from Latin1 to Unicode, which
requires a manual landing because it breaks patching.

ext/fts3/unicode/UnicodeData.txt was missing from the import for unknown
reasons.  There are other .txt files in there, so it wasn't ignored, and
it was present in my client CLs.  It is above 1MB, so landing manually.

BUG=340757
TBR=michaeln@chromium.org

Review URL: https://codereview.chromium.org/864343004

Cr-Commit-Position: refs/heads/master@{#314207}
third_party/sqlite/sqlite-src-3080704/ext/fts3/unicode/UnicodeData.txt [new file with mode: 0644]
third_party/sqlite/sqlite-src-3080704/test/capi3e.test