SQLite

Check-in [018f3199b9]
Login

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

Overview
Comment:Merge all the latest trunk enhancements into the reuse-schema branch.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | reuse-schema
Files: files | file ages | folders
SHA3-256: 018f3199b9ba043fbbf88ec46b4fa16728f6507e000f4813ed346aaf6665add6
User & Date: drh 2019-05-14 22:25:26.972
Context
2019-05-24
13:04
Merge recent enhancements from trunk. (check-in: ff9f3e0951 user: drh tags: reuse-schema)
2019-05-14
22:25
Merge all the latest trunk enhancements into the reuse-schema branch. (check-in: 018f3199b9 user: drh tags: reuse-schema)
20:25
Fix a problem with the fix for [9cf6c9bb51] (commit [658b84d7]) that could cause a cursor to be left in an invalid state following a (rowid < text-value) search. (check-in: bc7d2c1656 user: dan tags: trunk)
2019-04-15
15:35
Merge recent changes from trunk into reuse-schema (check-in: 5c6c9e7f6f user: drh tags: reuse-schema)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to VERSION.
Changes to configure.
Changes to ext/fts3/fts3_write.c.
Changes to ext/fts5/fts5_buffer.c.
Changes to ext/fts5/fts5_index.c.
Changes to ext/fts5/fts5_vocab.c.
Changes to ext/fts5/test/fts5corrupt3.test.
Added ext/misc/dbdata.c.
Changes to ext/rbu/rbu_common.tcl.
Changes to ext/rbu/rbufault2.test.
Changes to ext/rbu/rbufault3.test.
Added ext/rbu/rbumisc.test.
Changes to ext/rbu/rbupartial.test.
Changes to ext/rbu/rbutemplimit.test.
Added ext/rbu/rbuvacuum4.test.
Changes to ext/rbu/sqlite3rbu.c.
Changes to main.mk.
Changes to src/alter.c.
Changes to src/attach.c.
Changes to src/backup.c.
Changes to src/btree.c.
Changes to src/build.c.
Changes to src/expr.c.
Changes to src/fkey.c.
Changes to src/func.c.
Changes to src/insert.c.
Changes to src/main.c.
Changes to src/msvc.h.
Changes to src/parse.y.
Changes to src/pragma.c.
Changes to src/pragma.h.
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/test_fs.c.
Changes to src/test_vfs.c.
Changes to src/update.c.
Changes to src/util.c.
Changes to src/vacuum.c.
Changes to src/vdbe.c.
Changes to src/vdbeInt.h.
Changes to src/vdbeapi.c.
Changes to src/vdbeaux.c.
Changes to src/vdbemem.c.
Changes to src/vdbesort.c.
Changes to src/vdbetrace.c.
Changes to src/vtab.c.
Changes to src/wal.c.
Changes to src/where.c.
Changes to src/whereInt.h.
Changes to src/wherecode.c.
Changes to src/whereexpr.c.
Changes to src/window.c.
Changes to test/altertab.test.
Changes to test/altertab3.test.
Changes to test/corruptL.test.
Added test/dbdata.test.
Changes to test/e_expr.test.
Changes to test/fkey7.test.
Changes to test/fkey8.test.
Changes to test/fts3corrupt4.test.
Added test/fts4rename.test.
Changes to test/func.test.
Changes to test/fuzzdata7.db.
Changes to test/fuzzdata8.db.
Changes to test/index.test.
Changes to test/index6.test.
Changes to test/index7.test.
Added test/intreal.test.
Changes to test/like3.test.
Changes to test/oserror.test.
Added test/recover.test.
Changes to test/reindex.test.
Changes to test/releasetest.tcl.
Changes to test/rowid.test.
Changes to test/select3.test.
Changes to test/view.test.
Changes to test/wapptest.tcl.
Changes to test/window2.tcl.
Changes to test/window2.test.
Changes to test/with3.test.
Changes to test/without_rowid1.test.
Changes to tool/lemon.c.
Changes to tool/mkpragmatab.tcl.
Changes to tool/mkshellc.tcl.
Changes to tool/showdb.c.