SQLite

Check-in [53b14a3888]
Login

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

Overview
Comment:Merge all recent trunk enhancements into the apple-osx branch.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | apple-osx
Files: files | file ages | folders
SHA3-256: 53b14a388838439087f92282bdaa3f706e9e197a7ed93f8c73e8844cffca8126
User & Date: drh 2017-06-23 21:05:45.803
Context
2017-06-27
16:48
Merge latest trunk changes with this branch. (check-in: 2b0954060f user: dan tags: apple-osx)
2017-06-23
21:05
Merge all recent trunk enhancements into the apple-osx branch. (check-in: 53b14a3888 user: drh tags: apple-osx)
15:47
When generating individual loops for each ORed term of an OR scan, move any constant WHERE expressions outside of the loop, as is done for top-level loops. (check-in: 712267c9c0 user: dan tags: trunk)
2017-06-08
14:41
Merge the auto_vacuum bug fix and all other changes from the 3.19.3 release. (check-in: 93f32dd2dd user: drh tags: apple-osx)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to VERSION.
Changes to autoconf/Makefile.am.
Changes to configure.
Changes to doc/lemon.html.
Changes to ext/fts5/fts5_hash.c.
Changes to ext/fts5/fts5_test_tok.c.
Changes to ext/fts5/test/fts5rank.test.
Changes to ext/misc/amatch.c.
Changes to ext/misc/series.c.
Added ext/misc/stmts.c.
Changes to ext/rbu/rbuvacuum.test.
Changes to ext/rbu/sqlite3rbu.c.
Changes to ext/rbu/sqlite3rbu.h.
Changes to ext/rbu/test_rbu.c.
Changes to ext/session/sessionat.test.
Added ext/session/sessiondiff.test.
Changes to ext/session/sqlite3session.c.
Changes to src/attach.c.
Changes to src/btree.c.
Changes to src/btree.h.
Changes to src/build.c.
Changes to src/ctime.c.
Changes to src/delete.c.
Changes to src/expr.c.
Changes to src/fkey.c.
Changes to src/insert.c.
Changes to src/main.c.
Changes to src/pager.c.
Changes to src/pcache.h.
Changes to src/pragma.h.
Changes to src/resolve.c.
Changes to src/select.c.
Changes to src/shell.c.
Changes to src/sqlite.h.in.
Changes to src/sqliteInt.h.
Changes to src/tclsqlite.c.
Changes to src/test3.c.
Changes to src/test_fs.c.
Changes to src/trigger.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/vdbemem.c.
Changes to src/vdbesort.c.
Changes to src/walker.c.
Changes to src/where.c.
Changes to src/wherecode.c.
Changes to test/ctime.test.
Changes to test/eqp.test.
Changes to test/fts4unicode.test.
Changes to test/join.test.
Changes to test/kvtest.c.
Changes to test/releasetest.tcl.
Changes to test/vtabH.test.
Changes to test/whereF.test.
Changes to test/with1.test.
Changes to tool/mkautoconfamal.sh.
Added tool/mkctimec.tcl.
Changes to tool/mkpragmatab.tcl.
Changes to tool/mksqlite3c.tcl.
Changes to tool/spaceanal.tcl.
Changes to tool/sqldiff.c.