aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Version 3.7.2 release candidate 1version-3.7.2drh2010-08-23
| | | FossilOrigin-Name: 42537b60566f288167f1b5864a5435986838e3a3
* Fixes for the SQLITE_CHECK_PAGES debugging feature.dan2010-08-23
| | | FossilOrigin-Name: 21a1e5961bba148fda50cc0b7d472ca74f90808a
* Update the version number in preparation for the 3.7.2 release.drh2010-08-23
| | | FossilOrigin-Name: 77889510fa67268043c604826047af81c8bd1ca7
* Fix for ticket [5e10420e8d].dan2010-08-23
| | | FossilOrigin-Name: 255f1eefa373153942c67b18b22177933657911d
* Update the "showdb" debug utility to handle 64K page database and withdrh2010-08-23
| | | | | extra options to decode the freelist structure. FossilOrigin-Name: 1070918e3b68c0ba5bfab11a97214b87c601f93c
* Version 3.7.1 release candidatedrh2010-08-21
| | | FossilOrigin-Name: 3613b0695a5e990905ab146fadcab34dd04d5874
* Add some tests to e_expr.test and pagerfault.test. No code changes.dan2010-08-21
| | | FossilOrigin-Name: 44de3cab9c89eb28485c0dc36d791b1c61d56b34
* Fix the ptrmapPageno() routine so that it works correctly for an input of 1.drh2010-08-21
| | | FossilOrigin-Name: 699a9bf28377f43f58c509878cce60cb906dbf48
* Do not allow a backup to change the page size if a codec is in use.drh2010-08-20
| | | FossilOrigin-Name: 5523ecd32295c188e3bf5dbd57d92d2879461e32
* Fix typo in backcompat.test.dan2010-08-20
| | | FossilOrigin-Name: 6a0cbb272c3f0c1dfdeed381ba92f2f2f16ae824
* Merge leaf created by accident.dan2010-08-20
|\ | | | | FossilOrigin-Name: 1f680cb37584baa106cee0544d5be63049d55858
| * Do not attempt run backwards compatibility tests if no historical drh2010-08-20
| | | | | | | | | | "testfixture" binaries are available. FossilOrigin-Name: 40e11aabc7668e1c9db43d9183edb445996254bd
| * Disable the MEMSYS2 auxiliary routines if MEMSYS2 is changed to an alternativedrh2010-08-20
| | | | | | | | | | memory allocator using SQLITE_CONFIG_MALLOC. FossilOrigin-Name: 541dd3b870f123a5fddf0b710474693566a1d659
| * Fix the sqlite3_release_memory() interface so that it does not attemptdrh2010-08-20
| | | | | | | | | | to free SQLITE_CONFIG_PAGECACHE memory. FossilOrigin-Name: 0426cd62d5ef2bd09570835c78f8fc3bcb7cdd49
| * Adjust filename globbing in backcompat.test for Windows.shaneh2010-08-19
| | | | | | FossilOrigin-Name: b0f4796306a2cb11d6897d5c33f5da05c7473e07
* | Avoid assuming that the user has "." in their path when running ↵dan2010-08-20
|/ | | | | multi-process tests. FossilOrigin-Name: daa5d461b98fc068cbba52d338ca8690edd27bc9
* Fix backcompat.test so that it works with windows mandatory locking.dan2010-08-19
| | | FossilOrigin-Name: 8d05f66db7d6e8b8916fcf22fa92159d863d2610
* Add tests for WAL mode to test/backcompat.test.dan2010-08-19
| | | FossilOrigin-Name: 7999910e85b1f24c5860425ba47e7ab10c22e887
* Merge two leaves.dan2010-08-19
|\ | | | | FossilOrigin-Name: b03091fc3592896fcf1ec563ae9682a8e0a05baa
| * Fix typo in TCL stubs support for configure in Makefile.inshaneh2010-08-19
| | | | | | FossilOrigin-Name: 4c7ad73d22b7e8c90955730c2dbb79ed53cd750b
| * Remove a NEVER from balance_quick() that can occur in WAL mode ondrh2010-08-19
| | | | | | | | | | a corrupt database file. FossilOrigin-Name: b273891ab05a18b68a76c870ea3be9f1a56c40a9
* | Modify the code for reading hot-journal files so that it can handle journals ↵dan2010-08-19
| | | | | | | | | | generated by versions 3.5.7 and earlier. FossilOrigin-Name: b9170f2903c480bca2bdc986e98aaeadfdb9ad2b
* | Add new test script backcompat.test, for testing database/journal/wal file ↵dan2010-08-19
|/ | | | | compatibility against previous versions. FossilOrigin-Name: 8804f4989d157707911488781109ce0641c0ad0b
* Fix two asserts in the btree logic so that they work correctly even fordrh2010-08-18
| | | | | maximum-size index entries for 32K and 64K pages. FossilOrigin-Name: e127192d106bd7e036caacf01bf7725eeaa85dbe
* Updated tests for CLI. Added some basic tests for the .import command.shaneh2010-08-18
| | | FossilOrigin-Name: d46567e5d75a2b9fe96d2a7a30708b2827a0d490
* Disable the SQLITE_MAX_PAGE_SIZE compile time option (it is now always set ↵dan2010-08-18
| | | | | to 65536). Fix some other problems in test files. FossilOrigin-Name: 56cc883d3af5574c9dafecef8aa96d1d05c01b83
* Fix issue with wal.test on Windows.shaneh2010-08-18
| | | FossilOrigin-Name: 3497f54ac2f85746c50fe6f94380a22033f2464b
* Fix some compiler warnings in the MSVC build.shaneh2010-08-18
| | | FossilOrigin-Name: 1f5662b7db5d623c8d99c45a8d97a0aa4427593f
* Remove a NEVER() that is actually reachable.drh2010-08-17
| | | FossilOrigin-Name: acb171d4cfef2fec8833f761019f5c81f0d138a0
* Suppress harmless compiler warning.drh2010-08-17
| | | FossilOrigin-Name: 3f8c068a41b01f59d7f5d56f3bced78587f4d26c
* Return an error when parsing "?NNN" if NNN is so large it cannot be stored ↵dan2010-08-17
| | | | | as a 32-bit int. FossilOrigin-Name: fc9014be0f00d046e7ba830a644f9ce93eca5db8
* It is no longer possible to reach pagerStress() while in the error state,drh2010-08-17
| | | | | so put a NEVER() around the error state test of that routine. FossilOrigin-Name: d7ed463496c4474cc435d032874a4e55d780e74a
* If an SQLITE_FULL error occurs during rollback or journal finalization, ↵dan2010-08-17
| | | | | 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). FossilOrigin-Name: 8ac185236e766becdac7248c1ba3dfa42a9464b1
* Changes to pager for improved testability.drh2010-08-17
| | | FossilOrigin-Name: 61c64b3aeb027fcc9c25591d6b9048ac7850ad3d
* Add tests for the BETWEEN operator to e_expr.test.dan2010-08-17
| | | FossilOrigin-Name: ced6a3480fe4a8e2b93160a8419bdc3ab30935e8
* Invoke sqlite3_log() whenever one or more frames are recovered from a WAL file.dan2010-08-17
| | | FossilOrigin-Name: e05089aaefe02ec59a1923812349471a78075d29
* Fix some non-ANSI C code in test_demovfs.c. Also change the same file so ↵dan2010-08-17
| | | | | that attempting to delete a file that does not exist does not return an error. FossilOrigin-Name: 07570ce38051a05d6e8a71e39766850f6719ac07
* Remove an superfluous branch from pager.c.drh2010-08-16
| | | FossilOrigin-Name: 4271a95c8236bda4a4f8c02bf3a3560de1d00402
* Add tests for different page sizes to wal.test. Including 64K pages.dan2010-08-16
| | | FossilOrigin-Name: d95bcc052910cfd4848afe0d32f717506ad5a789
* Add test cases designed to exercise all syntax diagram paths in lang_expr.htmldan2010-08-16
| | | FossilOrigin-Name: d4a26bb629bc739a4bca16b5a876199aa9ecda43
* Fix a typo in a comment in wal.c. No code changes.drh2010-08-16
| | | FossilOrigin-Name: d854a3d41c68f785c909c159cd9ca2154c64001a
* Add ALWAYS() macros in wal.c to cover branches that are no longer reachabledrh2010-08-16
| | | | | following the pager refactoring. FossilOrigin-Name: 24f24c927c77bb3bb4d26a23dd5d94f964db8033
* Adjustments for better 64K page size handling.drh2010-08-14
| | | FossilOrigin-Name: faf1974e2de321bfefb68b81d702ae69771933ef
* Add test case to e_expr.test.dan2010-08-14
| | | FossilOrigin-Name: db9539f2ceabd3c5a3eb5d4701f80f4e7da9344d
* Change sqlite3PagerPagecount() to return void, since the return value wasdrh2010-08-14
| | | | | always SQLITE_OK and was never used. FossilOrigin-Name: 7dd78eb7974ec7c40af3fcf2b125ca5bc0766b5c
* Minor simplifications to btree.c in support of full-coverage testing.drh2010-08-14
| | | FossilOrigin-Name: 364df6c7735447cc2187923918a35bf62d82decc
* Tweaks to comments in pager.c. Fix two compiler warnings.drh2010-08-14
| | | FossilOrigin-Name: 68a49f7fe382e4d36e1259cdeec956c942906ddb
* Add test cases to e_expr.test.dan2010-08-14
| | | FossilOrigin-Name: d8bbab78fa56b076dfafb36daa7d6ef0b07f9a44
* Test that it is possible to drop a trigger while there are active statements ↵dan2010-08-14
| | | | | belonging to the same connection. FossilOrigin-Name: d4ec61e2547200aa92a26c1f270682ed67edc241
* Add tests to test file e_expr.test.dan2010-08-13
| | | FossilOrigin-Name: 3fd1059e25a8d0cccbb30fc55b03d172bd9eb9b7