SQLite

Check-in [d2ccf7fc06]
Login

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

Overview
Comment:Merge in all changes to the trunk through version 3.7.4rc3.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | apple-osx
Files: files | file ages | folders
SHA1: d2ccf7fc0673e875ff7b84cd37b89c65df4bec7f
User & Date: drh 2010-12-07 15:49:03.000
Context
2011-01-27
18:48
Pull in all the changes from trunk up through the version 3.7.5 release candidate 1. (check-in: 09d6c91dcf user: drh tags: apple-osx)
2010-12-07
15:49
Merge in all changes to the trunk through version 3.7.4rc3. (check-in: d2ccf7fc06 user: drh tags: apple-osx)
14:59
Version 3.7.4 release candidate 3 (check-in: 11c74c0dae user: drh tags: trunk)
2010-11-19
23:50
Merge all the latest changes from the trunk into the apple-osx branch. (check-in: c8bc057c7d user: drh tags: apple-osx)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to Makefile.in.
Changes to ext/fts3/fts3.c.
Changes to ext/fts3/fts3Int.h.
Changes to ext/fts3/fts3_expr.c.
Changes to ext/fts3/fts3_porter.c.
Changes to ext/fts3/fts3_snippet.c.
Changes to ext/fts3/fts3_tokenizer.c.
Changes to ext/fts3/fts3_write.c.
Changes to ext/rtree/rtree.c.
Changes to src/btree.c.
Changes to src/expr.c.
Changes to src/os_unix.c.
Changes to src/pager.c.
Changes to src/pragma.c.
Changes to src/prepare.c.
Changes to src/select.c.
Changes to src/sqlite.h.in.
Changes to src/sqliteInt.h.
Changes to src/test1.c.
Changes to src/test_multiplex.c.
Changes to src/test_superlock.c.
Changes to src/util.c.
Changes to src/vdbe.c.
Changes to src/vdbeInt.h.
Changes to src/vdbeaux.c.
Changes to src/vdbeblob.c.
Changes to src/vdbemem.c.
Changes to test/all.test.
Changes to test/backcompat.test.
Changes to test/cache.test.
Added test/e_droptrigger.test.
Added test/e_dropview.test.
Added test/e_resolve.test.
Changes to test/fts3aa.test.
Changes to test/fts3defer2.test.
Changes to test/fts3fault.test.
Changes to test/fts3matchinfo.test.
Changes to test/fts3query.test.
Changes to test/fts3rnd.test.
Changes to test/incrblob3.test.
Changes to test/lock_common.tcl.
Changes to test/malloc_common.tcl.
Changes to test/misc7.test.
Changes to test/multiplex.test.
Changes to test/pager1.test.
Changes to test/permutations.test.
Changes to test/superlock.test.
Changes to test/tester.tcl.
Added test/tkt-80ba201079.test.
Changes to test/triggerC.test.
Changes to test/wal2.test.
Changes to test/wal3.test.
Added test/wal6.test.
Changes to tool/lemon.c.