SQLite

Check-in [da53f3d3ff]
Login

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

Overview
Comment:Merge patches and enhancements from trunk.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | reuse-subqueries
Files: files | file ages | folders
SHA3-256: da53f3d3ff26cc32d3a5ac788b6785baa3d1688e50d9354025a3130dc7e71a38
User & Date: drh 2018-12-28 19:23:20.372
Context
2018-12-28
21:32
Merge performance enhancements from trunk. (check-in: 0f1b9ff9e1 user: drh tags: reuse-subqueries)
19:23
Merge patches and enhancements from trunk. (check-in: da53f3d3ff user: drh tags: reuse-subqueries)
18:09
Fix another problem with loading the structure record from a corrupt fts5 database. (check-in: c4d44542d2 user: dan tags: trunk)
2018-12-25
00:15
Increase the number of parameters to sqlite3WhereCodeOneLoopStart() to encourage the compiler to inline that routine within sqlite3WhereBegin(). This gives a performance improvement. (check-in: 3c2ad0e915 user: drh tags: reuse-subqueries)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to ext/fts3/fts3_unicode2.c.
Changes to ext/fts3/fts3_write.c.
Changes to ext/fts3/unicode/mkunicode.tcl.
Changes to ext/fts5/fts5Int.h.
Changes to ext/fts5/fts5_expr.c.
Changes to ext/fts5/fts5_index.c.
Changes to ext/fts5/fts5_test_tok.c.
Changes to ext/fts5/fts5_tokenize.c.
Changes to ext/fts5/fts5_unicode2.c.
Changes to ext/fts5/test/fts5corrupt3.test.
Changes to ext/fts5/test/fts5unicode3.test.
Changes to ext/misc/csv.c.
Changes to ext/session/sqlite3session.h.
Changes to src/build.c.
Changes to src/select.c.
Changes to src/test_vfs.c.
Changes to src/treeview.c.
Changes to src/vdbe.c.
Changes to src/vdbeaux.c.
Changes to test/btree02.test.
Changes to test/csv01.test.
Changes to test/fts3corrupt4.test.
Changes to test/lock_common.tcl.
Changes to test/permutations.test.
Added test/shmlock.test.
Changes to test/snapshot_fault.test.
Added test/vtabdrop.test.
Changes to test/wal.test.
Added test/walfault2.test.
Changes to test/walvfs.test.
Changes to test/with1.test.
Changes to tool/dbtotxt.c.