SQLite

Check-in [123cbb3312]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Merge latest trunk changes into this branch.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | begin-concurrent
Files: files | file ages | folders
SHA3-256: 123cbb3312917ad5b3c32556547c5b7e8ba4e2d2def8651ff80f9fc1bdc1875c
User & Date: dan 2018-12-18 17:20:01.245
Context
2018-12-29
20:42
Fix a problem causing a corrupt pager-cache if an OOM or IO error was encountered while committing a concurrent transacation. (check-in: 48ca30f9d7 user: dan tags: begin-concurrent)
2018-12-18
17:47
Merge latest begin-concurrent changes into this branch. (check-in: a93ca38b43 user: dan tags: begin-concurrent-pnu)
17:20
Merge latest trunk changes into this branch. (check-in: 123cbb3312 user: dan tags: begin-concurrent)
2018-12-17
22:19
Move variable declaration to address compilation issue (C89). (check-in: d64f248da3 user: mistachkin tags: trunk)
2018-12-06
02:08
Merge bug fixes from trunk. (check-in: 1e13aaa29f user: drh tags: begin-concurrent)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to Makefile.in.
Changes to Makefile.msc.
Changes to ext/fts3/fts3_unicode2.c.
Changes to ext/fts5/fts5.h.
Changes to ext/fts5/fts5_unicode2.c.
Changes to ext/rbu/rbu_common.tcl.
Changes to ext/rbu/rbuvacuum2.test.
Changes to ext/rbu/sqlite3rbu.c.
Changes to ext/rbu/sqlite3rbu.h.
Changes to ext/rbu/test_rbu.c.
Changes to ext/session/sqlite3session.c.
Changes to main.mk.
Changes to src/btree.c.
Changes to src/expr.c.
Changes to src/loadext.c.
Changes to src/main.c.
Changes to src/parse.y.
Changes to src/pcache1.c.
Changes to src/pragma.c.
Changes to src/prepare.c.
Changes to src/resolve.c.
Changes to src/select.c.
Changes to src/shell.c.in.
Changes to src/sqlite.h.in.
Changes to src/sqliteInt.h.
Changes to src/test1.c.
Changes to src/tokenize.c.
Changes to src/vacuum.c.
Changes to src/vdbe.c.
Changes to src/vdbe.h.
Changes to src/vdbeInt.h.
Changes to src/vdbeapi.c.
Changes to src/vdbeaux.c.
Changes to src/whereexpr.c.
Changes to src/window.c.
Added test/dbfuzz001.test.
Changes to test/dbfuzz2.c.
Added test/fuzz4.test.
Changes to test/fuzzcheck.c.
Changes to test/fuzzdata7.db.
Changes to test/index6.test.
Changes to test/indexexpr2.test.
Changes to test/normalize.test.
Changes to test/shell1.test.
Added test/vacuum-into.test.
Changes to test/window1.test.
Added tool/dbtotxt.c.
Added tool/dbtotxt.md.