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

Issue 2751253002: [sql] Import SQLite 3.17.0. (Closed)

Created:
3 years, 9 months ago by Scott Hess - ex-Googler
Modified:
3 years, 9 months ago
Reviewers:
michaeln, cmumford
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, fuzzing_chromium.org, dcheng, jshin+watch_chromium.org, extensions-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

[sql] Import SQLite 3.17.0. Ran through the import script in third_party/sqlite/README.Chromium, including the SQLite test suite. No new errors observed. SQLite changes are at http://www.sqlite.org/changes.html , Chromium previously used 3.10.2. All patches were applied and the results reviewed to make sure backported patches were safe to remove, and retained patches were still covering what was necessary. I also tried to test the cases which have failed in previous imports. Keep fts4 disabled, and also the new fts3 virtual table and unicode61 tokenizer. Once enabled, these are very hard to disable, and there doesn't seem to be any pressure to enable them. Other SQLITE_* flags were reviewed for applicability, none looked essential. BUG=701518 Review-Url: https://codereview.chromium.org/2751253002 . Cr-Commit-Position: refs/heads/master@{#457853} Committed: https://chromium.googlesource.com/chromium/src/+/b4325a20870946edaecbe18d2ab0e2e9c01911aa

Patch Set 1 #

Total comments: 3

