- 979356e Cherrypick the WAL error logging from the pre-3.7.5 line into a branch by drh ยท 15 years ago wal-trace-372
- 507f94d Version 3.7.2 release candidate 1 by drh ยท 15 years ago version-3.7.2
- 5f848c3 Fixes for the SQLITE_CHECK_PAGES debugging feature. by dan ยท 15 years ago
- b8077be Update the version number in preparation for the 3.7.2 release. by drh ยท 15 years ago
- f48c355 Fix for ticket [5e10420e8d]. by dan ยท 15 years ago
- 7d105f8 Update the "showdb" debug utility to handle 64K page database and with by drh ยท 15 years ago
- 4396fb8 Version 3.7.1 release candidate by drh ยท 15 years ago
- f5d3df4 Add some tests to e_expr.test and pagerfault.test. No code changes. by dan ยท 15 years ago
- 5f77b2e Fix the ptrmapPageno() routine so that it works correctly for an input of 1. by drh ยท 15 years ago
- 871919b Do not allow a backup to change the page size if a codec is in use. by drh ยท 15 years ago
- 4f05e38 Fix typo in backcompat.test. by dan ยท 15 years ago
- a3e63c4 Merge leaf created by accident. by dan ยท 15 years ago
- 3d57905 Avoid assuming that the user has "." in their path when running multi-process tests. by dan ยท 15 years ago
- a6c4196 Do not attempt run backwards compatibility tests if no historical by drh ยท 15 years ago
- 96dd6a1 Disable the MEMSYS2 auxiliary routines if MEMSYS2 is changed to an alternative by drh ยท 15 years ago
- c8f503a Fix the sqlite3_release_memory() interface so that it does not attempt by drh ยท 15 years ago
- 5ad723f Adjust filename globbing in backcompat.test for Windows. by shaneh ยท 15 years ago
- 9ab7fe8 Fix backcompat.test so that it works with windows mandatory locking. by dan ยท 15 years ago
- fc5026d Add tests for WAL mode to test/backcompat.test. by dan ยท 15 years ago
- a1f8da1 Merge two leaves. by dan ยท 15 years ago
- a35dafc Modify the code for reading hot-journal files so that it can handle journals generated by versions 3.5.7 and earlier. by dan ยท 15 years ago
- 8128bb2 Fix typo in TCL stubs support for configure in Makefile.in by shaneh ยท 15 years ago
- 6b47fca Remove a NEVER from balance_quick() that can occur in WAL mode on by drh ยท 15 years ago
- 8311c47 Add new test script backcompat.test, for testing database/journal/wal file compatibility against previous versions. by dan ยท 15 years ago
- e22e03e Fix two asserts in the btree logic so that they work correctly even for by drh ยท 15 years ago
- 1b8f78c Updated tests for CLI. Added some basic tests for the .import command. by shaneh ยท 15 years ago
- 5a9e07e Disable the SQLITE_MAX_PAGE_SIZE compile time option (it is now always set to 65536). Fix some other problems in test files. by dan ยท 15 years ago
- 35cf908 Fix issue with wal.test on Windows. by shaneh ยท 15 years ago
- 1df2db7 Fix some compiler warnings in the MSVC build. by shaneh ยท 15 years ago
- 89bd82a Remove a NEVER() that is actually reachable. by drh ยท 15 years ago
- 43b18e1 Suppress harmless compiler warning. by drh ยท 15 years ago
- c8d735a Return an error when parsing "?NNN" if NNN is so large it cannot be stored as a 32-bit int. by dan ยท 15 years ago
- 0028486 It is no longer possible to reach pagerStress() while in the error state, by drh ยท 15 years ago
- a81a220 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). by dan ยท 15 years ago
- 719e3a7 Changes to pager for improved testability. by drh ยท 15 years ago
- 73625ec Add tests for the BETWEEN operator to e_expr.test. by dan ยท 15 years ago
- eb8763d Invoke sqlite3_log() whenever one or more frames are recovered from a WAL file. by dan ยท 15 years ago
- fc6a621 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. by dan ยท 15 years ago
- 919fc66 Remove an superfluous branch from pager.c. by drh ยท 15 years ago
- 4bcc498 Add tests for different page sizes to wal.test. Including 64K pages. by dan ยท 15 years ago
- 994e940 Add test cases designed to exercise all syntax diagram paths in lang_expr.html by dan ยท 15 years ago
- 6cef0cf Fix a typo in a comment in wal.c. No code changes. by drh ยท 15 years ago
- 7e9e70b Add ALWAYS() macros in wal.c to cover branches that are no longer reachable by drh ยท 15 years ago
- 9b78f79 Adjustments for better 64K page size handling. by drh ยท 15 years ago
- 1afca9b Add test case to e_expr.test. by dan ยท 15 years ago
- 8fb8b53 Change sqlite3PagerPagecount() to return void, since the return value was by drh ยท 15 years ago
- 5d433ce Minor simplifications to btree.c in support of full-coverage testing. by drh ยท 15 years ago
- e5918c6 Tweaks to comments in pager.c. Fix two compiler warnings. by drh ยท 15 years ago
- c7d6156 Add test cases to e_expr.test. by dan ยท 15 years ago
- 98530ca Test that it is possible to drop a trigger while there are active statements belonging to the same connection. by dan ยท 15 years ago
- c29486a Add tests to test file e_expr.test. by dan ยท 15 years ago
- 49ad330 Do not apply the flattening optimization if the sub-query is DISTINCT. Fix for [e4b8a2ba6e]. by dan ยท 15 years ago
- 1879b08 If an error occurs in PagerSetPagesize(), set the output variable to the unmodified page-size before returning. by dan ยท 15 years ago
- 5653e4d Add coverage tests for pager.c. by dan ยท 15 years ago
- b2eced5 Increase the maximum page size from 32k to 64k. by drh ยท 15 years ago
- 22b328b Improve coverage of pager.c. by dan ยท 15 years ago
- 036391f Update an r-tree extension test case to account for recent changes to the query planner. Also fix a comment in rtree.c. by dan ยท 15 years ago
- 78f9b73 Use sqlite3DbFree() instead of sqlite3_free() to free any error message reported by the parser layer while attempting to parse a CREATE TABLE statement passed to sqlite3_declare_vtab(). by dan ยท 15 years ago
- d47f0d7 Fixes to tcl test files so that they work in auto-vacuum mode. by dan ยท 15 years ago
- d56b121 Fix memory allocation in proxy locking so that it works with SQLITE_MEMDEBUG. by drh ยท 15 years ago
- 216eaab Merge experimental changes into trunk. by dan ยท 15 years ago
- 7e68423 Fix a bug in pager.c causing it to omit the xSync() call required following a hot-journal rollback. by dan ยท 15 years ago
- c864912 Add variable pager.dbHintSize, used to limit the number of calls made to the xFileControl(FCNTL_SIZE_HINT) method. by dan ยท 15 years ago
- 84612fe Changes to debugging code in mutex_unix.c and mutex_w32.c to make an assert() statement threadsafe. by dan ยท 15 years ago
- de5fd22 Modify some comments in pager.c. by dan ยท 15 years ago
- 5a26383 Merge latest trunk changes with experimental branch. by dan ยท 15 years ago
- 5198bea Fix a memory leak in test_journal.c causing tests to fail. by dan ยท 15 years ago
- 9b8d027 Fix typos in comments. No functional changes to the code. by drh ยท 15 years ago
- ec561a3 Change to tcl test infrastructure so that --malloctrace=1 works when sizeof(int)!=sizeof(void*). by dan ยท 15 years ago
- f053d5b Fix two comment typos that were reported on the mailing list. by drh ยท 15 years ago
- 007820d Fix a problem causing the return code of an xSync call to be ignored in wal.c. by dan ยท 15 years ago
- 7a76197 In WAL mode, ignore any error returned by an xFileControl(FCNTL_SIZE_HINT) call. This matches the behaviour in rollback mode. by dan ยท 15 years ago
- 73d66fd Fix minor problems and update comments in pager.c. by dan ยท 15 years ago
- e5953cc Fix a problem wherein changing the journal-mode immediately after leaving exclusive-locking mode could lead to the database being unlocked without clearing the changeCountDone flag. by dan ยท 15 years ago
- 16f7720 Add test case 'cgt_pager_1', intended for use with callgrind to detect performance regression in the pager module, to threadtest3.c. by dan ยท 15 years ago
- c78db07 Remove all vestiges of ctype.h from FTS3. by drh ยท 15 years ago
- 85d14ed Further enhancements to comments in pager.c. by dan ยท 15 years ago
- 4f7b8d6 Fix some problems with running test scripts with the inmemory_journal permutation. by dan ยท 15 years ago
- 5db5640 Merge trunk changes into experimental branch. by dan ยท 15 years ago
- cb79e51 Do not run some tests in notify3.test with the inmemory_journal permutation. They do not pass as the tests assume that the database schema is not loaded until the first invocation of [db eval]. This is not true with the inmemory_journal permutation. by dan ยท 15 years ago
- de1ae34 Further updates to comments in pager.c. by dan ยท 15 years ago
- dc11061 Modify test_journal.c to work with pre-allocated databases. by dan ยท 15 years ago
- 11f47a9 Fix a bug to do with deleting the journal file when exiting exclusive-locking mode. by dan ยท 15 years ago
- 3bb9b93 Change two automatic array variables into static constant arrays. by drh ยท 15 years ago
- 54919f8 Add comments describing UNKNOWN_LOCK to pager.c. Improve some other comments i the same file. by dan ยท 15 years ago
- 4557b92 Merge trunk changes with experimental branch. by dan ยท 15 years ago
- 5761dbe Catch an error code that was not being propagated back to the caller. by dan ยท 15 years ago
- 4e004aa Fixes for error handling with temp databases. And for errors that occur within OS locking primitives. by dan ยท 15 years ago
- f6171e9 Make the size of a Bitvec object 512 bytes on all platforms, instead of by drh ยท 15 years ago
- b9b49bf Do not read the database file size on a SAVEPOINT rollback any more since by drh ยท 15 years ago
- aa0ba43 Fix the query planner so that when it has a choice of full-scan tables to by drh ยท 15 years ago
- 5e377d9 If the outer loop of a join must be a full table scan, make sure that an by drh ยท 15 years ago
- 431b0b4 Fix some problems with error recovery introduced while reworking pager state. by dan ยท 15 years ago
- 59257dc When opening a write-transaction on a database file that has been appended to or truncated by a pre-3.7.0 client, update the database-size field in the database header. Fix for [51ae9cad31]. by dan ยท 15 years ago
- d5e0101 Merge trunk changes into experimental branch. by dan ยท 15 years ago
- a42c66b Set the Pager.eState variable to PAGER_ERROR whenever the pager enters the error state. by dan ยท 15 years ago
- a3e414c Fix disabled implementation-mark comments in func.c. by drh ยท 15 years ago
- b22aa4a Add comments to clarify the purpose of the pager "error state". by dan ยท 15 years ago
- 6dc8490 Fix the REPLACE conflict resolution so that it falls back to ABORT when by drh ยท 15 years ago
- 937ac9d Add state diagram to comments in experimental version of pager.c. by dan ยท 15 years ago