SQLite

Check-in [5f14f34f07]
Login

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

Overview
Comment:Merge all recent trunk enhancements into the sessions branch.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | sessions
Files: files | file ages | folders
SHA1: 5f14f34f072921e229bc20a5185c0cdb3f464c04
User & Date: drh 2015-04-12 01:33:37.792
Context
2015-04-15
14:14
Merge all recent trunk fixes and enhancements into the sessions branch. (check-in: e65e65f9bc user: drh tags: sessions)
2015-04-12
01:33
Merge all recent trunk enhancements into the sessions branch. (check-in: 5f14f34f07 user: drh tags: sessions)
01:22
Avoid problems when a query has a GROUP BY and an ORDER BY but no FROM clause. (check-in: e527d96a1e user: drh tags: trunk)
2015-04-11
17:09
Merge the sessions-diff branch with this one. (check-in: 805baa57e5 user: dan tags: sessions)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to Makefile.in.
Changes to Makefile.msc.
Changes to ext/fts3/fts3.c.
Changes to ext/session/sqlite3session.c.
Changes to main.mk.
Changes to src/build.c.
Changes to src/complete.c.
Changes to src/fkey.c.
Changes to src/insert.c.
Changes to src/msvc.h.
Changes to src/sqliteInt.h.
Changes to src/trigger.c.
Changes to src/vacuum.c.
Changes to src/vdbe.c.
Changes to src/vdbe.h.
Changes to src/vdbeaux.c.
Changes to src/vdbesort.c.
Changes to src/vtab.c.
Changes to src/where.c.
Changes to test/fkey2.test.
Changes to test/fts4content.test.
Changes to test/null.test.
Changes to test/orderby1.test.
Changes to test/whereD.test.
Changes to test/zeroblob.test.
Added tool/sqldiff.c.