SQLite

Check-in [8baef58170]
Login

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

Overview
Comment:Merge the latest trunk enhancements into the sessions branch.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | sessions
Files: files | file ages | folders
SHA1: 8baef58170ff851d0c4387a6888f59b487b4f33c
User & Date: drh 2011-10-21 17:08:23.879
Context
2011-10-31
14:34
Merge in all changes found in the version 3.7.9 release candidate. (check-in: 23580718e1 user: drh tags: sessions)
2011-10-21
17:08
Merge the latest trunk enhancements into the sessions branch. (check-in: 8baef58170 user: drh tags: sessions)
16:47
Remove stale requirements marks from the query planner. (check-in: 76de9914be user: drh tags: trunk)
2011-10-11
12:58
Merge all the latest trunk changes into the sessions branch - especially the SQLITE_ENABLE_STAT3 enhancements. (check-in: 403431cac6 user: drh tags: sessions)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to ext/fts3/fts3.c.
Changes to ext/fts3/fts3Int.h.
Changes to ext/fts3/fts3_expr.c.
Changes to ext/fts3/fts3_snippet.c.
Changes to ext/fts3/fts3_write.c.
Changes to ext/rtree/rtree.c.
Changes to main.mk.
Changes to src/backup.c.
Changes to src/btree.c.
Changes to src/build.c.
Changes to src/date.c.
Changes to src/expr.c.
Changes to src/fkey.c.
Changes to src/func.c.
Changes to src/lempar.c.
Changes to src/loadext.c.
Changes to src/main.c.
Changes to src/mutex.h.
Changes to src/os.c.
Changes to src/os_unix.c.
Changes to src/os_win.c.
Changes to src/pager.c.
Changes to src/pager.h.
Changes to src/pragma.c.
Changes to src/printf.c.
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/update.c.
Changes to src/util.c.
Changes to src/vdbe.c.
Changes to src/vdbeaux.c.
Changes to src/wal.c.
Changes to src/where.c.
Added test/fts-9fd058691.test.
Changes to test/fts3ao.test.
Changes to test/fts3d.test.
Changes to test/fts3defer.test.
Changes to test/fts3fault2.test.
Added test/fts3first.test.
Changes to test/fts3malloc.test.
Changes to test/fts3matchinfo.test.
Changes to test/fts3prefix.test.
Changes to test/fts3sort.test.
Added test/fts4content.test.
Changes to test/nan.test.
Changes to test/permutations.test.
Changes to test/pragma.test.
Changes to test/printf.test.
Added test/tkt-fa7bf5ec.test.
Changes to test/tkt3793.test.
Changes to test/walro.test.
Changes to test/where3.test.
Changes to tool/omittest.tcl.
Added tool/symbols-mingw.sh.
Changes to tool/symbols.sh.
Added tool/warnings-clang.sh.