SQLite

Check-in [c39cb0e257]
Login

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

Overview
Comment:Merge recent trunk enhancements and fixes.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | sessions
Files: files | file ages | folders
SHA1: c39cb0e2571f58c87053de009e2c135d71b2c3af
User & Date: drh 2015-06-11 18:01:29.396
Context
2015-06-17
18:18
Merge all recent enhancements and fixes from trunk. (check-in: 199bfb67fd user: drh tags: sessions)
2015-06-11
18:01
Merge recent trunk enhancements and fixes. (check-in: c39cb0e257 user: drh tags: sessions)
17:26
Add the sqlite3changegroup_xxx() APIs to the sessions module. For combining multiple changesets or patchsets. (check-in: 0c1a901cd6 user: dan tags: sessions)
14:19
Remove stray outputs from the test suite. (check-in: afc6db9b10 user: drh tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to Makefile.in.
Changes to Makefile.msc.
Changes to README.md.
Changes to configure.
Changes to configure.ac.
Changes to ext/rtree/rtreeC.test.
Changes to main.mk.
Changes to src/alter.c.
Changes to src/btree.c.
Changes to src/build.c.
Changes to src/delete.c.
Changes to src/expr.c.
Changes to src/insert.c.
Changes to src/printf.c.
Changes to src/select.c.
Changes to src/sqlite.h.in.
Changes to src/sqliteInt.h.
Added src/treeview.c.
Changes to src/vdbe.c.
Changes to src/vdbemem.c.
Changes to src/where.c.
Changes to src/whereInt.h.
Added src/wherecode.c.
Added src/whereexpr.c.
Added test/affinity2.test.
Changes to test/analyzer1.test.
Changes to test/e_walauto.test.
Added test/extraquick.test.
Changes to test/filectrl.test.
Changes to test/fts3d.test.
Changes to test/fts4incr.test.
Changes to test/fuzzdata3.db.
Changes to test/index5.test.
Changes to test/index6.test.
Changes to test/join.test.
Changes to test/permutations.test.
Changes to test/progress.test.
Changes to test/releasetest.tcl.
Changes to test/select8.test.
Changes to test/shared4.test.
Changes to test/sqldiff1.test.
Changes to test/tester.tcl.
Changes to test/vtab1.test.
Changes to tool/mksqlite3c.tcl.