/ Changes On Branch initmode-testctrl
Login

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

Changes In Branch initmode-testctrl Excluding Merge-Ins

This is equivalent to a diff from 85dc12625d to 3a6e2afe40

2015-01-30
15:52
Added SQLITE_TESTCTRL_INITMODE for improved testability. (check-in: 98e029134d user: drh tags: trunk)
15:40
Add a few simple test cases for SQLITE_TESTCTRL_INITMODE - cases which also test PRAGMA integrity_check. (Closed-Leaf check-in: 3a6e2afe40 user: drh tags: initmode-testctrl)
2015-01-29
18:38
Split up the SRC variable in Makefile.msc to avoid over-long cmd.exe commands when TOP is set to a long pathname. (check-in: 7d70ac65c1 user: drh tags: trunk)
17:54
Add the INITMODE test-control. (check-in: 5940af8e78 user: drh tags: initmode-testctrl)
11:52
Optimize range constraints on the rowid column of fts3/4 tables even if there is no MATCH clause in the query. (check-in: 85dc12625d user: dan tags: trunk)
2015-01-27
21:24
Fix harmless compiler warnings. (check-in: e7d2ec048c user: mistachkin tags: trunk)

Changes to src/main.c.

Changes to src/shell.c.

Changes to src/sqlite.h.in.

Changes to src/test1.c.

Added test/initmode.test.