SQLite

Changes On Branch branch-3.7.2
Login

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

Changes In Branch branch-3.7.2 Excluding Merge-Ins

This is equivalent to a diff from 42537b60 to 865dfcba

2012-08-25
00:49
Backport check-in [62678be3df35cd]: When the same index is used for all OR-terms in a WHERE clause, then try to use that index as a covering index. (Leaf check-in: 865dfcba user: drh tags: branch-3.7.2)
2011-10-25
21:18
Cherrypick the [3513bf6ee090d9] so that the sqlite_source_id() function works correctly even with newer versions of Fossil (check-in: 89d63a0e user: drh tags: branch-3.7.2)
2011-02-12
01:59
This is the beginning of an attempt to backport recent query planner enhancements to version 3.7.2. The code in this version builds and runs and seems to give correct answers, but it generates suboptimal query plans and hence many of the test cases fail. The test script gives up after 1000 errors. (check-in: e72cf118 user: drh tags: branch-3.7.2)
2011-01-05
13:07
Cherrypick the WAL error logging from the pre-3.7.5 line into a branch for version 3.7.2. Include the sqlite3_vsnprintf() interface. This checkin is intended for debugging and not for release. (Leaf check-in: 6549e767 user: drh tags: wal-trace-372)
2010-08-24
01:49
The R-tree module should not assume that its shadow tables are consistent. If a problem is found in a shadow table, return SQLITE_CORRUPT. (check-in: 7f2f71cc user: drh tags: trunk)
01:08
Merge changes through release 3.7.2 into the apple-osx branch. (check-in: 415c448d user: drh tags: apple-osx)
00:40
Version 3.7.2 (check-in: 42537b60 user: drh tags: trunk, release, version-3.7.2)
2010-08-23
18:19
Fixes for the SQLITE_CHECK_PAGES debugging feature. (check-in: 21a1e596 user: dan tags: trunk)

Changes to src/analyze.c.

Changes to src/attach.c.

Changes to src/btree.c.

Changes to src/btree.h.

Changes to src/btreeInt.h.

Changes to src/build.c.

Changes to src/ctime.c.

Changes to src/delete.c.

Changes to src/expr.c.

Changes to src/fkey.c.

Changes to src/insert.c.

Changes to src/main.c.

Changes to src/pager.c.

Changes to src/pager.h.

Changes to src/prepare.c.

Changes to src/resolve.c.

Changes to src/select.c.

Changes to src/sqliteInt.h.

Changes to src/test3.c.

Changes to src/test_config.c.

Changes to src/test_vfs.c.

Changes to src/update.c.

Changes to src/vdbe.c.

Changes to src/vdbeInt.h.

Changes to src/vdbeaux.c.

Changes to src/vdbemem.c.

Changes to src/where.c.

Changes to test/analyze.test.

Changes to test/analyze2.test.

Changes to test/analyze3.test.

Added test/analyze5.test.

Added test/analyze6.test.

Changes to test/auth.test.

Changes to test/autoindex1.test.

Changes to test/collate5.test.

Added test/distinct.test.

Changes to test/e_fkey.test.

Changes to test/fts3query.test.

Changes to test/index.test.

Changes to test/indexedby.test.

Changes to test/insert4.test.

Changes to test/minmax3.test.

Changes to test/misc4.test.

Changes to test/misc5.test.

Changes to test/nan.test.

Changes to test/select6.test.

Changes to test/selectB.test.

Changes to test/tester.tcl.

Added test/tkt-54844eea3f.test.

Changes to test/tkt-78e04e52ea.test.

Added test/tkt-b351d95f9.test.

Changes to test/tkt3442.test.

Changes to test/tkt3757.test.

Changes to test/tkt3824.test.

Changes to test/types.test.

Added test/unordered.test.

Changes to test/where3.test.

Changes to test/where9.test.

Added test/whereD.test.

Changes to tool/mksqlite3h.tcl.

Changes to tool/omittest.tcl.