20 timeline items occurring around 2010-08-18.
|
2010-08-19
| ||
| 14:41 | [4c7ad73d22] Fix typo in TCL stubs support for configure in Makefile.in (user: shaneh, tags: trunk) | |
| 14:22 | [b273891ab0] Remove a NEVER from balance_quick() that can occur in WAL mode on a corrupt database file. (user: drh, tags: trunk) | |
| 11:05 | [8804f4989d] Add new test script backcompat.test, for testing database/journal/wal file compatibility against previous versions. (user: dan, tags: trunk) | |
|
2010-08-18
| ||
| 21:19 | [e127192d10] Fix two asserts in the btree logic so that they work correctly even for maximum-size index entries for 32K and 64K pages. (user: drh, tags: trunk) | |
| 17:16 | [d46567e5d7] Updated tests for CLI. Added some basic tests for the .import command. (user: shaneh, tags: trunk) | |
| 15:25 | [56cc883d3a] Disable the SQLITE_MAX_PAGE_SIZE compile time option (it is now always set to 65536). Fix some other problems in test files. (user: dan, tags: trunk) | |
| 14:54 | [3497f54ac2] Fix issue with wal.test on Windows. (user: shaneh, tags: trunk) | |
| 02:28 | [1f5662b7db] Fix some compiler warnings in the MSVC build. (user: shaneh, tags: trunk) | |
| 00:24 | [866e9286ae] Merge the 3.7.1 pre-release snapshot changes as of 2010-08-18 into the apple-osx branch. (user: drh, tags: apple-osx) | |
| 00:09 | [5e2ee7db0f] Updating apple-osx with minor source fixes, database truncate and replace private calls and a bunch of conditionalization for tests running in different environments (user: adam, tags: apple-osx) | |
|
2010-08-17
| ||
| 23:13 | [220cca50da] Cherrypick the changes for enhancement requests [e090183531fc27474] (use indices on LIKE with no wildcards) and [4711020446da7d93d993] (use nocase index for LIKE even if the column is binary) into the 3.6.23.1 release of the Apple-OSX branch. (user: drh, tags: apple-osx-3623) | |
| 19:49 | [acb171d4cf] Remove a NEVER() that is actually reachable. (user: drh, tags: trunk) | |
| 19:40 | [3f8c068a41] Suppress harmless compiler warning. (user: drh, tags: trunk) | |
| 19:34 | [fc9014be0f] Return an error when parsing "?NNN" if NNN is so large it cannot be stored as a 32-bit int. (user: dan, tags: trunk) | |
| 18:37 | [d7ed463496] It is no longer possible to reach pagerStress() while in the error state, so put a NEVER() around the error state test of that routine. (user: drh, tags: trunk) | |
| 18:15 | [8ac185236e] If an SQLITE_FULL error occurs during rollback or journal finalization, treat it in the same way as SQLITE_IOERR (i.e. require that the pager internals be completely reset before it is next read from or written to). (user: dan, tags: trunk) | |
| 17:25 | [61c64b3aeb] Changes to pager for improved testability. (user: drh, tags: trunk) | |
| 16:06 | [ced6a3480f] Add tests for the BETWEEN operator to e_expr.test. (user: dan, tags: trunk) | |
| 14:52 | [e05089aaef] Invoke sqlite3_log() whenever one or more frames are recovered from a WAL file. (user: dan, tags: trunk) | |
| 05:55 | [07570ce380] Fix some non-ANSI C code in test_demovfs.c. Also change the same file so that attempting to delete a file that does not exist does not return an error. (user: dan, tags: trunk) | |