SQLite

Check-in [7f1e4e4b99]
Login

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

Overview
Comment:Merge latest changes from trunk into this branch.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | reuse-schema
Files: files | file ages | folders
SHA3-256: 7f1e4e4b99644f986aa68bd40afddc4886145972eae1106347185eeff52150d6
User & Date: dan 2019-07-26 20:54:05.018
Context
2019-08-06
11:45
Add an assert() to the code on this branch. (check-in: fdd44bbb50 user: dan tags: reuse-schema)
2019-07-26
20:54
Merge latest changes from trunk into this branch. (check-in: 7f1e4e4b99 user: dan tags: reuse-schema)
20:33
Update RBU so that it supports indexes on expressions. (check-in: 6bfa44da22 user: dan tags: trunk)
2019-07-18
19:50
Add a ctime.c entry for SQLITE_ENABLE_SHARED_SCHEMA. (check-in: 892ac94511 user: drh tags: reuse-schema)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to VERSION.
Changes to configure.
Changes to ext/fts5/fts5_index.c.
Changes to ext/fts5/test/fts5corrupt3.test.
Changes to ext/misc/fossildelta.c.
Added ext/rbu/rbuexpr.test.
Changes to ext/rbu/rbupartial.test.
Changes to ext/rbu/sqlite3rbu.c.
Changes to ext/rtree/rtree.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/os_unix.c.
Changes to src/os_win.c.
Changes to src/parse.y.
Changes to src/pcache.c.
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/sqliteInt.h.
Changes to src/test1.c.
Changes to src/trigger.c.
Changes to src/vdbe.c.
Changes to src/vdbeInt.h.
Changes to src/vdbeaux.c.
Changes to src/vdbeblob.c.
Changes to src/vdbesort.c.
Changes to src/wal.c.
Changes to src/walker.c.
Changes to src/where.c.
Changes to src/window.c.
Changes to test/altertab3.test.
Changes to test/check.test.
Added test/checkfault.test.
Changes to test/close.test.
Added test/filter1.test.
Added test/filter2.tcl.
Added test/filter2.test.
Added test/filterfault.test.
Changes to test/fuzzdata7.db.
Changes to test/fuzzdata8.db.
Changes to test/select1.test.
Changes to test/vtab1.test.
Changes to test/window1.test.
Changes to test/window2.tcl.
Changes to test/window2.test.
Changes to test/window9.test.
Changes to test/windowerr.tcl.
Changes to test/windowerr.test.
Changes to test/without_rowid1.test.
Changes to test/without_rowid6.test.
Added test/without_rowid7.test.
Changes to tool/lempar.c.