SQLite

Check-in [6fc7207727]
Login

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

Overview
Comment:Merge the latest trunk enhancements into the apple-osx branch.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | apple-osx
Files: files | file ages | folders
SHA1: 6fc7207727d50c3039c7a0c6c9151cad6b9d25de
User & Date: drh 2014-10-09 11:27:38.356
Context
2014-10-09
11:40
Record the errno on fstat() failures. (check-in: 2a6a082001 user: drh tags: apple-osx)
11:27
Merge the latest trunk enhancements into the apple-osx branch. (check-in: 6fc7207727 user: drh tags: apple-osx)
2014-10-08
19:33
Remove an always-true branch in whereRangeScanEst(). Replace it with an assert(). (check-in: 42e48fd3a6 user: drh tags: trunk)
2014-10-01
01:46
Merge the latest enhancements from trunk. (check-in: 2078454ac9 user: drh tags: apple-osx)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to ext/fts3/fts3.c.
Changes to src/analyze.c.
Changes to src/btree.c.
Changes to src/build.c.
Changes to src/expr.c.
Changes to src/global.c.
Changes to src/main.c.
Changes to src/malloc.c.
Changes to src/mem2.c.
Changes to src/pager.c.
Changes to src/parse.y.
Changes to src/sqlite.h.in.
Changes to src/sqliteInt.h.
Changes to src/status.c.
Changes to src/test1.c.
Changes to src/test_config.c.
Changes to src/vdbe.c.
Changes to src/vdbeapi.c.
Changes to src/vdbemem.c.
Changes to src/where.c.
Added test/analyzeD.test.
Added test/analyzeE.test.
Changes to test/corruptI.test.
Changes to test/e_createtable.test.
Changes to test/e_uri.test.
Changes to test/expr.test.
Changes to test/mallocA.test.
Added test/ovfl.test.
Changes to test/sqllimits1.test.