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

Issue 5626002: Update sqlite to 3.7.3. (Closed)

Created:
10 years ago by James Hawkins
Modified:
9 years, 7 months ago
CC:
chromium-reviews, ben+cc_chromium.org, jshin+watch_chromium.org, rdsmith+dwatch_chromium.org, paweł hajdan jr. mdm_chromium.org, Chris Evans, dumi, Paweł Hajdan Jr.
Visibility:
Public.

Description

Update sqlite to 3.7.3. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=68506

Patch Set 1 #

Patch Set 2 : Update version in doc. #

Total comments: 1

Patch Set 3 : README updates. #

Patch Set 4 : Remove misc change. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+85551 lines, -32331 lines) Patch
M third_party/sqlite/README.chromium View 1 2 3 8 chunks +8 lines, -11 lines 0 comments Download
M third_party/sqlite/attach-integer.patch View 1 2 3 1 chunk +5 lines, -3 lines 0 comments Download
M third_party/sqlite/fts2.patch View 1 2 3 80 chunks +94 lines, -91 lines 0 comments Download
M third_party/sqlite/fts3.patch View 1 2 3 3 chunks +21 lines, -1901 lines 0 comments Download
D third_party/sqlite/icu-regexp.patch View 1 2 3 1 chunk +0 lines, -14 lines 0 comments Download
M third_party/sqlite/misc.patch View 1 2 3 21 chunks +98 lines, -202 lines 0 comments Download
M third_party/sqlite/preload-cache.patch View 1 2 3 8 chunks +48 lines, -48 lines 0 comments Download
M third_party/sqlite/preprocessed/keywordhash.h View 1 2 3 5 chunks +155 lines, -151 lines 0 comments Download
M third_party/sqlite/preprocessed/opcodes.h View 1 2 3 2 chunks +155 lines, -154 lines 0 comments Download
M third_party/sqlite/preprocessed/opcodes.c View 1 2 3 1 chunk +133 lines, -133 lines 0 comments Download
M third_party/sqlite/preprocessed/parse.h View 1 2 3 3 chunks +79 lines, -76 lines 0 comments Download
M third_party/sqlite/preprocessed/parse.c View 1 2 3 31 chunks +1598 lines, -1540 lines 0 comments Download
M third_party/sqlite/preprocessed/sqlite3.h View 1 2 3 163 chunks +2141 lines, -1719 lines 0 comments Download
M third_party/sqlite/safe-tolower.patch View 1 2 3 3 chunks +16 lines, -136 lines 0 comments Download
M third_party/sqlite/sqlite.gyp View 1 2 3 4 chunks +10 lines, -1 line 0 comments Download
M third_party/sqlite/sqlite-poison.patch View 1 2 3 3 chunks +17 lines, -15 lines 0 comments Download
D third_party/sqlite/src/LICENSE View 1 2 3 1 chunk +0 lines, -6 lines 0 comments Download
M third_party/sqlite/src/Makefile.arm-wince-mingw32ce-gcc View 1 2 3 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/sqlite/src/Makefile.in View 1 2 3 18 chunks +246 lines, -138 lines 0 comments Download
M third_party/sqlite/src/Makefile.linux-gcc View 1 2 3 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/sqlite/src/Makefile.vxworks View 1 2 3 5 chunks +8 lines, -6 lines 0 comments Download
M third_party/sqlite/src/VERSION View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/sqlite/src/addopcodes.awk View 1 2 3 2 chunks +3 lines, -0 lines 0 comments Download
D third_party/sqlite/src/art/2005osaward.gif View 1 2 3 Binary file 0 comments Download
third_party/sqlite/src/art/SQLite.eps View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
D third_party/sqlite/src/art/SQLite.gif View 1 2 3 Binary file 0 comments Download
D third_party/sqlite/src/art/SQLiteLogo3.tiff View 1 2 3 Binary file 0 comments Download
D third_party/sqlite/src/art/SQLite_big.gif View 1 2 3 Binary file 0 comments Download
D third_party/sqlite/src/art/nocopy.gif View 1 2 3 Binary file 0 comments Download
D third_party/sqlite/src/art/powered_by_sqlite.gif View 1 2 3 Binary file 0 comments Download
A third_party/sqlite/src/config.guess View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/sqlite/src/config.sub View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
M third_party/sqlite/src/configure View 1 2 3 9 chunks +10 lines, -10 lines 0 comments Download
M third_party/sqlite/src/configure.ac View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
D third_party/sqlite/src/contrib/sqlitecon.tcl View 1 2 3 1 chunk +0 lines, -679 lines 0 comments Download
D third_party/sqlite/src/doc/lemon.html View 1 2 3 1 chunk +0 lines, -892 lines 0 comments Download
D third_party/sqlite/src/doc/report1.txt View 1 2 3 1 chunk +0 lines, -121 lines 0 comments Download
M third_party/sqlite/src/ext/async/sqlite3async.c View 1 2 3 7 chunks +24 lines, -10 lines 0 comments Download
A third_party/sqlite/src/ext/fts2/README.tokenizers View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
M third_party/sqlite/src/ext/fts2/fts2.c View 1 2 3 2 chunks +3 lines, -5 lines 0 comments Download
M third_party/sqlite/src/ext/fts2/fts2_porter.c View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M third_party/sqlite/src/ext/fts2/fts2_tokenizer1.c View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
A third_party/sqlite/src/ext/fts2/mkfts2amal.tcl View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/sqlite/src/ext/fts3/README.tokenizers View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
M third_party/sqlite/src/ext/fts3/fts3.c View 1 2 3 13 chunks +2065 lines, -6712 lines 0 comments Download
A third_party/sqlite/src/ext/fts3/fts3Int.h View 1 2 3 1 chunk +326 lines, -0 lines 0 comments Download
D third_party/sqlite/src/ext/fts3/fts3_expr.h View 1 2 3 1 chunk +0 lines, -96 lines 0 comments Download
M third_party/sqlite/src/ext/fts3/fts3_expr.c View 1 2 3 14 chunks +41 lines, -17 lines 0 comments Download
M third_party/sqlite/src/ext/fts3/fts3_hash.h View 1 2 3 4 chunks +19 lines, -17 lines 0 comments Download
M third_party/sqlite/src/ext/fts3/fts3_hash.c View 1 2 3 12 chunks +47 lines, -37 lines 0 comments Download
M third_party/sqlite/src/ext/fts3/fts3_porter.c View 1 2 3 11 chunks +19 lines, -14 lines 0 comments Download
A third_party/sqlite/src/ext/fts3/fts3_snippet.c View 1 2 3 1 chunk +1205 lines, -0 lines 0 comments Download
M third_party/sqlite/src/ext/fts3/fts3_tokenizer.h View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/sqlite/src/ext/fts3/fts3_tokenizer.c View 1 2 3 9 chunks +144 lines, -17 lines 0 comments Download
M third_party/sqlite/src/ext/fts3/fts3_tokenizer1.c View 1 2 3 6 chunks +10 lines, -8 lines 0 comments Download
A third_party/sqlite/src/ext/fts3/fts3_write.c View 1 2 3 1 chunk +2622 lines, -0 lines 0 comments Download
A third_party/sqlite/src/ext/fts3/mkfts3amal.tcl View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
M third_party/sqlite/src/ext/icu/README.txt View 1 2 3 2 chunks +1 line, -2 lines 0 comments Download
A third_party/sqlite/src/ext/rtree/README View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
M third_party/sqlite/src/ext/rtree/rtree.c View 1 2 3 60 chunks +662 lines, -252 lines 0 comments Download
M third_party/sqlite/src/ext/rtree/rtree1.test View 1 2 3 2 chunks +18 lines, -3 lines 0 comments Download
M third_party/sqlite/src/ext/rtree/rtree2.test View 1 2 3 2 chunks +2 lines, -4 lines 0 comments Download
M third_party/sqlite/src/ext/rtree/rtree3.test View 1 2 3 2 chunks +194 lines, -31 lines 0 comments Download
M third_party/sqlite/src/ext/rtree/rtree4.test View 1 2 3 11 chunks +11 lines, -13 lines 0 comments Download
M third_party/sqlite/src/ext/rtree/rtree5.test View 1 2 3 1 chunk +1 line, -3 lines 0 comments Download
M third_party/sqlite/src/ext/rtree/rtree6.test View 1 2 3 3 chunks +6 lines, -8 lines 0 comments Download
A third_party/sqlite/src/ext/rtree/rtree7.test View 1 2 3 1 chunk +58 lines, -0 lines 0 comments Download
A third_party/sqlite/src/ext/rtree/rtree8.test View 1 2 3 1 chunk +171 lines, -0 lines 0 comments Download
A third_party/sqlite/src/ext/rtree/rtree9.test View 1 2 3 1 chunk +125 lines, -0 lines 0 comments Download
A third_party/sqlite/src/ext/rtree/rtreeA.test View 1 2 3 1 chunk +220 lines, -0 lines 0 comments Download
M third_party/sqlite/src/ext/rtree/rtree_perf.tcl View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/sqlite/src/ext/rtree/rtree_util.tcl View 1 2 3 2 chunks +0 lines, -3 lines 0 comments Download
A third_party/sqlite/src/ext/rtree/sqlite3rtree.h View 1 2 3 1 chunk +56 lines, -0 lines 0 comments Download
M third_party/sqlite/src/ext/rtree/tkt3363.test View 1 2 3 2 chunks +1 line, -5 lines 0 comments Download
M third_party/sqlite/src/ext/rtree/viewrtree.tcl View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
A third_party/sqlite/src/ltmain.sh View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
D third_party/sqlite/src/main.mk View 1 2 3 1 chunk +0 lines, -576 lines 0 comments Download
M third_party/sqlite/src/manifest View 1 2 3 15 chunks +465 lines, -342 lines 0 comments Download
M third_party/sqlite/src/manifest.uuid View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A third_party/sqlite/src/mkdll.sh View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/sqlite/src/mkextu.sh View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/sqlite/src/mkextw.sh View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/sqlite/src/mkopcodec.awk View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
M third_party/sqlite/src/mkopcodeh.awk View 1 2 3 6 chunks +19 lines, -15 lines 0 comments Download
A third_party/sqlite/src/mkso.sh View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
M third_party/sqlite/src/publish.sh View 1 2 3 2 chunks +15 lines, -13 lines 0 comments Download
A third_party/sqlite/src/publish_osx.sh View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/sqlite/src/spec.template View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
M third_party/sqlite/src/src/alter.c View 1 2 3 14 chunks +169 lines, -18 lines 0 comments Download
M third_party/sqlite/src/src/analyze.c View 1 2 3 15 chunks +78 lines, -42 lines 0 comments Download
M third_party/sqlite/src/src/attach.c View 1 2 3 10 chunks +20 lines, -18 lines 0 comments Download
M third_party/sqlite/src/src/auth.c View 1 2 3 4 chunks +34 lines, -18 lines 0 comments Download
M third_party/sqlite/src/src/backup.c View 1 2 3 11 chunks +49 lines, -22 lines 0 comments Download
M third_party/sqlite/src/src/bitvec.c View 1 2 3 1 chunk +1 line, -3 lines 0 comments Download
M third_party/sqlite/src/src/btmutex.c View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/sqlite/src/src/btree.h View 1 2 3 7 chunks +22 lines, -10 lines 0 comments Download
M third_party/sqlite/src/src/btree.c View 1 2 3 109 chunks +623 lines, -292 lines 0 comments Download
M third_party/sqlite/src/src/btreeInt.h View 1 2 3 5 chunks +13 lines, -10 lines 0 comments Download
M third_party/sqlite/src/src/build.c View 1 2 3 34 chunks +126 lines, -97 lines 0 comments Download
M third_party/sqlite/src/src/callback.c View 1 2 3 5 chunks +11 lines, -7 lines 0 comments Download
M third_party/sqlite/src/src/complete.c View 1 2 3 9 chunks +35 lines, -29 lines 0 comments Download
A third_party/sqlite/src/src/ctime.c View 1 2 3 1 chunk +390 lines, -0 lines 0 comments Download
M third_party/sqlite/src/src/date.c View 1 2 3 10 chunks +17 lines, -32 lines 0 comments Download
M third_party/sqlite/src/src/delete.c View 1 2 3 12 chunks +38 lines, -26 lines 0 comments Download
M third_party/sqlite/src/src/expr.c View 1 2 3 58 chunks +614 lines, -430 lines 0 comments Download
M third_party/sqlite/src/src/fault.c View 1 2 3 1 chunk +0 lines, -4 lines 0 comments Download
A third_party/sqlite/src/src/fkey.c View 1 2 3 1 chunk +1190 lines, -0 lines 0 comments Download
M third_party/sqlite/src/src/func.c View 1 2 3 25 chunks +147 lines, -40 lines 0 comments Download
M third_party/sqlite/src/src/global.c View 1 2 3 8 chunks +46 lines, -19 lines 0 comments Download
M third_party/sqlite/src/src/hash.h View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/sqlite/src/src/hash.c View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/sqlite/src/src/hwtime.h View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/sqlite/src/src/insert.c View 1 2 3 15 chunks +84 lines, -61 lines 0 comments Download
M third_party/sqlite/src/src/journal.c View 1 2 3 3 chunks +6 lines, -8 lines 0 comments Download
M third_party/sqlite/src/src/legacy.c View 1 2 3 2 chunks +1 line, -2 lines 0 comments Download
M third_party/sqlite/src/src/lempar.c View 1 2 3 4 chunks +16 lines, -10 lines 0 comments Download
M third_party/sqlite/src/src/loadext.c View 1 2 3 3 chunks +2 lines, -8 lines 0 comments Download
M third_party/sqlite/src/src/main.c View 1 2 3 41 chunks +412 lines, -109 lines 0 comments Download
M third_party/sqlite/src/src/malloc.c View 1 2 3 19 chunks +229 lines, -174 lines 0 comments Download
M third_party/sqlite/src/src/mem0.c View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/sqlite/src/src/mem1.c View 1 2 3 4 chunks +21 lines, -16 lines 0 comments Download
M third_party/sqlite/src/src/mem2.c View 1 2 3 9 chunks +92 lines, -8 lines 0 comments Download
M third_party/sqlite/src/src/mem3.c View 1 2 3 2 chunks +1 line, -2 lines 0 comments Download
M third_party/sqlite/src/src/mem5.c View 1 2 3 2 chunks +6 lines, -2 lines 0 comments Download
M third_party/sqlite/src/src/memjournal.c View 1 2 3 6 chunks +12 lines, -12 lines 0 comments Download
M third_party/sqlite/src/src/mutex.h View 1 2 3 2 chunks +3 lines, -5 lines 0 comments Download
M third_party/sqlite/src/src/mutex.c View 1 2 3 3 chunks +19 lines, -19 lines 0 comments Download
M third_party/sqlite/src/src/mutex_noop.c View 1 2 3 8 chunks +55 lines, -35 lines 0 comments Download
M third_party/sqlite/src/src/mutex_os2.c View 1 2 3 3 chunks +35 lines, -37 lines 0 comments Download
M third_party/sqlite/src/src/mutex_unix.c View 1 2 3 8 chunks +31 lines, -9 lines 0 comments Download
M third_party/sqlite/src/src/mutex_w32.c View 1 2 3 10 chunks +62 lines, -14 lines 0 comments Download
M third_party/sqlite/src/src/notify.c View 1 2 3 3 chunks +2 lines, -3 lines 0 comments Download
M third_party/sqlite/src/src/os.h View 1 2 3 4 chunks +10 lines, -4 lines 0 comments Download
M third_party/sqlite/src/src/os.c View 1 2 3 6 chunks +41 lines, -8 lines 0 comments Download
M third_party/sqlite/src/src/os_common.h View 1 2 3 2 chunks +2 lines, -18 lines 0 comments Download
M third_party/sqlite/src/src/os_os2.c View 1 2 3 33 chunks +56 lines, -54 lines 0 comments Download
M third_party/sqlite/src/src/os_unix.c View 1 2 3 141 chunks +2071 lines, -1150 lines 0 comments Download
M third_party/sqlite/src/src/os_win.c View 1 2 3 36 chunks +1081 lines, -193 lines 0 comments Download
M third_party/sqlite/src/src/pager.h View 1 2 3 7 chunks +21 lines, -7 lines 0 comments Download
M third_party/sqlite/src/src/pager.c View 1 2 3 150 chunks +2655 lines, -1322 lines 0 comments Download
M third_party/sqlite/src/src/parse.y View 1 2 3 11 chunks +76 lines, -35 lines 0 comments Download
M third_party/sqlite/src/src/pcache.h View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/sqlite/src/src/pcache.c View 1 2 3 6 chunks +18 lines, -7 lines 0 comments Download
M third_party/sqlite/src/src/pcache1.c View 1 2 3 16 chunks +84 lines, -22 lines 0 comments Download
M third_party/sqlite/src/src/pragma.c View 1 2 3 19 chunks +174 lines, -80 lines 0 comments Download
M third_party/sqlite/src/src/prepare.c View 1 2 3 21 chunks +26 lines, -36 lines 0 comments Download
M third_party/sqlite/src/src/printf.c View 1 2 3 11 chunks +73 lines, -13 lines 0 comments Download
M third_party/sqlite/src/src/random.c View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/sqlite/src/src/resolve.c View 1 2 3 9 chunks +55 lines, -19 lines 0 comments Download
M third_party/sqlite/src/src/rowset.c View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/sqlite/src/src/select.c View 1 2 3 34 chunks +189 lines, -126 lines 0 comments Download
M third_party/sqlite/src/src/shell.c View 1 2 3 63 chunks +611 lines, -1064 lines 0 comments Download
M third_party/sqlite/src/src/sqlite.h.in View 1 2 3 162 chunks +2082 lines, -1716 lines 0 comments Download
M third_party/sqlite/src/src/sqlite3ext.h View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/sqlite/src/src/sqliteInt.h View 1 2 3 65 chunks +333 lines, -167 lines 0 comments Download
M third_party/sqlite/src/src/sqliteLimit.h View 1 2 3 4 chunks +24 lines, -17 lines 0 comments Download
M third_party/sqlite/src/src/status.c View 1 2 3 4 chunks +94 lines, -7 lines 0 comments Download
M third_party/sqlite/src/src/table.c View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/sqlite/src/src/tclsqlite.c View 1 2 3 33 chunks +1208 lines, -462 lines 0 comments Download
M third_party/sqlite/src/src/test1.c View 1 2 3 27 chunks +311 lines, -31 lines 0 comments Download
M third_party/sqlite/src/src/test2.c View 1 2 3 4 chunks +4 lines, -3 lines 0 comments Download
M third_party/sqlite/src/src/test3.c View 1 2 3 5 chunks +7 lines, -8 lines 0 comments Download
M third_party/sqlite/src/src/test4.c View 1 2 3 3 chunks +2 lines, -4 lines 0 comments Download
M third_party/sqlite/src/src/test5.c View 1 2 3 2 chunks +1 line, -3 lines 0 comments Download
M third_party/sqlite/src/src/test6.c View 1 2 3 6 chunks +33 lines, -7 lines 0 comments Download
M third_party/sqlite/src/src/test7.c View 1 2 3 3 chunks +2 lines, -4 lines 0 comments Download
M third_party/sqlite/src/src/test8.c View 1 2 3 2 chunks +1 line, -3 lines 0 comments Download
M third_party/sqlite/src/src/test9.c View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/sqlite/src/src/test_async.c View 1 2 3 3 chunks +2 lines, -3 lines 0 comments Download
M third_party/sqlite/src/src/test_autoext.c View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/sqlite/src/src/test_backup.c View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/sqlite/src/src/test_btree.c View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/sqlite/src/src/test_config.c View 1 2 3 7 chunks +19 lines, -10 lines 0 comments Download
A third_party/sqlite/src/src/test_demovfs.c View 1 2 3 1 chunk +680 lines, -0 lines 0 comments Download
M third_party/sqlite/src/src/test_devsym.c View 1 2 3 8 chunks +48 lines, -7 lines 0 comments Download
M third_party/sqlite/src/src/test_func.c View 1 2 3 4 chunks +109 lines, -4 lines 0 comments Download
M third_party/sqlite/src/src/test_hexio.c View 1 2 3 3 chunks +43 lines, -2 lines 0 comments Download
M third_party/sqlite/src/src/test_init.c View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
A third_party/sqlite/src/src/test_intarray.h View 1 2 3 1 chunk +114 lines, -0 lines 0 comments Download
A third_party/sqlite/src/src/test_intarray.c View 1 2 3 1 chunk +381 lines, -0 lines 0 comments Download
M third_party/sqlite/src/src/test_journal.c View 1 2 3 8 chunks +27 lines, -6 lines 0 comments Download
M third_party/sqlite/src/src/test_loadext.c View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/sqlite/src/src/test_malloc.c View 1 2 3 11 chunks +35 lines, -10 lines 0 comments Download
D third_party/sqlite/src/src/test_md5.c View 1 2 3 1 chunk +0 lines, -395 lines 0 comments Download
M third_party/sqlite/src/src/test_mutex.c View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download
M third_party/sqlite/src/src/test_onefile.c View 1 2 3 4 chunks +12 lines, -5 lines 0 comments Download
M third_party/sqlite/src/src/test_osinst.c View 1 2 3 8 chunks +858 lines, -716 lines 0 comments Download
M third_party/sqlite/src/src/test_pcache.c View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
A third_party/sqlite/src/src/test_quota.c View 1 2 3 1 chunk +938 lines, -0 lines 0 comments Download
A third_party/sqlite/src/src/test_rtree.c View 1 2 3 1 chunk +295 lines, -0 lines 0 comments Download
M third_party/sqlite/src/src/test_schema.c View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/sqlite/src/src/test_server.c View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
A third_party/sqlite/src/src/test_stat.c View 1 2 3 1 chunk +607 lines, -0 lines 0 comments Download
M third_party/sqlite/src/src/test_tclvar.c View 1 2 3 2 chunks +9 lines, -2 lines 0 comments Download
M third_party/sqlite/src/src/test_thread.c View 1 2 3 4 chunks +4 lines, -2 lines 0 comments Download
A third_party/sqlite/src/src/test_vfs.c View 1 2 3 1 chunk +1408 lines, -0 lines 0 comments Download
M third_party/sqlite/src/src/test_wsd.c View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/sqlite/src/src/tokenize.c View 1 2 3 8 chunks +9 lines, -17 lines 0 comments Download
M third_party/sqlite/src/src/trigger.c View 1 2 3 14 chunks +127 lines, -71 lines 0 comments Download
M third_party/sqlite/src/src/update.c View 1 2 3 15 chunks +105 lines, -47 lines 0 comments Download
M third_party/sqlite/src/src/utf.c View 1 2 3 9 chunks +17 lines, -25 lines 0 comments Download
M third_party/sqlite/src/src/util.c View 1 2 3 20 chunks +188 lines, -230 lines 0 comments Download
M third_party/sqlite/src/src/vacuum.c View 1 2 3 9 chunks +73 lines, -30 lines 0 comments Download
M third_party/sqlite/src/src/vdbe.h View 1 2 3 6 chunks +14 lines, -8 lines 0 comments Download
M third_party/sqlite/src/src/vdbe.c View 1 2 3 168 chunks +812 lines, -500 lines 0 comments Download
M third_party/sqlite/src/src/vdbeInt.h View 1 2 3 10 chunks +36 lines, -10 lines 0 comments Download
M third_party/sqlite/src/src/vdbeapi.c View 1 2 3 18 chunks +154 lines, -66 lines 0 comments Download
M third_party/sqlite/src/src/vdbeaux.c View 1 2 3 53 chunks +365 lines, -189 lines 0 comments Download
M third_party/sqlite/src/src/vdbeblob.c View 1 2 3 7 chunks +35 lines, -24 lines 0 comments Download
M third_party/sqlite/src/src/vdbemem.c View 1 2 3 17 chunks +86 lines, -40 lines 0 comments Download
A third_party/sqlite/src/src/vdbetrace.c View 1 2 3 1 chunk +142 lines, -0 lines 0 comments Download
M third_party/sqlite/src/src/vtab.c View 1 2 3 14 chunks +18 lines, -40 lines 0 comments Download
A third_party/sqlite/src/src/wal.h View 1 2 3 1 chunk +106 lines, -0 lines 0 comments Download
A third_party/sqlite/src/src/wal.c View 1 2 3 1 chunk +2710 lines, -0 lines 0 comments Download
M third_party/sqlite/src/src/walker.c View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/sqlite/src/src/where.c View 1 2 3 93 chunks +805 lines, -209 lines 0 comments Download
M third_party/sqlite/src/test/all.test View 1 2 3 1 chunk +26 lines, -121 lines 0 comments Download
M third_party/sqlite/src/test/alter.test View 1 2 3 4 chunks +23 lines, -8 lines 0 comments Download
M third_party/sqlite/src/test/alter2.test View 1 2 3 3 chunks +20 lines, -3 lines 0 comments Download
M third_party/sqlite/src/test/alter3.test View 1 2 3 3 chunks +3 lines, -1 line 0 comments Download
M third_party/sqlite/src/test/alter4.test View 1 2 3 6 chunks +0 lines, -65 lines 0 comments Download
M third_party/sqlite/src/test/analyze.test View 1 2 3 6 chunks +8 lines, -8 lines 0 comments Download
M third_party/sqlite/src/test/analyze2.test View 1 2 3 3 chunks +43 lines, -36 lines 0 comments Download
A third_party/sqlite/src/test/analyze3.test View 1 2 3 1 chunk +615 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/async.test View 1 2 3 4 chunks +18 lines, -15 lines 0 comments Download
M third_party/sqlite/src/test/async4.test View 1 2 3 2 chunks +6 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/attach.test View 1 2 3 1 chunk +47 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/attachmalloc.test View 1 2 3 1 chunk +13 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/auth.test View 1 2 3 3 chunks +7 lines, -6 lines 0 comments Download
M third_party/sqlite/src/test/auth2.test View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/autoinc.test View 1 2 3 1 chunk +103 lines, -76 lines 0 comments Download
A third_party/sqlite/src/test/autoindex1.test View 1 2 3 1 chunk +169 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/autovacuum.test View 1 2 3 1 chunk +8 lines, -6 lines 0 comments Download
M third_party/sqlite/src/test/avtrans.test View 1 2 3 6 chunks +9 lines, -4 lines 0 comments Download
A third_party/sqlite/src/test/backcompat.test View 1 2 3 1 chunk +274 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/backup.test View 1 2 3 5 chunks +66 lines, -1 line 0 comments Download
M third_party/sqlite/src/test/backup2.test View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/backup_malloc.test View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M third_party/sqlite/src/test/bigfile.test View 1 2 3 4 chunks +8 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/boundary4.tcl View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M third_party/sqlite/src/test/boundary4.test View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M third_party/sqlite/src/test/cache.test View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/sqlite/src/test/capi2.test View 1 2 3 1 chunk +6 lines, -2 lines 0 comments Download
M third_party/sqlite/src/test/capi3.test View 1 2 3 5 chunks +9 lines, -4 lines 0 comments Download
M third_party/sqlite/src/test/capi3b.test View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/sqlite/src/test/capi3c.test View 1 2 3 6 chunks +10 lines, -5 lines 0 comments Download
M third_party/sqlite/src/test/check.test View 1 2 3 1 chunk +7 lines, -7 lines 0 comments Download
A third_party/sqlite/src/test/coalesce.test View 1 2 3 1 chunk +84 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/collate4.test View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M third_party/sqlite/src/test/conflict.test View 1 2 3 2 chunks +23 lines, -1 line 0 comments Download
M third_party/sqlite/src/test/corrupt.test View 1 2 3 3 chunks +97 lines, -1 line 0 comments Download
M third_party/sqlite/src/test/corrupt2.test View 1 2 3 26 chunks +54 lines, -31 lines 0 comments Download
M third_party/sqlite/src/test/corrupt3.test View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/corrupt4.test View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/corrupt6.test View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/corrupt7.test View 1 2 3 2 chunks +6 lines, -1 line 0 comments Download
M third_party/sqlite/src/test/corrupt8.test View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/corrupt9.test View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/corruptA.test View 1 2 3 1 chunk +3 lines, -1 line 0 comments Download
M third_party/sqlite/src/test/corruptB.test View 1 2 3 2 chunks +6 lines, -1 line 0 comments Download
M third_party/sqlite/src/test/corruptC.test View 1 2 3 3 chunks +17 lines, -1 line 0 comments Download
A third_party/sqlite/src/test/corruptE.test View 1 2 3 1 chunk +183 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/crash8.test View 1 2 3 2 chunks +59 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/ctime.test View 1 2 3 1 chunk +227 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/date.test View 1 2 3 3 chunks +32 lines, -25 lines 0 comments Download
A third_party/sqlite/src/test/dbstatus.test View 1 2 3 1 chunk +349 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/descidx1.test View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/descidx2.test View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/descidx3.test View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/e_createtable.test View 1 2 3 1 chunk +1636 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/e_delete.test View 1 2 3 1 chunk +470 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/e_expr.test View 1 2 3 1 chunk +1825 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/e_fkey.test View 1 2 3 1 chunk +3012 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/e_fts3.test View 1 2 3 1 chunk +706 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/e_insert.test View 1 2 3 1 chunk +406 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/e_reindex.test View 1 2 3 1 chunk +294 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/e_select.test View 1 2 3 1 chunk +2160 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/e_select2.test View 1 2 3 1 chunk +580 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/e_update.test View 1 2 3 1 chunk +608 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/e_vacuum.test View 1 2 3 1 chunk +301 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/enc4.test View 1 2 3 1 chunk +139 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/exclusive.test View 1 2 3 4 chunks +8 lines, -2 lines 0 comments Download
M third_party/sqlite/src/test/exclusive2.test View 1 2 3 4 chunks +13 lines, -6 lines 0 comments Download
M third_party/sqlite/src/test/expr.test View 1 2 3 2 chunks +26 lines, -1 line 0 comments Download
A third_party/sqlite/src/test/fallocate.test View 1 2 3 1 chunk +146 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/filectrl.test View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/sqlite/src/test/filefmt.test View 1 2 3 2 chunks +81 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/fkey1.test View 1 2 3 3 chunks +7 lines, -7 lines 0 comments Download
A third_party/sqlite/src/test/fkey2.test View 1 2 3 1 chunk +1985 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/fkey3.test View 1 2 3 1 chunk +80 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/fkey_malloc.test View 1 2 3 1 chunk +132 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/fts2.test View 1 2 3 3 chunks +3 lines, -4 lines 0 comments Download
M third_party/sqlite/src/test/fts3.test View 1 2 3 1 chunk +4 lines, -53 lines 0 comments Download
A third_party/sqlite/src/test/fts3_common.tcl View 1 2 3 1 chunk +290 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/fts3aa.test View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/fts3ab.test View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M third_party/sqlite/src/test/fts3ac.test View 1 2 3 3 chunks +35 lines, -29 lines 0 comments Download
M third_party/sqlite/src/test/fts3ad.test View 1 2 3 1 chunk +41 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/fts3ae.test View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/sqlite/src/test/fts3ag.test View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M third_party/sqlite/src/test/fts3al.test View 1 2 3 2 chunks +5 lines, -1 line 0 comments Download
M third_party/sqlite/src/test/fts3an.test View 1 2 3 2 chunks +30 lines, -8 lines 0 comments Download
M third_party/sqlite/src/test/fts3ao.test View 1 2 3 1 chunk +34 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/fts3b.test View 1 2 3 1 chunk +15 lines, -3 lines 0 comments Download
M third_party/sqlite/src/test/fts3c.test View 1 2 3 2 chunks +7 lines, -109 lines 0 comments Download
A third_party/sqlite/src/test/fts3cov.test View 1 2 3 1 chunk +373 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/fts3d.test View 1 2 3 3 chunks +8 lines, -47 lines 0 comments Download
M third_party/sqlite/src/test/fts3expr.test View 1 2 3 1 chunk +14 lines, -14 lines 0 comments Download
A third_party/sqlite/src/test/fts3malloc.test View 1 2 3 1 chunk +304 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/fts3near.test View 1 2 3 3 chunks +13 lines, -1 line 0 comments Download
A third_party/sqlite/src/test/fts3query.test View 1 2 3 1 chunk +134 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/fts3rnd.test View 1 2 3 1 chunk +431 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/fts3shared.test View 1 2 3 1 chunk +72 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/fts3snippet.test View 1 2 3 1 chunk +465 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/fts4aa.test View 1 2 3 1 chunk +1636 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/func.test View 1 2 3 1 chunk +79 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/func2.test View 1 2 3 1 chunk +511 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/func3.test View 1 2 3 1 chunk +71 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/fuzz.test View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/sqlite/src/test/fuzz2.test View 1 2 3 2 chunks +6 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/fuzz_common.tcl View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
M third_party/sqlite/src/test/fuzz_malloc.test View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/sqlite/src/test/hook.test View 1 2 3 1 chunk +27 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/icu.test View 1 2 3 2 chunks +21 lines, -2 lines 0 comments Download
M third_party/sqlite/src/test/in.test View 1 2 3 1 chunk +33 lines, -4 lines 0 comments Download
M third_party/sqlite/src/test/incrblob.test View 1 2 3 4 chunks +106 lines, -82 lines 0 comments Download
M third_party/sqlite/src/test/incrvacuum.test View 1 2 3 2 chunks +12 lines, -10 lines 0 comments Download
M third_party/sqlite/src/test/index.test View 1 2 3 1 chunk +12 lines, -3 lines 0 comments Download
M third_party/sqlite/src/test/index3.test View 1 2 3 1 chunk +2 lines, -4 lines 0 comments Download
M third_party/sqlite/src/test/indexedby.test View 1 2 3 1 chunk +10 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/init.test View 1 2 3 2 chunks +4 lines, -1 line 0 comments Download
M third_party/sqlite/src/test/insert4.test View 1 2 3 1 chunk +24 lines, -1 line 0 comments Download
A third_party/sqlite/src/test/intarray.test View 1 2 3 1 chunk +109 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/io.test View 1 2 3 2 chunks +13 lines, -4 lines 0 comments Download
M third_party/sqlite/src/test/ioerr.test View 1 2 3 1 chunk +6 lines, -1 line 0 comments Download
M third_party/sqlite/src/test/ioerr5.test View 1 2 3 3 chunks +13 lines, -18 lines 0 comments Download
M third_party/sqlite/src/test/join.test View 1 2 3 1 chunk +65 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/join6.test View 1 2 3 1 chunk +158 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/journal2.test View 1 2 3 1 chunk +234 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/journal3.test View 1 2 3 1 chunk +60 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/jrnlmode.test View 1 2 3 6 chunks +59 lines, -8 lines 0 comments Download
M third_party/sqlite/src/test/jrnlmode2.test View 1 2 3 4 chunks +29 lines, -5 lines 0 comments Download
M third_party/sqlite/src/test/like.test View 1 2 3 3 chunks +134 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/lock.test View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/sqlite/src/test/lock2.test View 1 2 3 6 chunks +8 lines, -69 lines 0 comments Download
M third_party/sqlite/src/test/lock4.test View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/lock5.test View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/sqlite/src/test/lock6.test View 1 2 3 2 chunks +5 lines, -6 lines 0 comments Download
A third_party/sqlite/src/test/lock_common.tcl View 1 2 3 1 chunk +173 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/lookaside.test View 1 2 3 2 chunks +10 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/main.test View 1 2 3 2 chunks +35 lines, -14 lines 0 comments Download
M third_party/sqlite/src/test/malloc.test View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M third_party/sqlite/src/test/malloc3.test View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/sqlite/src/test/mallocAll.test View 1 2 3 2 chunks +2 lines, -3 lines 0 comments Download
M third_party/sqlite/src/test/mallocC.test View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M third_party/sqlite/src/test/mallocI.test View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M third_party/sqlite/src/test/malloc_common.tcl View 1 2 3 3 chunks +495 lines, -4 lines 0 comments Download
M third_party/sqlite/src/test/memleak.test View 1 2 3 1 chunk +2 lines, -3 lines 0 comments Download
M third_party/sqlite/src/test/memsubsys1.test View 1 2 3 6 chunks +21 lines, -22 lines 0 comments Download
M third_party/sqlite/src/test/minmax3.test View 1 2 3 3 chunks +78 lines, -8 lines 0 comments Download
M third_party/sqlite/src/test/misc1.test View 1 2 3 1 chunk +6 lines, -2 lines 0 comments Download
M third_party/sqlite/src/test/misc4.test View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/sqlite/src/test/misc5.test View 1 2 3 1 chunk +13 lines, -11 lines 0 comments Download
M third_party/sqlite/src/test/nan.test View 1 2 3 6 chunks +17 lines, -12 lines 0 comments Download
A third_party/sqlite/src/test/notify3.test View 1 2 3 1 chunk +153 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/pager1.test View 1 2 3 1 chunk +2357 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/pager2.test View 1 2 3 1 chunk +151 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/pager3.test View 1 2 3 1 chunk +33 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/pagerfault.test View 1 2 3 1 chunk +1245 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/pagerfault2.test View 1 2 3 1 chunk +99 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/pageropt.test View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/sqlite/src/test/pagesize.test View 1 2 3 1 chunk +26 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/pcache.test View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/permutations.test View 1 2 3 23 chunks +364 lines, -299 lines 0 comments Download
M third_party/sqlite/src/test/pragma.test View 1 2 3 5 chunks +27 lines, -19 lines 0 comments Download
M third_party/sqlite/src/test/printf.test View 1 2 3 1 chunk +37 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/quick.test View 1 2 3 1 chunk +3 lines, -144 lines 0 comments Download
A third_party/sqlite/src/test/quota.test View 1 2 3 1 chunk +396 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/rdonly.test View 1 2 3 4 chunks +9 lines, -3 lines 0 comments Download
A third_party/sqlite/src/test/releasetest.tcl View 1 2 3 1 chunk +332 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/rollback.test View 1 2 3 2 chunks +3 lines, -5 lines 0 comments Download
M third_party/sqlite/src/test/rowhash.test View 1 2 3 2 chunks +4 lines, -1 line 0 comments Download
M third_party/sqlite/src/test/rtree.test View 1 2 3 2 chunks +5 lines, -27 lines 0 comments Download
D third_party/sqlite/src/test/safety.test View 1 2 3 1 chunk +0 lines, -93 lines 0 comments Download
M third_party/sqlite/src/test/savepoint.test View 1 2 3 17 chunks +372 lines, -191 lines 0 comments Download
M third_party/sqlite/src/test/savepoint2.test View 1 2 3 4 chunks +6 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/savepoint6.test View 1 2 3 5 chunks +12 lines, -3 lines 0 comments Download
M third_party/sqlite/src/test/schema.test View 1 2 3 1 chunk +24 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/schema3.test View 1 2 3 1 chunk +97 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/schema4.test View 1 2 3 1 chunk +175 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/securedel.test View 1 2 3 1 chunk +73 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/select2.test View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/sqlite/src/test/select6.test View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M third_party/sqlite/src/test/select7.test View 1 2 3 1 chunk +43 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/select9.test View 1 2 3 2 chunks +1 line, -3 lines 0 comments Download
M third_party/sqlite/src/test/selectC.test View 1 2 3 1 chunk +81 lines, -12 lines 0 comments Download
M third_party/sqlite/src/test/shared.test View 1 2 3 1 chunk +38 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/shared2.test View 1 2 3 2 chunks +11 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/shared3.test View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/sqlite/src/test/soak.test View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/sqlite/src/test/softheap1.test View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download
A third_party/sqlite/src/test/speed1p.explain View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/sqlite/src/test/speed4p.explain View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/sqlite/src/test/stat.test View 1 2 3 1 chunk +159 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/stmt.test View 1 2 3 1 chunk +97 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/table.test View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M third_party/sqlite/src/test/tclsqlite.test View 1 2 3 3 chunks +5 lines, -2 lines 0 comments Download
M third_party/sqlite/src/test/tempdb.test View 1 2 3 2 chunks +3 lines, -5 lines 0 comments Download
M third_party/sqlite/src/test/tester.tcl View 1 2 3 15 chunks +573 lines, -174 lines 0 comments Download
M third_party/sqlite/src/test/thread2.test View 1 2 3 2 chunks +0 lines, -116 lines 0 comments Download
M third_party/sqlite/src/test/thread_common.tcl View 1 2 3 2 chunks +3 lines, -9 lines 0 comments Download
A third_party/sqlite/src/test/threadtest3.c View 1 2 3 1 chunk +1333 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/tkt-02a8e81d44.test View 1 2 3 1 chunk +31 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/tkt-26ff0c2d1e.test View 1 2 3 1 chunk +33 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/tkt-31338dca7e.test View 1 2 3 1 chunk +77 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/tkt-313723c356.test View 1 2 3 1 chunk +57 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/tkt-38cb5df375.test View 1 2 3 1 chunk +321 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/tkt-3998683a16.test View 1 2 3 1 chunk +46 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/tkt-3fe897352e.test View 1 2 3 1 chunk +60 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/tkt-4a03edc4c8.test View 1 2 3 1 chunk +46 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/tkt-5e10420e8d.test View 1 2 3 1 chunk +50 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/tkt-5ee23731f.test View 1 2 3 1 chunk +42 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/tkt-78e04e52ea.test View 1 2 3 1 chunk +68 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/tkt-80e031a00f.test View 1 2 3 1 chunk +206 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/tkt-8454a207b9.test View 1 2 3 1 chunk +67 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/tkt-94c04eaadb.test View 1 2 3 1 chunk +73 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/tkt-9d68c883.test View 1 2 3 1 chunk +53 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/tkt-b351d95f9.test View 1 2 3 1 chunk +47 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/tkt-cbd054fa6b.test View 1 2 3 1 chunk +87 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/tkt-d11f09d36e.test View 1 2 3 1 chunk +62 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/tkt-d82e3f3721.test View 1 2 3 1 chunk +80 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/tkt-f3e5abed55.test View 1 2 3 1 chunk +117 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/tkt-f777251dc7a.test View 1 2 3 1 chunk +99 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/tkt-f973c7ac31.test View 1 2 3 1 chunk +87 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/tkt-fc62af4523.test View 1 2 3 1 chunk +84 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/tkt1667.test View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/sqlite/src/test/tkt3201.test View 1 2 3 1 chunk +25 lines, -23 lines 0 comments Download
D third_party/sqlite/src/test/tkt3472.test View 1 2 3 1 chunk +0 lines, -39 lines 0 comments Download
M third_party/sqlite/src/test/tkt3757.test View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/sqlite/src/test/tkt3810.test View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/tkt3832.test View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/tkt3838.test View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/tkt3929.test View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/tkt3992.test View 1 2 3 1 chunk +31 lines, -27 lines 0 comments Download
M third_party/sqlite/src/test/trace.test View 1 2 3 5 chunks +82 lines, -8 lines 0 comments Download
M third_party/sqlite/src/test/trans.test View 1 2 3 11 chunks +15 lines, -5 lines 0 comments Download
M third_party/sqlite/src/test/trigger3.test View 1 2 3 6 chunks +30 lines, -30 lines 0 comments Download
M third_party/sqlite/src/test/trigger7.test View 1 2 3 1 chunk +2 lines, -4 lines 0 comments Download
M third_party/sqlite/src/test/triggerA.test View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/sqlite/src/test/triggerC.test View 1 2 3 4 chunks +185 lines, -8 lines 0 comments Download
A third_party/sqlite/src/test/triggerD.test View 1 2 3 1 chunk +174 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/types.test View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/sqlite/src/test/vacuum.test View 1 2 3 1 chunk +13 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/vacuum2.test View 1 2 3 1 chunk +41 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/vacuum4.test View 1 2 3 1 chunk +67 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/veryquick.test View 1 2 3 1 chunk +6 lines, -2 lines 0 comments Download
M third_party/sqlite/src/test/vtab1.test View 1 2 3 1 chunk +8 lines, -6 lines 0 comments Download
M third_party/sqlite/src/test/vtab5.test View 1 2 3 1 chunk +7 lines, -5 lines 0 comments Download
M third_party/sqlite/src/test/vtabA.test View 1 2 3 1 chunk +19 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/vtabE.test View 1 2 3 1 chunk +48 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/vtab_alter.test View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/sqlite/src/test/vtab_shared.test View 1 2 3 1 chunk +13 lines, -11 lines 0 comments Download
A third_party/sqlite/src/test/wal.test View 1 2 3 1 chunk +1512 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/wal2.test View 1 2 3 1 chunk +1152 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/wal3.test View 1 2 3 1 chunk +782 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/wal4.test View 1 2 3 1 chunk +64 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/wal_common.tcl View 1 2 3 1 chunk +91 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/walbak.test View 1 2 3 1 chunk +279 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/walbig.test View 1 2 3 1 chunk +73 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/walcksum.test View 1 2 3 1 chunk +393 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/walcrash.test View 1 2 3 1 chunk +296 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/walcrash2.test View 1 2 3 1 chunk +99 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/walfault.test View 1 2 3 1 chunk +450 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/walhook.test View 1 2 3 1 chunk +109 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/walmode.test View 1 2 3 1 chunk +387 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/walshared.test View 1 2 3 1 chunk +63 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/walslow.test View 1 2 3 1 chunk +73 lines, -0 lines 0 comments Download
A third_party/sqlite/src/test/walthread.test View 1 2 3 1 chunk +527 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/where2.test View 1 2 3 1 chunk +31 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/where3.test View 1 2 3 1 chunk +118 lines, -2 lines 0 comments Download
M third_party/sqlite/src/test/where6.test View 1 2 3 1 chunk +24 lines, -0 lines 0 comments Download
M third_party/sqlite/src/test/where7.test View 1 2 3 2 chunks +1 line, -9 lines 0 comments Download
M third_party/sqlite/src/test/where8.test View 1 2 3 3 chunks +15 lines, -1 line 0 comments Download
M third_party/sqlite/src/test/whereA.test View 1 2 3 1 chunk +30 lines, -0 lines 0 comments Download
A third_party/sqlite/src/tool/fragck.tcl View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
M third_party/sqlite/src/tool/genfkey.test View 1 2 3 1 chunk +60 lines, -0 lines 0 comments Download
M third_party/sqlite/src/tool/lemon.c View 1 2 3 127 chunks +534 lines, -501 lines 0 comments Download
M third_party/sqlite/src/tool/lempar.c View 1 2 3 4 chunks +16 lines, -8 lines 0 comments Download
M third_party/sqlite/src/tool/mkkeywordhash.c View 1 2 3 6 chunks +8 lines, -1 line 0 comments Download
A third_party/sqlite/src/tool/mkopts.tcl View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
M third_party/sqlite/src/tool/mksqlite3c.tcl View 1 2 3 8 chunks +8 lines, -3 lines 0 comments Download
M third_party/sqlite/src/tool/mksqlite3h.tcl View 1 2 3 1 chunk +31 lines, -24 lines 0 comments Download
A third_party/sqlite/src/tool/mksqlite3internalh.tcl View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/sqlite/src/tool/omittest.tcl View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/sqlite/src/tool/opcodeDoc.awk View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/sqlite/src/tool/restore_jrnl.tcl View 1 2 3 1 chunk +233 lines, -0 lines 0 comments Download
A third_party/sqlite/src/tool/shell1.test View 1 2 3 1 chunk +714 lines, -0 lines 0 comments Download
A third_party/sqlite/src/tool/shell2.test View 1 2 3 1 chunk +222 lines, -0 lines 0 comments Download
A third_party/sqlite/src/tool/shell3.test View 1 2 3 1 chunk +124 lines, -0 lines 0 comments Download
A third_party/sqlite/src/tool/shell4.test View 1 2 3 1 chunk +129 lines, -0 lines 0 comments Download
A third_party/sqlite/src/tool/shell5.test View 1 2 3 1 chunk +243 lines, -0 lines 0 comments Download
M third_party/sqlite/src/tool/showdb.c View 1 2 3 3 chunks +324 lines, -16 lines 0 comments Download
M third_party/sqlite/src/tool/showjournal.c View 1 2 3 1 chunk +108 lines, -45 lines 0 comments Download
A third_party/sqlite/src/tool/showwal.c View 1 2 3 1 chunk +355 lines, -0 lines 0 comments Download
A third_party/sqlite/src/tool/soak1.tcl View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/sqlite/src/tool/space_used.tcl View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
M third_party/sqlite/src/tool/spaceanal.tcl View 1 2 3 5 chunks +90 lines, -327 lines 0 comments Download
A third_party/sqlite/src/tool/speedtest.tcl View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/sqlite/src/tool/speedtest2.tcl View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
D third_party/sqlite/src/www/capi3ref.tcl View 1 2 3 1 chunk +0 lines, -1882 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
James Hawkins
10 years ago (2010-12-03 01:26:51 UTC) #1
James Hawkins
ping
10 years ago (2010-12-03 21:26:44 UTC) #2
Scott Hess - ex-Googler
Make sure it passes the SQLite tests after our patches are applied. I think Linux ...
10 years ago (2010-12-03 23:21:44 UTC) #3
James Hawkins
On 2010/12/03 23:21:44, shess wrote: > Make sure it passes the SQLite tests after our ...
10 years ago (2010-12-06 22:15:42 UTC) #4
Scott Hess - ex-Googler
I'm going with LGTM. SQLite is pretty good about not pushing totally broken stuff, and ...
10 years ago (2010-12-07 18:44:12 UTC) #5
James Hawkins
On 2010/12/07 18:44:12, shess wrote: > I'm going with LGTM. SQLite is pretty good about ...
10 years ago (2010-12-07 19:24:02 UTC) #6
Scott Hess - ex-Googler
10 years ago (2010-12-07 21:07:34 UTC) #7
BTW - since lots of our SQLite usage is in the form of server threads being
peppered with IPC calls, SQLite tends to be an attractor for valgrind
suppressions.  I expect this will invalidate some of those.  Most definitely one
for watching the memory bots.

Powered by Google App Engine
This is Rietveld 408576698