Patch Set 2 : also clang on Linux i386 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+71529 lines, -20928 lines) Patch
M third_party/sqlite/README.chromium View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/sqlite/amalgamation/sqlite3.h View 1 170 chunks +2145 lines, -305 lines 0 comments Download
M third_party/sqlite/patches/0001-test-SQLite-tests-compiling-on-Linux.patch View 1 4 chunks +5 lines, -5 lines 0 comments Download
M third_party/sqlite/patches/0002-Use-seperate-page-cache-pools-for-each-sqlite-connec.patch View 1 4 chunks +6 lines, -6 lines 0 comments Download
A + third_party/sqlite/patches/0003-Modify-default-VFS-to-support-WebDatabase.patch View 1 10 chunks +18 lines, -18 lines 0 comments Download
D third_party/sqlite/patches/0004-Modify-default-VFS-to-support-WebDatabase.patch View 1 1 chunk +0 lines, -177 lines 0 comments Download
A + third_party/sqlite/patches/0004-Virtual-table-supporting-recovery-of-corrupted-datab.patch View 1 13 chunks +29 lines, -30 lines 0 comments Download
A + third_party/sqlite/patches/0005-Custom-shell.c-helpers-to-load-Chromium-s-ICU-data.patch View 1 7 chunks +11 lines, -11 lines 0 comments Download
D third_party/sqlite/patches/0005-Virtual-table-supporting-recovery-of-corrupted-datab.patch View 1 1 chunk +0 lines, -3906 lines 0 comments Download
D third_party/sqlite/patches/0006-Custom-shell.c-helpers-to-load-Chromium-s-ICU-data.patch View 1 1 chunk +0 lines, -145 lines 0 comments Download
A + third_party/sqlite/patches/0006-fts3-Disable-fts3_tokenizer-and-fts4.patch View 1 6 chunks +7 lines, -7 lines 0 comments Download
D third_party/sqlite/patches/0007-fts3-Disable-fts3_tokenizer-and-fts4.patch View 1 1 chunk +0 lines, -60 lines 0 comments Download
A + third_party/sqlite/patches/0007-fts3-Interior-node-corruption-detection.patch View 1 3 chunks +8 lines, -10 lines 0 comments Download
A + third_party/sqlite/patches/0008-fts3-Fix-uninit-variable-in-fts3EvalDeferredPhrase.patch View 1 3 chunks +5 lines, -5 lines 0 comments Download
D third_party/sqlite/patches/0008-fts3-Interior-node-corruption-detection.patch View 1 1 chunk +0 lines, -46 lines 0 comments Download
A third_party/sqlite/patches/0009-build-Fix-_CRT_RAND_S-conflict-in-sqliteInt.h.patch View 1 1 chunk +32 lines, -0 lines 0 comments Download
D third_party/sqlite/patches/0009-fts3-Fix-uninit-variable-in-fts3EvalDeferredPhrase.patch View 1 1 chunk +0 lines, -33 lines 0 comments Download
D third_party/sqlite/patches/0010-Allow-read-only-memory-mapping.patch View 1 1 chunk +0 lines, -47 lines 0 comments Download
A third_party/sqlite/patches/0010-build-Undefined-symbol-in-intrinsic-on-clang.patch View 1 1 chunk +36 lines, -0 lines 0 comments Download
D third_party/sqlite/patches/0011-backport-Reenable-deprecated-methods-on-unix-VFS.patch View 1 1 chunk +0 lines, -42 lines 0 comments Download
D third_party/sqlite/patches/0012-Use-safe-macros-for-UTF-8-iteration-in-sqlite-icu-ex.patch View 1 1 chunk +0 lines, -65 lines 0 comments Download
D third_party/sqlite/patches/0013-backport-Fix-buffer-overrun-in-ICU-extension-s-casem.patch View 1 1 chunk +0 lines, -119 lines 0 comments Download
D third_party/sqlite/patches/0014-backport-Address-integer-overflow-in-sqlite3MulInt64.patch View 1 1 chunk +0 lines, -112 lines 0 comments Download
M third_party/sqlite/src/Makefile.in View 1 23 chunks +110 lines, -37 lines 0 comments Download
M third_party/sqlite/src/Makefile.msc View 1 59 chunks +628 lines, -238 lines 0 comments Download
M third_party/sqlite/src/VERSION View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/sqlite/src/autoconf/Makefile.am View 1 2 chunks +3 lines, -3 lines 0 comments Download
A third_party/sqlite/src/autoconf/Makefile.msc View 1 1 chunk +994 lines, -0 lines 0 comments Download
D third_party/sqlite/src/autoconf/README View 1 1 chunk +0 lines, -32 lines 0 comments Download
A third_party/sqlite/src/autoconf/README.txt View 1 1 chunk +113 lines, -0 lines 0 comments Download
M third_party/sqlite/src/autoconf/configure.ac View 1 4 chunks +60 lines, -34 lines 0 comments Download
M third_party/sqlite/src/autoconf/tea/configure.ac View 1 1 chunk +0 lines, -1 line 0 comments Download
M third_party/sqlite/src/config.h.in View 1 1 chunk +12 lines, -0 lines 0 comments Download
M third_party/sqlite/src/configure View 1 24 chunks +153 lines, -25 lines 0 comments Download
M third_party/sqlite/src/configure.ac View 1 6 chunks +51 lines, -2 lines 0 comments Download
M third_party/sqlite/src/doc/lemon.html View 1 32 chunks +193 lines, -98 lines 0 comments Download
M third_party/sqlite/src/ext/fts2/fts2_tokenizer.c View 1 1 chunk +5 lines, -1 line 0 comments Download
M third_party/sqlite/src/ext/fts3/fts3.c View 1 9 chunks +41 lines, -19 lines 0 comments Download
M third_party/sqlite/src/ext/fts3/fts3Int.h View 1 3 chunks +8 lines, -0 lines 0 comments Download
M third_party/sqlite/src/ext/fts3/fts3_test.c View 1 7 chunks +15 lines, -7 lines 0 comments Download
M third_party/sqlite/src/ext/fts3/fts3_tokenizer.c View 1 9 chunks +43 lines, -21 lines 0 comments Download
M third_party/sqlite/src/ext/fts3/fts3_write.c View 1 3 chunks +6 lines, -4 lines 0 comments Download
M third_party/sqlite/src/ext/fts3/tool/fts3view.c View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/sqlite/src/ext/fts3/unicode/mkunicode.tcl View 1 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/sqlite/src/ext/fts5/fts5.h View 1 8 chunks +70 lines, -11 lines 0 comments Download
M third_party/sqlite/src/ext/fts5/fts5Int.h View 1 22 chunks +88 lines, -21 lines 0 comments Download
M third_party/sqlite/src/ext/fts5/fts5_aux.c View 1 9 chunks +191 lines, -46 lines 0 comments Download
M third_party/sqlite/src/ext/fts5/fts5_buffer.c View 1 4 chunks +125 lines, -27 lines 0 comments Download
M third_party/sqlite/src/ext/fts5/fts5_config.c View 1 9 chunks +60 lines, -4 lines 0 comments Download
M third_party/sqlite/src/ext/fts5/fts5_expr.c View 1 51 chunks +925 lines, -455 lines 0 comments Download
M third_party/sqlite/src/ext/fts5/fts5_hash.c View 1 10 chunks +115 lines, -60 lines 0 comments Download
M third_party/sqlite/src/ext/fts5/fts5_index.c View 1 103 chunks +1523 lines, -827 lines 0 comments Download
M third_party/sqlite/src/ext/fts5/fts5_main.c View 1 37 chunks +341 lines, -150 lines 0 comments Download
M third_party/sqlite/src/ext/fts5/fts5_storage.c View 1 11 chunks +134 lines, -103 lines 0 comments Download
M third_party/sqlite/src/ext/fts5/fts5_tcl.c View 1 17 chunks +111 lines, -14 lines 0 comments Download
M third_party/sqlite/src/ext/fts5/fts5_test_mi.c View 1 7 chunks +41 lines, -27 lines 0 comments Download
A third_party/sqlite/src/ext/fts5/fts5_test_tok.c View 1 1 chunk +482 lines, -0 lines 0 comments Download
M third_party/sqlite/src/ext/fts5/fts5_tokenize.c View 1 7 chunks +12 lines, -5 lines 0 comments Download
M third_party/sqlite/src/ext/fts5/fts5_unicode2.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/sqlite/src/ext/fts5/fts5_varint.c View 1 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/sqlite/src/ext/fts5/fts5_vocab.c View 1 10 chunks +84 lines, -32 lines 0 comments Download
M third_party/sqlite/src/ext/fts5/fts5parse.y View 1 4 chunks +10 lines, -3 lines 0 comments Download
M third_party/sqlite/src/ext/fts5/test/fts5_common.tcl View 1 9 chunks +338 lines, -20 lines 0 comments Download
M third_party/sqlite/src/ext/fts5/test/fts5aa.test View 1 17 chunks +44 lines, -27 lines 0 comments Download
M third_party/sqlite/src/ext/fts5/test/fts5ab.test View 1 8 chunks +18 lines, -10 lines 0 comments Download
M third_party/sqlite/src/ext/fts5/test/fts5ac.test View 1 3 chunks +107 lines, -187 lines 0 comments Download
M third_party/sqlite/src/ext/fts5/test/fts5ad.test View 1 4 chunks +11 lines, -5 lines 0 comments Download
M third_party/sqlite/src/ext/fts5/test/fts5ae.test View 1 9 chunks +30 lines, -22 lines 0 comments Download
M third_party/sqlite/src/ext/fts5/test/fts5af.test View 1 2 chunks +83 lines, -46 lines 0 comments Download
M third_party/sqlite/src/ext/fts5/test/fts5ag.test View 1 2 chunks +13 lines, -6 lines 0 comments Download
M third_party/sqlite/src/ext/fts5/test/fts5ah.test View 1 5 chunks +33 lines, -13 lines 0 comments Download
M third_party/sqlite/src/ext/fts5/test/fts5ai.test View 1 2 chunks +4 lines, -1 line 0 comments Download
M third_party/sqlite/src/ext/fts5/test/fts5ak.test View 1 5 chunks +42 lines, -35 lines 0 comments Download
M third_party/sqlite/src/ext/fts5/test/fts5al.test View 1 7 chunks +33 lines, -26 lines 0 comments Download
M third_party/sqlite/src/ext/fts5/test/fts5auto.test View 1 5 chunks +4 lines, -38 lines 0 comments Download
M third_party/sqlite/src/ext/fts5/test/fts5aux.test View 1 1 chunk +32 lines, -0 lines 0 comments Download
A third_party/sqlite/src/ext/fts5/test/fts5bigtok.test View 1 1 chunk +68 lines, -0 lines 0 comments Download
A third_party/sqlite/src/ext/fts5/test/fts5colset.test View 1 1 chunk +59 lines, -0 lines 0 comments Download
M third_party/sqlite/src/ext/fts5/test/fts5config.test View 1 4 chunks +49 lines, -0 lines 0 comments Download
M third_party/sqlite/src/ext/fts5/test/fts5corrupt2.test View 1 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/sqlite/src/ext/fts5/test/fts5corrupt3.test View 1 3 chunks +39 lines, -3 lines 0 comments Download
A third_party/sqlite/src/ext/fts5/test/fts5detail.test View 1 1 chunk +244 lines, -0 lines 0 comments Download
A third_party/sqlite/src/ext/fts5/test/fts5determin.test View 1 1 chunk +67 lines, -0 lines 0 comments Download
M third_party/sqlite/src/ext/fts5/test/fts5dlidx.test View 1 9 chunks +16 lines, -13 lines 0 comments Download
M third_party/sqlite/src/ext/fts5/test/fts5eb.test View 1 2 chunks +32 lines, -6 lines 0 comments Download
M third_party/sqlite/src/ext/fts5/test/fts5fault1.test View 1 2 chunks +2 lines, -1 line 0 comments Download
M third_party/sqlite/src/ext/fts5/test/fts5fault2.test View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/sqlite/src/ext/fts5/test/fts5fault4.test View 1 2 chunks +1 line, -22 lines 0 comments Download
M third_party/sqlite/src/ext/fts5/test/fts5fault5.test View 1 2 chunks +30 lines, -1 line 0 comments Download
M third_party/sqlite/src/ext/fts5/test/fts5fault7.test View 1 2 chunks +8 lines, -1 line 0 comments Download
A third_party/sqlite/src/ext/fts5/test/fts5fault8.test View 1 1 chunk +85 lines, -0 lines 0 comments Download
A third_party/sqlite/src/ext/fts5/test/fts5fault9.test View 1 1 chunk +156 lines, -0 lines 0 comments Download
A third_party/sqlite/src/ext/fts5/test/fts5faultA.test View 1 1 chunk +64 lines, -0 lines 0 comments Download
A third_party/sqlite/src/ext/fts5/test/fts5faultB.test View 1 1 chunk +111 lines, -0 lines 0 comments Download
A third_party/sqlite/src/ext/fts5/test/fts5fuzz1.test View 1 1 chunk +93 lines, -0 lines 0 comments Download
M third_party/sqlite/src/ext/fts5/test/fts5hash.test View 1 1 chunk +57 lines, -34 lines 0 comments Download
M third_party/sqlite/src/ext/fts5/test/fts5integrity.test View 1 1 chunk +60 lines, -1 line 0 comments Download
M third_party/sqlite/src/ext/fts5/test/fts5matchinfo.test View 1 18 chunks +72 lines, -32 lines 0 comments Download
M third_party/sqlite/src/ext/fts5/test/fts5merge.test View 1 7 chunks +59 lines, -9 lines 0 comments Download
A third_party/sqlite/src/ext/fts5/test/fts5merge2.test View 1 1 chunk +58 lines, -0 lines 0 comments Download
A third_party/sqlite/src/ext/fts5/test/fts5multiclient.test View 1 1 chunk +48 lines, -0 lines 0 comments Download
M third_party/sqlite/src/ext/fts5/test/fts5optimize.test View 1 3 chunks +45 lines, -2 lines 0 comments Download
M third_party/sqlite/src/ext/fts5/test/fts5prefix.test View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/sqlite/src/ext/fts5/test/fts5rank.test View 1 1 chunk +54 lines, -0 lines 0 comments Download
M third_party/sqlite/src/ext/fts5/test/fts5rowid.test View 1 3 chunks +33 lines, -2 lines 0 comments Download
M third_party/sqlite/src/ext/fts5/test/fts5simple.test View 1 4 chunks +122 lines, -6 lines 0 comments Download
A third_party/sqlite/src/ext/fts5/test/fts5simple2.test View 1 1 chunk +373 lines, -0 lines 0 comments Download
A third_party/sqlite/src/ext/fts5/test/fts5simple3.test View 1 1 chunk +119 lines, -0 lines 0 comments Download
M third_party/sqlite/src/ext/fts5/test/fts5synonym.test View 1 12 chunks +30 lines, -66 lines 0 comments Download
A third_party/sqlite/src/ext/fts5/test/fts5synonym2.test View 1 1 chunk +164 lines, -0 lines 0 comments Download
A third_party/sqlite/src/ext/fts5/test/fts5tok1.test View 1 1 chunk +115 lines, -0 lines 0 comments Download
A third_party/sqlite/src/ext/fts5/test/fts5tok2.test View 1 1 chunk +47 lines, -0 lines 0 comments Download
M third_party/sqlite/src/ext/fts5/test/fts5tokenizer.test View 1 1 chunk +39 lines, -0 lines 0 comments Download
M third_party/sqlite/src/ext/fts5/test/fts5unicode2.test View 1 1 chunk +4 lines, -4 lines 0 comments Download
A third_party/sqlite/src/ext/fts5/test/fts5update.test View 1 1 chunk +121 lines, -0 lines 0 comments Download
M third_party/sqlite/src/ext/fts5/test/fts5vocab.test View 1 9 chunks +165 lines, -29 lines 0 comments Download
A third_party/sqlite/src/ext/fts5/tool/fts5speed.tcl View 1 1 chunk +64 lines, -0 lines 0 comments Download
M third_party/sqlite/src/ext/fts5/tool/fts5txt2db.tcl View 1 2 chunks +176 lines, -67 lines 0 comments Download
M third_party/sqlite/src/ext/fts5/tool/loadfts5.tcl View 1 4 chunks +10 lines, -0 lines 0 comments Download
M third_party/sqlite/src/ext/icu/icu.c View 1 8 chunks +86 lines, -52 lines 0 comments Download
M third_party/sqlite/src/ext/misc/amatch.c View 1 3 chunks +4 lines, -4 lines 0 comments Download
A third_party/sqlite/src/ext/misc/carray.c View 1 1 chunk +364 lines, -0 lines 0 comments Download
A third_party/sqlite/src/ext/misc/csv.c View 1 1 chunk +869 lines, -0 lines 0 comments Download
M third_party/sqlite/src/ext/misc/fuzzer.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/sqlite/src/ext/misc/json1.c View 1 15 chunks +86 lines, -19 lines 0 comments Download
A third_party/sqlite/src/ext/misc/memvfs.c View 1 1 chunk +491 lines, -0 lines 0 comments Download
M third_party/sqlite/src/ext/misc/percentile.c View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/sqlite/src/ext/misc/regexp.c View 1 3 chunks +5 lines, -5 lines 0 comments Download
A third_party/sqlite/src/ext/misc/remember.c View 1 1 chunk +68 lines, -0 lines 0 comments Download
A third_party/sqlite/src/ext/misc/scrub.c View 1 1 chunk +610 lines, -0 lines 0 comments Download
M third_party/sqlite/src/ext/misc/series.c View 1 2 chunks +12 lines, -4 lines 0 comments Download
A third_party/sqlite/src/ext/misc/sha1.c View 1 1 chunk +407 lines, -0 lines 0 comments Download
M third_party/sqlite/src/ext/misc/spellfix.c View 1 27 chunks +58 lines, -32 lines 0 comments Download
A third_party/sqlite/src/ext/misc/vfsstat.c View 1 1 chunk +816 lines, -0 lines 0 comments Download
M third_party/sqlite/src/ext/misc/vtshim.c View 1 2 chunks +2 lines, -0 lines 0 comments Download
M third_party/sqlite/src/ext/rbu/rbu.c View 1 5 chunks +42 lines, -19 lines 0 comments Download
M third_party/sqlite/src/ext/rbu/rbu1.test View 1 4 chunks +19 lines, -27 lines 0 comments Download
M third_party/sqlite/src/ext/rbu/rbu5.test View 1 1 chunk +1 line, -26 lines 0 comments Download
A third_party/sqlite/src/ext/rbu/rbuC.test View 1 1 chunk +142 lines, -0 lines 0 comments Download
M third_party/sqlite/src/ext/rbu/rbu_common.tcl View 1 2 chunks +54 lines, -0 lines 0 comments Download
M third_party/sqlite/src/ext/rbu/rbudiff.test View 1 5 chunks +165 lines, -12 lines 0 comments Download
A third_party/sqlite/src/ext/rbu/rbudor.test View 1 1 chunk +59 lines, -0 lines 0 comments Download
A third_party/sqlite/src/ext/rbu/rbufault3.test View 1 1 chunk +98 lines, -0 lines 0 comments Download
A third_party/sqlite/src/ext/rbu/rbufault4.test View 1 1 chunk +66 lines, -0 lines 0 comments Download
A third_party/sqlite/src/ext/rbu/rbuprogress.test View 1 1 chunk +417 lines, -0 lines 0 comments Download
A third_party/sqlite/src/ext/rbu/rburesume.test View 1 1 chunk +254 lines, -0 lines 0 comments Download
A third_party/sqlite/src/ext/rbu/rbuvacuum.test View 1 1 chunk +392 lines, -0 lines 0 comments Download
A third_party/sqlite/src/ext/rbu/rbuvacuum2.test View 1 1 chunk +235 lines, -0 lines 0 comments Download
M third_party/sqlite/src/ext/rbu/sqlite3rbu.h View 1 3 chunks +119 lines, -1 line 0 comments Download
M third_party/sqlite/src/ext/rbu/sqlite3rbu.c View 1 73 chunks +999 lines, -304 lines 0 comments Download
M third_party/sqlite/src/ext/rbu/test_rbu.c View 1 10 chunks +93 lines, -8 lines 0 comments Download
M third_party/sqlite/src/ext/rtree/rtree.c View 1 54 chunks +377 lines, -112 lines 0 comments Download
M third_party/sqlite/src/ext/rtree/rtree1.test View 1 4 chunks +11 lines, -9 lines 0 comments Download
M third_party/sqlite/src/ext/rtree/rtree3.test View 1 2 chunks +30 lines, -1 line 0 comments Download
M third_party/sqlite/src/ext/rtree/rtreeA.test View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/sqlite/src/ext/rtree/rtreeC.test View 1 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/sqlite/src/ext/rtree/rtreeD.test View 1 1 chunk +1 line, -1 line 0 comments Download
A third_party/sqlite/src/ext/rtree/rtreeG.test View 1 1 chunk +66 lines, -0 lines 0 comments Download
A third_party/sqlite/src/ext/session/changeset.c View 1 1 chunk +416 lines, -0 lines 0 comments Download
A third_party/sqlite/src/ext/session/session1.test View 1 1 chunk +621 lines, -0 lines 0 comments Download
A third_party/sqlite/src/ext/session/session2.test View 1 1 chunk +591 lines, -0 lines 0 comments Download
A third_party/sqlite/src/ext/session/session3.test View 1 1 chunk +214 lines, -0 lines 0 comments Download
A third_party/sqlite/src/ext/session/session4.test View 1 1 chunk +67 lines, -0 lines 0 comments Download
A third_party/sqlite/src/ext/session/session5.test View 1 1 chunk +408 lines, -0 lines 0 comments Download
A third_party/sqlite/src/ext/session/session6.test View 1 1 chunk +90 lines, -0 lines 0 comments Download
A third_party/sqlite/src/ext/session/session8.test View 1 1 chunk +91 lines, -0 lines 0 comments Download
A third_party/sqlite/src/ext/session/session9.test View 1 1 chunk +287 lines, -0 lines 0 comments Download
A third_party/sqlite/src/ext/session/sessionA.test View 1 1 chunk +106 lines, -0 lines 0 comments Download
A third_party/sqlite/src/ext/session/sessionB.test View 1 1 chunk +508 lines, -0 lines 0 comments Download
A third_party/sqlite/src/ext/session/sessionC.test View 1 1 chunk +198 lines, -0 lines 0 comments Download
A third_party/sqlite/src/ext/session/sessionD.test View 1 1 chunk +225 lines, -0 lines 0 comments Download
A third_party/sqlite/src/ext/session/sessionE.test View 1 1 chunk +117 lines, -0 lines 0 comments Download
A third_party/sqlite/src/ext/session/sessionF.test View 1 1 chunk +295 lines, -0 lines 0 comments Download
A third_party/sqlite/src/ext/session/sessionG.test View 1 1 chunk +177 lines, -0 lines 0 comments Download
A third_party/sqlite/src/ext/session/session_common.tcl View 1 1 chunk +171 lines, -0 lines 0 comments Download
A third_party/sqlite/src/ext/session/session_speed_test.c View 1 1 chunk +360 lines, -0 lines 0 comments Download
A third_party/sqlite/src/ext/session/sessionat.test View 1 1 chunk +216 lines, -0 lines 0 comments Download
A third_party/sqlite/src/ext/session/sessionfault.test View 1 1 chunk +589 lines, -0 lines 0 comments Download
A third_party/sqlite/src/ext/session/sessionfault2.test View 1 1 chunk +107 lines, -0 lines 0 comments Download
A third_party/sqlite/src/ext/session/sessionwor.test View 1 1 chunk +57 lines, -0 lines 0 comments Download
A third_party/sqlite/src/ext/session/sqlite3session.h View 1 1 chunk +1288 lines, -0 lines 0 comments Download
A third_party/sqlite/src/ext/session/sqlite3session.c View 1 1 chunk +4654 lines, -0 lines 0 comments Download
A third_party/sqlite/src/ext/session/test_session.c View 1 1 chunk +1046 lines, -0 lines 0 comments Download
M third_party/sqlite/src/ext/userauth/userauth.c View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/sqlite/src/main.mk View 1 23 chunks +95 lines, -24 lines 0 comments Download
M third_party/sqlite/src/manifest View 1 29 chunks +649 lines, -497 lines 0 comments Download
M third_party/sqlite/src/manifest.uuid View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/sqlite/src/mptest/mptest.c View 1 6 chunks +31 lines, -1 line 0 comments Download
M third_party/sqlite/src/src/alter.c View 1 13 chunks +27 lines, -51 lines 0 comments Download
M third_party/sqlite/src/src/analyze.c View 1 23 chunks +57 lines, -53 lines 0 comments Download
M third_party/sqlite/src/src/attach.c View 1 15 chunks +24 lines, -25 lines 0 comments Download
M third_party/sqlite/src/src/auth.c View 1 1 chunk +4 lines, -3 lines 0 comments Download
M third_party/sqlite/src/src/backup.c View 1 7 chunks +30 lines, -27 lines 0 comments Download
M third_party/sqlite/src/src/bitvec.c View 1 4 chunks +4 lines, -4 lines 0 comments Download
M third_party/sqlite/src/src/btmutex.c View 1 4 chunks +32 lines, -25 lines 0 comments Download
M third_party/sqlite/src/src/btree.h View 1 10 chunks +70 lines, -21 lines 0 comments Download
M third_party/sqlite/src/src/btree.c View 1 114 chunks +577 lines, -483 lines 0 comments Download
M third_party/sqlite/src/src/btreeInt.h View 1 3 chunks +15 lines, -24 lines 0 comments Download
M third_party/sqlite/src/src/build.c View 1 97 chunks +312 lines, -296 lines 0 comments Download
M third_party/sqlite/src/src/callback.c View 1 11 chunks +46 lines, -38 lines 0 comments Download
M third_party/sqlite/src/src/complete.c View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/sqlite/src/src/ctime.c View 1 6 chunks +19 lines, -4 lines 0 comments Download
M third_party/sqlite/src/src/date.c View 1 32 chunks +210 lines, -110 lines 0 comments Download
M third_party/sqlite/src/src/dbstat.c View 1 13 chunks +18 lines, -16 lines 0 comments Download
M third_party/sqlite/src/src/delete.c View 1 21 chunks +63 lines, -60 lines 0 comments Download
M third_party/sqlite/src/src/expr.c View 1 106 chunks +1491 lines, -614 lines 0 comments Download
M third_party/sqlite/src/src/fault.c View 1 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/sqlite/src/src/fkey.c View 1 14 chunks +27 lines, -31 lines 0 comments Download
M third_party/sqlite/src/src/func.c View 1 22 chunks +161 lines, -103 lines 0 comments Download
M third_party/sqlite/src/src/global.c View 1 9 chunks +38 lines, -14 lines 0 comments Download
M third_party/sqlite/src/src/hash.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/sqlite/src/src/hash.c View 1 2 chunks +7 lines, -3 lines 0 comments Download
M third_party/sqlite/src/src/hwtime.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A third_party/sqlite/src/src/in-operator.md View 1 1 chunk +107 lines, -0 lines 0 comments Download
M third_party/sqlite/src/src/insert.c View 1 41 chunks +259 lines, -90 lines 0 comments Download
D third_party/sqlite/src/src/journal.c View 1 1 chunk +0 lines, -256 lines 0 comments Download
M third_party/sqlite/src/src/legacy.c View 1 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/sqlite/src/src/loadext.c View 1 18 chunks +42 lines, -36 lines 0 comments Download
M third_party/sqlite/src/src/main.c View 1 57 chunks +234 lines, -107 lines 0 comments Download
M third_party/sqlite/src/src/malloc.c View 1 9 chunks +117 lines, -54 lines 0 comments Download
M third_party/sqlite/src/src/mem1.c View 1 2 chunks +4 lines, -2 lines 0 comments Download
M third_party/sqlite/src/src/mem5.c View 1 6 chunks +15 lines, -5 lines 0 comments Download
M third_party/sqlite/src/src/memjournal.c View 1 8 chunks +244 lines, -81 lines 0 comments Download
M third_party/sqlite/src/src/msvc.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/sqlite/src/src/mutex_w32.c View 1 1 chunk +1 line, -2 lines 0 comments Download
M third_party/sqlite/src/src/os.h View 1 3 chunks +3 lines, -2 lines 0 comments Download
M third_party/sqlite/src/src/os.c View 1 11 chunks +51 lines, -30 lines 0 comments Download
M third_party/sqlite/src/src/os_common.h View 1 3 chunks +14 lines, -14 lines 0 comments Download
M third_party/sqlite/src/src/os_setup.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/sqlite/src/src/os_unix.c View 1 48 chunks +243 lines, -129 lines 0 comments Download
M third_party/sqlite/src/src/os_win.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/sqlite/src/src/os_win.c View 1 73 chunks +554 lines, -233 lines 0 comments Download
M third_party/sqlite/src/src/pager.h View 1 7 chunks +29 lines, -14 lines 0 comments Download
M third_party/sqlite/src/src/pager.c View 1 89 chunks +408 lines, -245 lines 0 comments Download
M third_party/sqlite/src/src/parse.y View 1 50 chunks +340 lines, -320 lines 0 comments Download
M third_party/sqlite/src/src/pcache.h View 1 5 chunks +14 lines, -4 lines 0 comments Download
M third_party/sqlite/src/src/pcache.c View 1 28 chunks +220 lines, -32 lines 0 comments Download
M third_party/sqlite/src/src/pcache1.c View 1 7 chunks +37 lines, -15 lines 0 comments Download
M third_party/sqlite/src/src/pragma.h View 1 2 chunks +448 lines, -305 lines 0 comments Download
M third_party/sqlite/src/src/pragma.c View 1 60 chunks +495 lines, -183 lines 0 comments Download
M third_party/sqlite/src/src/prepare.c View 1 17 chunks +60 lines, -101 lines 0 comments Download
M third_party/sqlite/src/src/printf.c View 1 24 chunks +80 lines, -73 lines 0 comments Download
M third_party/sqlite/src/src/random.c View 1 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/sqlite/src/src/resolve.c View 1 10 chunks +67 lines, -22 lines 0 comments Download
M third_party/sqlite/src/src/rowset.c View 1 8 chunks +66 lines, -76 lines 0 comments Download
M third_party/sqlite/src/src/select.c View 1 83 chunks +314 lines, -221 lines 0 comments Download
M third_party/sqlite/src/src/shell.c View 1 127 chunks +1649 lines, -434 lines 0 comments Download
M third_party/sqlite/src/src/sqlite.h.in View 1 53 chunks +548 lines, -61 lines 0 comments Download
M third_party/sqlite/src/src/sqlite3.rc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/sqlite/src/src/sqlite3ext.h View 1 4 chunks +23 lines, -5 lines 0 comments Download
M third_party/sqlite/src/src/sqliteInt.h View 1 135 chunks +602 lines, -291 lines 0 comments Download
M third_party/sqlite/src/src/sqliteLimit.h View 1 3 chunks +7 lines, -6 lines 0 comments Download
M third_party/sqlite/src/src/status.c View 1 3 chunks +7 lines, -2 lines 0 comments Download
M third_party/sqlite/src/src/table.c View 1 4 chunks +3 lines, -5 lines 0 comments Download
M third_party/sqlite/src/src/tclsqlite.c View 1 93 chunks +536 lines, -158 lines 0 comments Download
M third_party/sqlite/src/src/test1.c View 1 191 chunks +697 lines, -187 lines 0 comments Download
M third_party/sqlite/src/src/test2.c View 1 22 chunks +26 lines, -22 lines 0 comments Download
M third_party/sqlite/src/src/test3.c View 1 21 chunks +46 lines, -44 lines 0 comments Download
M third_party/sqlite/src/src/test4.c View 1 16 chunks +20 lines, -16 lines 0 comments Download
M third_party/sqlite/src/src/test5.c View 1 5 chunks +9 lines, -5 lines 0 comments Download
M third_party/sqlite/src/src/test6.c View 1 10 chunks +62 lines, -8 lines 0 comments Download
M third_party/sqlite/src/src/test7.c View 1 14 chunks +18 lines, -14 lines 0 comments Download
M third_party/sqlite/src/src/test8.c View 1 3 chunks +7 lines, -3 lines 0 comments Download
M third_party/sqlite/src/src/test9.c View 1 3 chunks +8 lines, -4 lines 0 comments Download
M third_party/sqlite/src/src/test_async.c View 1 6 chunks +13 lines, -6 lines 0 comments Download
M third_party/sqlite/src/src/test_autoext.c View 1 8 chunks +21 lines, -14 lines 0 comments Download
M third_party/sqlite/src/src/test_backup.c View 1 4 chunks +11 lines, -4 lines 0 comments Download
A third_party/sqlite/src/src/test_bestindex.c View 1 1 chunk +610 lines, -0 lines 0 comments Download
M third_party/sqlite/src/src/test_blob.c View 1 7 chunks +12 lines, -8 lines 0 comments Download
M third_party/sqlite/src/src/test_btree.c View 1 2 chunks +6 lines, -2 lines 0 comments Download
M third_party/sqlite/src/src/test_config.c View 1 8 chunks +42 lines, -3 lines 0 comments Download
A third_party/sqlite/src/src/test_delete.c View 1 1 chunk +138 lines, -0 lines 0 comments Download
M third_party/sqlite/src/src/test_demovfs.c View 1 2 chunks +10 lines, -3 lines 0 comments Download
M third_party/sqlite/src/src/test_devsym.c View 1 2 chunks +9 lines, -1 line 0 comments Download
M third_party/sqlite/src/src/test_fs.c View 1 3 chunks +14 lines, -6 lines 0 comments Download
M third_party/sqlite/src/src/test_func.c View 1 9 chunks +20 lines, -14 lines 0 comments Download
M third_party/sqlite/src/src/test_hexio.c View 1 8 chunks +12 lines, -8 lines 0 comments Download
M third_party/sqlite/src/src/test_init.c View 1 5 chunks +9 lines, -5 lines 0 comments Download
M third_party/sqlite/src/src/test_intarray.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/sqlite/src/src/test_intarray.c View 1 3 chunks +10 lines, -3 lines 0 comments Download
M third_party/sqlite/src/src/test_journal.c View 1 11 chunks +18 lines, -12 lines 0 comments Download
M third_party/sqlite/src/src/test_malloc.c View 1 35 chunks +40 lines, -35 lines 0 comments Download
M third_party/sqlite/src/src/test_multiplex.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/sqlite/src/src/test_multiplex.c View 1 22 chunks +19 lines, -130 lines 0 comments Download
M third_party/sqlite/src/src/test_mutex.c View 1 12 chunks +16 lines, -12 lines 0 comments Download
M third_party/sqlite/src/src/test_onefile.c View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/sqlite/src/src/test_osinst.c View 1 2 chunks +12 lines, -5 lines 0 comments Download
M third_party/sqlite/src/src/test_quota.c View 1 34 chunks +43 lines, -36 lines 0 comments Download
M third_party/sqlite/src/src/test_rtree.c View 1 4 chunks +12 lines, -4 lines 0 comments Download
M third_party/sqlite/src/src/test_schema.c View 1 2 chunks +8 lines, -4 lines 0 comments Download
M third_party/sqlite/src/src/test_sqllog.c View 1 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/sqlite/src/src/test_superlock.c View 1 3 chunks +11 lines, -4 lines 0 comments Download
M third_party/sqlite/src/src/test_syscall.c View 1 16 chunks +33 lines, -20 lines 0 comments Download
M third_party/sqlite/src/src/test_tclvar.c View 1 2 chunks +6 lines, -2 lines 0 comments Download
M third_party/sqlite/src/src/test_thread.c View 1 12 chunks +16 lines, -12 lines 0 comments Download
M third_party/sqlite/src/src/test_vfs.c View 1 6 chunks +10 lines, -7 lines 0 comments Download
M third_party/sqlite/src/src/test_windirent.h View 1 1 chunk +18 lines, -0 lines 0 comments Download
M third_party/sqlite/src/src/test_windirent.c View 1 5 chunks +44 lines, -9 lines 0 comments Download
M third_party/sqlite/src/src/threads.c View 1 7 chunks +7 lines, -7 lines 0 comments Download
M third_party/sqlite/src/src/tokenize.c View 1 19 chunks +176 lines, -80 lines 0 comments Download
M third_party/sqlite/src/src/treeview.c View 1 9 chunks +49 lines, -18 lines 0 comments Download
M third_party/sqlite/src/src/trigger.c View 1 11 chunks +14 lines, -15 lines 0 comments Download
M third_party/sqlite/src/src/update.c View 1 15 chunks +142 lines, -84 lines 0 comments Download
M third_party/sqlite/src/src/utf.c View 1 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/sqlite/src/src/util.c View 1 29 chunks +266 lines, -77 lines 0 comments Download
M third_party/sqlite/src/src/vacuum.c View 1 9 chunks +88 lines, -110 lines 0 comments Download
M third_party/sqlite/src/src/vdbe.h View 1 8 chunks +33 lines, -24 lines 0 comments Download
M third_party/sqlite/src/src/vdbe.c View 1 178 chunks +972 lines, -670 lines 0 comments Download
M third_party/sqlite/src/src/vdbeInt.h View 1 17 chunks +122 lines, -97 lines 0 comments Download
M third_party/sqlite/src/src/vdbeapi.c View 1 20 chunks +261 lines, -40 lines 0 comments Download
M third_party/sqlite/src/src/vdbeaux.c View 1 79 chunks +672 lines, -451 lines 0 comments Download
M third_party/sqlite/src/src/vdbeblob.c View 1 9 chunks +109 lines, -76 lines 0 comments Download
M third_party/sqlite/src/src/vdbemem.c View 1 35 chunks +90 lines, -100 lines 0 comments Download
M third_party/sqlite/src/src/vdbesort.c View 1 25 chunks +55 lines, -45 lines 0 comments Download
M third_party/sqlite/src/src/vdbetrace.c View 1 4 chunks +16 lines, -10 lines 0 comments Download
M third_party/sqlite/src/src/vtab.c View 1 22 chunks +98 lines, -69 lines 0 comments Download
M third_party/sqlite/src/src/vxworks.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/sqlite/src/src/wal.h View 1 7 chunks +8 lines, -6 lines 0 comments Download
M third_party/sqlite/src/src/wal.c View 1 28 chunks +241 lines, -21 lines 0 comments Download
M third_party/sqlite/src/src/walker.c View 1 1 chunk +14 lines, -12 lines 0 comments Download
M third_party/sqlite/src/src/where.c View 1 87 chunks +687 lines, -345 lines 0 comments Download
M third_party/sqlite/src/src/whereInt.h View 1 6 chunks +34 lines, -18 lines 0 comments Download
M third_party/sqlite/src/src/wherecode.c View 1 50 chunks +518 lines, -151 lines 0 comments Download
M third_party/sqlite/src/src/whereexpr.c View 1 29 chunks +118 lines, -31 lines 0 comments Download
A third_party/sqlite/src/test/affinity3.test View 1 1 chunk +91 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/alter.test View 1 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/sqlite/src/test/alter3.test View 1 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/sqlite/src/test/alter4.test View 1 3 chunks +39 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/analyze9.test View 1 2 chunks +1 line, -4 lines 0 comments Download
M third_party/sqlite/src/test/analyzeB.test View 1 1 chunk +0 lines, -1 line 0 comments Download
M third_party/sqlite/src/test/analyzeD.test View 1 4 chunks +2 lines, -4 lines 0 comments Download
M third_party/sqlite/src/test/analyzeF.test View 1 1 chunk +26 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/analyzer1.test View 1 1 chunk +6 lines, -3 lines 0 comments Download
M third_party/sqlite/src/test/attach.test View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/sqlite/src/test/attach3.test View 1 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/sqlite/src/test/auth.test View 1 21 chunks +67 lines, -22 lines 0 comments Download
M third_party/sqlite/src/test/auth2.test View 1 2 chunks +0 lines, -12 lines 0 comments Download
M third_party/sqlite/src/test/auth3.test View 1 2 chunks +19 lines, -2 lines 0 comments Download
M third_party/sqlite/src/test/autoinc.test View 1 2 chunks +13 lines, -1 line 0 comments Download
M third_party/sqlite/src/test/autoindex2.test View 1 1 chunk +6 lines, -1 line 0 comments Download
M third_party/sqlite/src/test/autovacuum.test View 1 2 chunks +14 lines, -3 lines 0 comments Download
M third_party/sqlite/src/test/backcompat.test View 1 4 chunks +10 lines, -3 lines 0 comments Download
M third_party/sqlite/src/test/backup.test View 1 2 chunks +11 lines, -12 lines 0 comments Download
M third_party/sqlite/src/test/backup4.test View 1 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/backup_malloc.test View 1 1 chunk +32 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/bc_common.tcl View 1 2 chunks +3 lines, -2 lines 0 comments Download
A third_party/sqlite/src/test/bestindex1.test View 1 1 chunk +275 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/bestindex2.test View 1 1 chunk +141 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/bestindex3.test View 1 1 chunk +174 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/bestindex4.test View 1 1 chunk +120 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/cacheflush.test View 1 1 chunk +0 lines, -1 line 0 comments Download
M third_party/sqlite/src/test/capi3.test View 1 2 chunks +16 lines, -14 lines 0 comments Download
M third_party/sqlite/src/test/capi3c.test View 1 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/sqlite/src/test/cffault.test View 1 2 chunks +1 line, -2 lines 0 comments Download
M third_party/sqlite/src/test/check.test View 1 1 chunk +20 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/close.test View 1 1 chunk +4 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/collateB.test View 1 1 chunk +63 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/conflict.test View 1 2 chunks +7 lines, -5 lines 0 comments Download
M third_party/sqlite/src/test/conflict2.test View 1 1 chunk +13 lines, -10 lines 0 comments Download
M third_party/sqlite/src/test/corrupt2.test View 1 1 chunk +23 lines, -21 lines 0 comments Download
M third_party/sqlite/src/test/corrupt3.test View 1 1 chunk +3 lines, -4 lines 0 comments Download
M third_party/sqlite/src/test/corrupt4.test View 1 1 chunk +3 lines, -4 lines 0 comments Download
M third_party/sqlite/src/test/corrupt6.test View 1 1 chunk +3 lines, -4 lines 0 comments Download
M third_party/sqlite/src/test/corrupt7.test View 1 1 chunk +3 lines, -4 lines 0 comments Download
M third_party/sqlite/src/test/corruptC.test View 1 3 chunks +10 lines, -3 lines 0 comments Download
M third_party/sqlite/src/test/corruptE.test View 1 1 chunk +3 lines, -4 lines 0 comments Download
M third_party/sqlite/src/test/corruptG.test View 1 1 chunk +3 lines, -4 lines 0 comments Download
M third_party/sqlite/src/test/corruptH.test View 1 2 chunks +4 lines, -5 lines 0 comments Download
M third_party/sqlite/src/test/corruptI.test View 1 2 chunks +4 lines, -5 lines 0 comments Download
M third_party/sqlite/src/test/corruptJ.test View 1 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/sqlite/src/test/cost.test View 1 1 chunk +0 lines, -3 lines 0 comments Download
M third_party/sqlite/src/test/coveridxscan.test View 1 1 chunk +31 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/crash8.test View 1 1 chunk +1 line, -0 lines 0 comments Download
A third_party/sqlite/src/test/csv01.test View 1 1 chunk +112 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/ctime.test View 1 2 chunks +15 lines, -2 lines 0 comments Download
A third_party/sqlite/src/test/cursorhint2.test View 1 1 chunk +184 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/date.test View 1 2 chunks +38 lines, -1 line 0 comments Download
A third_party/sqlite/src/test/dbfuzz.c View 1 1 chunk +754 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/dbselftest.c View 1 1 chunk +786 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/dbstatus.test View 1 4 chunks +43 lines, -5 lines 0 comments Download
M third_party/sqlite/src/test/dbstatus2.test View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/sqlite/src/test/delete.test View 1 1 chunk +14 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/delete4.test View 1 1 chunk +42 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/delete_db.test View 1 1 chunk +217 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/e_blobbytes.test View 1 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/sqlite/src/test/e_blobclose.test View 1 1 chunk +0 lines, -1 line 0 comments Download
M third_party/sqlite/src/test/e_blobopen.test View 1 1 chunk +0 lines, -1 line 0 comments Download
M third_party/sqlite/src/test/e_blobwrite.test View 1 1 chunk +0 lines, -1 line 0 comments Download
M third_party/sqlite/src/test/e_dropview.test View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/sqlite/src/test/e_expr.test View 1 6 chunks +23 lines, -12 lines 0 comments Download
M third_party/sqlite/src/test/e_fkey.test View 1 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/sqlite/src/test/e_select.test View 1 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/sqlite/src/test/e_uri.test View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/sqlite/src/test/e_vacuum.test View 1 3 chunks +41 lines, -38 lines 0 comments Download
M third_party/sqlite/src/test/e_walauto.test View 1 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/e_walckpt.test View 1 1 chunk +0 lines, -1 line 0 comments Download
M third_party/sqlite/src/test/e_walhook.test View 1 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/sqlite/src/test/eqp.test View 1 1 chunk +34 lines, -32 lines 0 comments Download
M third_party/sqlite/src/test/exclusive.test View 1 2 chunks +6 lines, -3 lines 0 comments Download
M third_party/sqlite/src/test/exclusive2.test View 1 2 chunks +8 lines, -8 lines 0 comments Download
M third_party/sqlite/src/test/exists.test View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/sqlite/src/test/filectrl.test View 1 1 chunk +26 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/filefmt.test View 1 2 chunks +10 lines, -6 lines 0 comments Download
M third_party/sqlite/src/test/fkey1.test View 1 2 chunks +22 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/fkey2.test View 1 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/sqlite/src/test/fkey6.test View 1 3 chunks +55 lines, -1 line 0 comments Download
M third_party/sqlite/src/test/fkey8.test View 1 1 chunk +62 lines, -1 line 0 comments Download
M third_party/sqlite/src/test/fordelete.test View 1 4 chunks +92 lines, -13 lines 0 comments Download
M third_party/sqlite/src/test/fts3atoken.test View 1 9 chunks +33 lines, -24 lines 0 comments Download
M third_party/sqlite/src/test/fts3aux1.test View 1 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/sqlite/src/test/fts3conf.test View 1 1 chunk +38 lines, -1 line 0 comments Download
M third_party/sqlite/src/test/fts3expr.test View 1 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/fts3expr4.test View 1 1 chunk +0 lines, -1 line 0 comments Download
M third_party/sqlite/src/test/fts3join.test View 1 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/sqlite/src/test/fts3matchinfo.test View 1 2 chunks +0 lines, -2 lines 0 comments Download
M third_party/sqlite/src/test/fts3offsets.test View 1 1 chunk +0 lines, -1 line 0 comments Download
M third_party/sqlite/src/test/fts3snippet.test View 1 1 chunk +0 lines, -1 line 0 comments Download
M third_party/sqlite/src/test/fts4check.test View 1 1 chunk +0 lines, -1 line 0 comments Download
M third_party/sqlite/src/test/fts4content.test View 1 1 chunk +0 lines, -1 line 0 comments Download
M third_party/sqlite/src/test/fts4growth.test View 1 6 chunks +22 lines, -19 lines 0 comments Download
M third_party/sqlite/src/test/fts4growth2.test View 1 1 chunk +0 lines, -1 line 0 comments Download
M third_party/sqlite/src/test/fts4langid.test View 1 2 chunks +2 lines, -1 line 0 comments Download
M third_party/sqlite/src/test/fts4merge.test View 1 8 chunks +8 lines, -18 lines 0 comments Download
M third_party/sqlite/src/test/fts4merge3.test View 1 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/sqlite/src/test/fts4noti.test View 1 1 chunk +0 lines, -3 lines 0 comments Download
M third_party/sqlite/src/test/fts4onepass.test View 1 1 chunk +0 lines, -1 line 0 comments Download
A third_party/sqlite/src/test/fts4opt.test View 1 1 chunk +213 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/fuzz-oss1.test View 1 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/fuzz3.test View 1 1 chunk +0 lines, -1 line 0 comments Download
M third_party/sqlite/src/test/fuzzcheck.c View 1 17 chunks +124 lines, -52 lines 0 comments Download
A third_party/sqlite/src/test/fuzzdata5.db View 1 Binary file 0 comments Download
M third_party/sqlite/src/test/fuzzer1.test View 1 2 chunks +0 lines, -46 lines 0 comments Download
A third_party/sqlite/src/test/fuzzer2.test View 1 1 chunk +72 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/gcfault.test View 1 1 chunk +56 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/hexlit.test View 1 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/hook.test View 1 2 chunks +469 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/hook2.test View 1 1 chunk +218 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/in.test View 1 4 chunks +19 lines, -7 lines 0 comments Download
M third_party/sqlite/src/test/in5.test View 1 1 chunk +54 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/incrblob.test View 1 8 chunks +14 lines, -9 lines 0 comments Download
M third_party/sqlite/src/test/incrblob4.test View 1 1 chunk +20 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/incrblob_err.test View 1 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/sqlite/src/test/incrblobfault.test View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/sqlite/src/test/incrcorrupt.test View 1 1 chunk +0 lines, -1 line 0 comments Download
M third_party/sqlite/src/test/incrvacuum2.test View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/sqlite/src/test/index6.test View 1 2 chunks +16 lines, -2 lines 0 comments Download
M third_party/sqlite/src/test/index7.test View 1 1 chunk +15 lines, -2 lines 0 comments Download
A third_party/sqlite/src/test/index8.test View 1 1 chunk +60 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/indexexpr1.test View 1 1 chunk +56 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/instr.test View 1 1 chunk +9 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/instrfault.test View 1 1 chunk +92 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/intarray.test View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/sqlite/src/test/interrupt.test View 1 2 chunks +2 lines, -2 lines 0 comments Download
A third_party/sqlite/src/test/interrupt2.test View 1 1 chunk +159 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/intpkey.test View 1 2 chunks +38 lines, -1 line 0 comments Download
M third_party/sqlite/src/test/io.test View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/sqlite/src/test/join2.test View 1 2 chunks +21 lines, -1 line 0 comments Download
M third_party/sqlite/src/test/join5.test View 1 2 chunks +29 lines, -1 line 0 comments Download
M third_party/sqlite/src/test/journal2.test View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/sqlite/src/test/json101.test View 1 1 chunk +347 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/json103.test View 1 1 chunk +14 lines, -1 line 0 comments Download
A third_party/sqlite/src/test/kvtest.c View 1 1 chunk +880 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/like.test View 1 1 chunk +19 lines, -1 line 0 comments Download
A third_party/sqlite/src/test/limit2.test View 1 1 chunk +153 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/loadext.test View 1 4 chunks +12 lines, -2 lines 0 comments Download
M third_party/sqlite/src/test/lock.test View 1 1 chunk +3 lines, -2 lines 0 comments Download
M third_party/sqlite/src/test/main.test View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/sqlite/src/test/malloc5.test View 1 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/sqlite/src/test/mallocI.test View 1 1 chunk +11 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/mallocK.test View 1 1 chunk +0 lines, -1 line 0 comments Download
M third_party/sqlite/src/test/mallocL.test View 1 1 chunk +0 lines, -1 line 0 comments Download
M third_party/sqlite/src/test/memsubsys1.test View 1 2 chunks +7 lines, -5 lines 0 comments Download
M third_party/sqlite/src/test/minmax.test View 1 1 chunk +14 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/misc1.test View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/sqlite/src/test/misc5.test View 1 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/misc8.test View 1 1 chunk +39 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/mmap1.test View 1 5 chunks +9 lines, -62 lines 0 comments Download
M third_party/sqlite/src/test/mmap3.test View 1 1 chunk +3 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/mmap4.test View 1 1 chunk +104 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/multiplex.test View 1 3 chunks +9 lines, -12 lines 0 comments Download
M third_party/sqlite/src/test/mutex1.test View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/sqlite/src/test/nan.test View 1 1 chunk +41 lines, -39 lines 0 comments Download
A third_party/sqlite/src/test/nockpt.test View 1 1 chunk +66 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/nolock.test View 1 1 chunk +35 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/oserror.test View 1 1 chunk +1 line, -1 line 0 comments Download
A third_party/sqlite/src/test/ossfuzz.c View 1 1 chunk +86 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/ossshell.c View 1 1 chunk +61 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/ovfl.test View 1 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/sqlite/src/test/pager1.test View 1 9 chunks +132 lines, -45 lines 0 comments Download
M third_party/sqlite/src/test/pagerfault.test View 1 1 chunk +16 lines, -14 lines 0 comments Download
M third_party/sqlite/src/test/pageropt.test View 1 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/parser1.test View 1 1 chunk +23 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/permutations.test View 1 15 chunks +65 lines, -15 lines 0 comments Download
M third_party/sqlite/src/test/pragma.test View 1 5 chunks +97 lines, -68 lines 0 comments Download
M third_party/sqlite/src/test/pragma2.test View 1 1 chunk +0 lines, -1 line 0 comments Download
M third_party/sqlite/src/test/pragma3.test View 1 2 chunks +2 lines, -1 line 0 comments Download
A third_party/sqlite/src/test/pragma4.test View 1 1 chunk +84 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/quota.test View 1 2 chunks +3 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/regexp2.test View 1 1 chunk +124 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/releasetest.tcl View 1 20 chunks +137 lines, -30 lines 0 comments Download
M third_party/sqlite/src/test/rollback2.test View 1 1 chunk +0 lines, -1 line 0 comments Download
M third_party/sqlite/src/test/rollbackfault.test View 1 1 chunk +0 lines, -2 lines 0 comments Download
A third_party/sqlite/src/test/rowvalue.test View 1 1 chunk +397 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/rowvalue2.test View 1 1 chunk +279 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/rowvalue3.test View 1 1 chunk +220 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/rowvalue4.test View 1 1 chunk +313 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/rowvalue5.test View 1 1 chunk +115 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/rowvalue6.test View 1 1 chunk +36 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/rowvalue7.test View 1 1 chunk +58 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/rowvalue8.test View 1 1 chunk +59 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/rowvalue9.test View 1 1 chunk +301 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/rowvaluefault.test View 1 1 chunk +71 lines, -0 lines 0 comments Download
D third_party/sqlite/src/test/savepoint3.test View 1 1 chunk +0 lines, -136 lines 0 comments Download
M third_party/sqlite/src/test/savepoint7.test View 1 1 chunk +34 lines, -0 lines 0 comments Download
A + third_party/sqlite/src/test/savepointfault.test View 1 5 chunks +7 lines, -6 lines 0 comments Download
M third_party/sqlite/src/test/schema4.test View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/sqlite/src/test/select4.test View 1 2 chunks +92 lines, -1 line 0 comments Download
M third_party/sqlite/src/test/select7.test View 1 2 chunks +4 lines, -10 lines 0 comments Download
M third_party/sqlite/src/test/selectA.test View 1 1 chunk +9 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/selectC.test View 1 2 chunks +34 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/session.test View 1 1 chunk +22 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/shared3.test View 1 1 chunk +0 lines, -1 line 0 comments Download
M third_party/sqlite/src/test/shell1.test View 1 16 chunks +81 lines, -39 lines 0 comments Download
M third_party/sqlite/src/test/shell2.test View 1 2 chunks +2 lines, -10 lines 0 comments Download
M third_party/sqlite/src/test/shell3.test View 1 2 chunks +14 lines, -10 lines 0 comments Download
M third_party/sqlite/src/test/shell4.test View 1 4 chunks +18 lines, -13 lines 0 comments Download
M third_party/sqlite/src/test/shell5.test View 1 1 chunk +1 line, -9 lines 0 comments Download
A third_party/sqlite/src/test/shell6.test View 1 1 chunk +101 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/shell7.test View 1 1 chunk +54 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/skipscan1.test View 1 3 chunks +23 lines, -8 lines 0 comments Download
M third_party/sqlite/src/test/snapshot.test View 1 1 chunk +438 lines, -296 lines 0 comments Download
A third_party/sqlite/src/test/snapshot2.test View 1 1 chunk +200 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/snapshot_fault.test View 1 2 chunks +63 lines, -1 line 0 comments Download
M third_party/sqlite/src/test/sort.test View 1 1 chunk +0 lines, -46 lines 0 comments Download
M third_party/sqlite/src/test/sort2.test View 1 2 chunks +16 lines, -12 lines 0 comments Download
M third_party/sqlite/src/test/sort3.test View 1 4 chunks +49 lines, -3 lines 0 comments Download
M third_party/sqlite/src/test/sort5.test View 1 1 chunk +74 lines, -1 line 0 comments Download
M third_party/sqlite/src/test/speed3.test View 1 4 chunks +4 lines, -4 lines 0 comments Download
M third_party/sqlite/src/test/speedtest1.c View 1 40 chunks +293 lines, -65 lines 0 comments Download
M third_party/sqlite/src/test/spellfix.test View 1 1 chunk +0 lines, -1 line 0 comments Download
M third_party/sqlite/src/test/spellfix3.test View 1 1 chunk +10 lines, -1 line 0 comments Download
M third_party/sqlite/src/test/sqldiff1.test View 1 1 chunk +2 lines, -10 lines 0 comments Download
M third_party/sqlite/src/test/sqllog.test View 1 1 chunk +0 lines, -3 lines 0 comments Download
M third_party/sqlite/src/test/stat.test View 1 3 chunks +88 lines, -1 line 0 comments Download
M third_party/sqlite/src/test/stmt.test View 1 4 chunks +6 lines, -4 lines 0 comments Download
M third_party/sqlite/src/test/subselect.test View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/sqlite/src/test/superlock.test View 1 2 chunks +18 lines, -7 lines 0 comments Download
M third_party/sqlite/src/test/symlink.test View 1 2 chunks +90 lines, -28 lines 0 comments Download
M third_party/sqlite/src/test/sync.test View 1 5 chunks +7 lines, -6 lines 0 comments Download
M third_party/sqlite/src/test/syscall.test View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/sqlite/src/test/tabfunc01.test View 1 2 chunks +95 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/tclsqlite.test View 1 3 chunks +36 lines, -4 lines 0 comments Download
M third_party/sqlite/src/test/tempdb.test View 1 1 chunk +1 line, -1 line 0 comments Download
A third_party/sqlite/src/test/tempdb2.test View 1 1 chunk +76 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/tempfault.test View 1 1 chunk +134 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/temptable2.test View 1 1 chunk +357 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/temptable3.test View 1 1 chunk +41 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/temptrigger.test View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/sqlite/src/test/tester.tcl View 1 19 chunks +193 lines, -9 lines 0 comments Download
M third_party/sqlite/src/test/threadtest3.c View 1 1 chunk +1 line, -1 line 0 comments Download
A third_party/sqlite/src/test/time-wordcount.sh View 1 1 chunk +34 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/tkt-2d1a5c67d.test View 1 1 chunk +2 lines, -1 line 0 comments Download
M third_party/sqlite/src/test/tkt-313723c356.test View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/sqlite/src/test/tkt-5d863f876e.test View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/sqlite/src/test/tkt-80e031a00f.test View 1 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/sqlite/src/test/tkt-9d68c883.test View 1 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/tkt-9f2eb3abac.test View 1 1 chunk +0 lines, -1 line 0 comments Download
M third_party/sqlite/src/test/tkt-ba7cbfaedc.test View 1 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/sqlite/src/test/tkt3630.test View 1 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/sqlite/src/test/tkt3810.test View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/sqlite/src/test/tkt4018.test View 1 1 chunk +1 line, -0 lines 0 comments Download
A third_party/sqlite/src/test/trace3.test View 1 1 chunk +233 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/triggerE.test View 1 1 chunk +0 lines, -2 lines 0 comments Download
A third_party/sqlite/src/test/triggerF.test View 1 1 chunk +72 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/types2.test View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/sqlite/src/test/unixexcl.test View 1 1 chunk +1 line, -0 lines 0 comments Download
A third_party/sqlite/src/test/update2.test View 1 1 chunk +205 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/uri.test View 1 2 chunks +8 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/uri2.test View 1 1 chunk +63 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/vacuum5.test View 1 1 chunk +153 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/vacuummem.test View 1 1 chunk +73 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/view.test View 1 1 chunk +20 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/vtab6.test View 1 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/sqlite/src/test/vtabF.test View 1 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/sqlite/src/test/vtabH.test View 1 4 chunks +52 lines, -13 lines 0 comments Download
M third_party/sqlite/src/test/vtab_shared.test View 1 1 chunk +0 lines, -1 line 0 comments Download
M third_party/sqlite/src/test/wal.test View 1 5 chunks +14 lines, -90 lines 0 comments Download
M third_party/sqlite/src/test/wal2.test View 1 1 chunk +4 lines, -1 line 0 comments Download
M third_party/sqlite/src/test/wal3.test View 1 4 chunks +2 lines, -142 lines 0 comments Download
M third_party/sqlite/src/test/wal5.test View 1 3 chunks +4 lines, -3 lines 0 comments Download
M third_party/sqlite/src/test/wal6.test View 1 1 chunk +31 lines, -1 line 0 comments Download
M third_party/sqlite/src/test/wal8.test View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/sqlite/src/test/walbak.test View 1 2 chunks +2 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/walcksum.test View 1 1 chunk +0 lines, -54 lines 0 comments Download
M third_party/sqlite/src/test/walcrash.test View 1 1 chunk +2 lines, -1 line 0 comments Download
A third_party/sqlite/src/test/walcrash4.test View 1 1 chunk +85 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/waloverwrite.test View 1 1 chunk +162 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/walprotocol.test View 1 1 chunk +177 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/walro.test View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/sqlite/src/test/walslow.test View 1 2 chunks +158 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/where.test View 1 1 chunk +8 lines, -3 lines 0 comments Download
M third_party/sqlite/src/test/where2.test View 1 1 chunk +11 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/where3.test View 1 2 chunks +2 lines, -2 lines 0 comments Download
D third_party/sqlite/src/test/where8m.test View 1 1 chunk +0 lines, -57 lines 0 comments Download
M third_party/sqlite/src/test/whereD.test View 1 2 chunks +143 lines, -1 line 0 comments Download
M third_party/sqlite/src/test/whereI.test View 1 1 chunk +0 lines, -1 line 0 comments Download
A + third_party/sqlite/src/test/wherefault.test View 1 2 chunks +7 lines, -5 lines 0 comments Download
A third_party/sqlite/src/test/win32nolock.test View 1 1 chunk +126 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/with3.test View 1 1 chunk +56 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/withM.test View 1 1 chunk +0 lines, -3 lines 0 comments Download
M third_party/sqlite/src/test/without_rowid3.test View 1 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/sqlite/src/test/wordcount.c View 1 12 chunks +305 lines, -205 lines 0 comments Download
M third_party/sqlite/src/test/zerodamage.test View 1 2 chunks +2 lines, -1 line 0 comments Download
M third_party/sqlite/src/tool/GetTclKit.bat View 1 6 chunks +8 lines, -2 lines 0 comments Download
A third_party/sqlite/src/tool/Replace.cs View 1 1 chunk +223 lines, -0 lines 0 comments Download
M third_party/sqlite/src/tool/addopcodes.tcl View 1 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/sqlite/src/tool/build-all-msvc.bat View 1 20 chunks +114 lines, -31 lines 0 comments Download
M third_party/sqlite/src/tool/cg_anno.tcl View 1 1 chunk +55 lines, -2 lines 0 comments Download
A third_party/sqlite/src/tool/dbhash.c View 1 1 chunk +506 lines, -0 lines 0 comments Download
M third_party/sqlite/src/tool/fuzzershell.c View 1 6 chunks +401 lines, -6 lines 0 comments Download
A third_party/sqlite/src/tool/kvtest-speed.sh View 1 1 chunk +35 lines, -0 lines 0 comments Download
M third_party/sqlite/src/tool/lemon.c View 1 34 chunks +321 lines, -64 lines 0 comments Download
M third_party/sqlite/src/tool/lempar.c View 1 27 chunks +204 lines, -158 lines 0 comments Download
A third_party/sqlite/src/tool/libvers.c View 1 1 chunk +15 lines, -0 lines 0 comments Download
M third_party/sqlite/src/tool/logest.c View 1 1 chunk +1 line, -1 line 0 comments Download
A third_party/sqlite/src/tool/max-limits.c View 1 1 chunk +41 lines, -0 lines 0 comments Download
M third_party/sqlite/src/tool/mkautoconfamal.sh View 1 2 chunks +34 lines, -20 lines 0 comments Download
M third_party/sqlite/src/tool/mkkeywordhash.c View 1 2 chunks +21 lines, -10 lines 0 comments Download
A third_party/sqlite/src/tool/mkmsvcmin.tcl View 1 1 chunk +112 lines, -0 lines 0 comments Download
M third_party/sqlite/src/tool/mkopcodec.tcl View 1 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/sqlite/src/tool/mkopcodeh.tcl View 1 8 chunks +61 lines, -28 lines 0 comments Download
M third_party/sqlite/src/tool/mkpragmatab.tcl View 1 10 chunks +130 lines, -32 lines 0 comments Download
M third_party/sqlite/src/tool/mksqlite3c.tcl View 1 12 chunks +21 lines, -13 lines 0 comments Download
M third_party/sqlite/src/tool/mksqlite3c-noext.tcl View 1 13 chunks +35 lines, -24 lines 0 comments Download
M third_party/sqlite/src/tool/mksqlite3h.tcl View 1 6 chunks +44 lines, -12 lines 0 comments Download
M third_party/sqlite/src/tool/mkvsix.tcl View 1 6 chunks +6 lines, -6 lines 0 comments Download
A third_party/sqlite/src/tool/opcodesum.tcl View 1 1 chunk +34 lines, -0 lines 0 comments Download
M third_party/sqlite/src/tool/replace.tcl View 1 1 chunk +4 lines, -1 line 0 comments Download
M third_party/sqlite/src/tool/run-speed-test.sh View 1 5 chunks +29 lines, -7 lines 0 comments Download
M third_party/sqlite/src/tool/showdb.c View 1 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/sqlite/src/tool/showstat4.c View 1 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/sqlite/src/tool/spaceanal.tcl View 1 9 chunks +67 lines, -11 lines 0 comments Download
A third_party/sqlite/src/tool/speed-check.sh View 1 1 chunk +147 lines, -0 lines 0 comments Download
M third_party/sqlite/src/tool/sqldiff.c View 1 19 chunks +176 lines, -21 lines 0 comments Download
A third_party/sqlite/src/tool/srcck1.c View 1 1 chunk +158 lines, -0 lines 0 comments Download
M third_party/sqlite/src/tool/symbols.sh View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/sqlite/src/tool/warnings.sh View 1 2 chunks +23 lines, -6 lines 0 comments Download
A third_party/sqlite/src/vsixtest/App.xaml View 1 1 chunk +8 lines, -0 lines 0 comments Download
A third_party/sqlite/src/vsixtest/App.xaml.h View 1 1 chunk +27 lines, -0 lines 0 comments Download
A third_party/sqlite/src/vsixtest/App.xaml.cpp View 1 1 chunk +120 lines, -0 lines 0 comments Download
A third_party/sqlite/src/vsixtest/Assets/LockScreenLogo.scale-200.png View 1 Binary file 0 comments Download
A third_party/sqlite/src/vsixtest/Assets/SplashScreen.scale-200.png View 1 Binary file 0 comments Download
A third_party/sqlite/src/vsixtest/Assets/Square150x150Logo.scale-200.png View 1 Binary file 0 comments Download
A third_party/sqlite/src/vsixtest/Assets/Square44x44Logo.scale-200.png View 1 Binary file 0 comments Download
A third_party/sqlite/src/vsixtest/Assets/Square44x44Logo.targetsize-24_altform-unplated.png View 1 Binary file 0 comments Download
A third_party/sqlite/src/vsixtest/Assets/StoreLogo.png View 1 Binary file 0 comments Download
A third_party/sqlite/src/vsixtest/Assets/Wide310x150Logo.scale-200.png View 1 Binary file 0 comments Download
A third_party/sqlite/src/vsixtest/MainPage.xaml View 1 1 chunk +13 lines, -0 lines 0 comments Download
A third_party/sqlite/src/vsixtest/MainPage.xaml.h View 1 1 chunk +22 lines, -0 lines 0 comments Download
A third_party/sqlite/src/vsixtest/MainPage.xaml.cpp View 1 1 chunk +53 lines, -0 lines 0 comments Download
A third_party/sqlite/src/vsixtest/Package.appxmanifest View 1 1 chunk +49 lines, -0 lines 0 comments Download
A third_party/sqlite/src/vsixtest/pch.h View 1 1 chunk +11 lines, -0 lines 0 comments Download
A third_party/sqlite/src/vsixtest/pch.cpp View 1 1 chunk +6 lines, -0 lines 0 comments Download
A third_party/sqlite/src/vsixtest/vsixtest.sln View 1 1 chunk +39 lines, -0 lines 0 comments Download
A third_party/sqlite/src/vsixtest/vsixtest.tcl View 1 1 chunk +373 lines, -0 lines 0 comments Download
A third_party/sqlite/src/vsixtest/vsixtest.vcxproj.data View 1 1 chunk +198 lines, -0 lines 0 comments Download
A third_party/sqlite/src/vsixtest/vsixtest.vcxproj.filters View 1 1 chunk +57 lines, -0 lines 0 comments Download
A third_party/sqlite/src/vsixtest/vsixtest_TemporaryKey.pfx View 1 Binary file 0 comments Download

Messages

Total messages: 8 (2 generated)
Scott Hess - ex-Googler
OK, so this is the "real" import, where things actually start being used. I've copied ...
3 years, 9 months ago (2017-03-16 00:40:57 UTC) #2
michaeln
r/s lgtm
3 years, 9 months ago (2017-03-16 19:31:18 UTC) #3
Scott Hess - ex-Googler
On 2017/03/16 19:31:18, michaeln wrote: > r/s lgtm OK, I'm going to go land this, ...
3 years, 9 months ago (2017-03-17 19:26:40 UTC) #4
Scott Hess - ex-Googler
Committed patchset #1 (id:1) manually as b4325a20870946edaecbe18d2ab0e2e9c01911aa.
3 years, 9 months ago (2017-03-17 19:33:11 UTC) #6
findit-for-me
Findit identified this CL at revision 457853 as the culprit for failures in the build ...
3 years, 9 months ago (2017-03-17 19:52:45 UTC) #7
Scott Hess - ex-Googler
3 years, 9 months ago (2017-03-18 04:28:52 UTC) #8
Message was sent while issue was closed.
also clang on Linux i386

Powered by Google App Engine
This is Rietveld 408576698