aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add experimental branch disallowing VACUUM when there are one or more active ↵experimentaldan2010-09-24
| | | | | SQL statements. FossilOrigin-Name: c1ebcacd9b31239aee065c64c4b4596d56dc397f
* Modify testable statement ids in a few test files to account for recent ↵dan2010-09-24
| | | | | docsrc changes. FossilOrigin-Name: 7893e525953da6c97eaea23fe94d26e1e635edea
* Add tests to e_delete.test.dan2010-09-23
| | | FossilOrigin-Name: fab3b383bb2c4764a56811f22ff4c783441918e8
* Further tests and changes to make the r-tree module more robust.dan2010-09-22
| | | FossilOrigin-Name: 7ff3574b9c581b5e1f2b6f98028106c638e59bb7
* Add new file rtreeA.test, to test that the r-tree extension doesn't crash if ↵dan2010-09-22
| | | | | it encounters a corrupt or inconsistent database. FossilOrigin-Name: 68a305fd5ac917317fee2ef6670ac389a120e502
* Add new file e_delete.test.dan2010-09-21
| | | FossilOrigin-Name: 14e8659e576258b64d67cb3f1222f173089d5127
* Add tests to e_update.test.dan2010-09-21
| | | FossilOrigin-Name: 528f71e29c5422af778dbae2c1dce3b0ee289750
* Add test file e_update.test.dan2010-09-20
| | | FossilOrigin-Name: 03985ed4a0677b1c37696c0725d26d241665bf4e
* Changes to test scripts to work with SQLITE_TEMP_STORE=2.dan2010-09-20
| | | FossilOrigin-Name: ba8ca9c9e29e022dec0048dd655c35d54d5ef129
* Add further tests to e_insert.test.dan2010-09-20
| | | FossilOrigin-Name: eb3d0d8bb78aa7132f842480bc88621b1573f19c
* Add a test case to verify that bug [313723c356] has been fixed.dan2010-09-20
| | | FossilOrigin-Name: 4ea134a84c264b55cdb6f6f8e740b252278ce792
* Make sure the pager cache is cleared if there is any difficulty startingdrh2010-09-18
| | | | | a new read transaction in WAL mode. Ticket [313723c356483eff2a4c4bdd2c]. FossilOrigin-Name: e14ef0e8b4a27dbd58338214242eb3928404b176
* Add new test file e_insert.test.dan2010-09-18
| | | FossilOrigin-Name: 8023a3091b32d304eaf7be41bb1d0bd33517e5f6
* Fix a couple of stale evidence marks in e_select.test.dan2010-09-18
| | | FossilOrigin-Name: 14227724a81c31c6bb9381b210f8fabf4b1154fd
* Add tests to e_select.test.dan2010-09-18
| | | FossilOrigin-Name: 0ee9e755719c45e6047f9f004030716029b886ca
* Clarifications to the sqlite3_auto_extension() documentation.drh2010-09-17
| | | FossilOrigin-Name: ca96e0df29cad4a9c7395a0acf623d8a19cb4725
* Updates to the documentation for sqlite3_create_collation().drh2010-09-17
| | | FossilOrigin-Name: 3df7715a7736867db34195aa8d98ba2e6f2f0b19
* Add tests for some syntax diagrams in lang_select.html.dan2010-09-17
| | | FossilOrigin-Name: 2254e93bd5f70af5d3b2021983e4b826e601ee8f
* Remove additional occurrences of <ctype.h> from FTS2.drh2010-09-17
| | | FossilOrigin-Name: ee52589c80a6d37dc8c7a86a0e3b531ec4dd8d45
* Add new test file fts3shared.test to test the previous change.dan2010-09-17
| | | FossilOrigin-Name: a207f74408acb043aafd96b8e03807d8ae5d7f01
* Have all FTS3 queries obtain a read or write table-lock at the shared-cache ↵dan2010-09-17
| | | | | level before doing anything else. FossilOrigin-Name: 018e82c775d0fb8c0d90cddf7a87c20c8c8172a9
* Completely remove all trace of ctype.h from FTS2.drh2010-09-17
| | | FossilOrigin-Name: 876845661a944ec1c841d1e2486d070efb76e5cd
* Fix a comment typo in memjournal.cdrh2010-09-16
| | | FossilOrigin-Name: 9b272ed46fc704cb818b71d18ae8ee73a752a881
* Updates to the requirements on the sqlite3_create_function() family ofdrh2010-09-16
| | | | | interfaces. FossilOrigin-Name: f03c608993d1c37b45ba8e0a6a4e941bdcb57ffa
* Add tests for ORDER BY, LIMIT and OFFSET clauses to e_select.test.dan2010-09-16
| | | FossilOrigin-Name: 7c989db55cbe87dfb8659dcf534f72cdc2df3bc5
* Further tweaks related to deleting files from malloc_common.tcl.dan2010-09-16
| | | FossilOrigin-Name: 3e649f80e2a1b2e098f6ca32994ba40157271e69
* Fix a problem with the previous change to malloc_common.tcl.dan2010-09-16
| | | FossilOrigin-Name: e07a33ea0fd50d56f2d00965c754e652c48f32fb
* Change code in malloc_common.tcl (test code) to retry a "file delete -force" ifdan2010-09-16
| | | | | it fails. FossilOrigin-Name: ebfb04f00c839601d92d33b9c2305fc4ce869bbc
* Updates to the sqlite3_progress_handler() documentation.drh2010-09-15
| | | FossilOrigin-Name: 78f659ee9bb60df3503998301b554fe81fa6bdd3
* Add tests for ORDER BY clauses to e_select.test.dan2010-09-15
| | | FossilOrigin-Name: 14f156632729d1a44ef234f39ff9df32db6b308a
* Added the sqlite3_soft_heap_limit64() interface. Deprecate the olderdrh2010-09-15
| | | | | sqlite3_soft_heap_limit() interface. FossilOrigin-Name: 82268a2c3d75431cd40de6ad09d398729de32a29
* Add trivial test case to make sure shared-cache mode does not automatically ↵dan2010-09-15
| | | | | turn on exclusive-locking mode. FossilOrigin-Name: a0ab3902f1431c962a5d034647ef3c6876dc0e75
* Further tests for compound SELECT statements.dan2010-09-14
| | | FossilOrigin-Name: a0f01ebab9bd42fca9ce5d97f8cbf44afd803f4e
* Clarify the documentation to better explain when an automatic re-prepare candrh2010-09-14
| | | | | | be induced by rebinding parameters. Add evidence marks to the automatic re-prepare logic. FossilOrigin-Name: 3e11f5155c5625ddf4300a9ef7e8bc20a190a752
* Fix some test failures found running releasetest.tcl.dan2010-09-14
| | | FossilOrigin-Name: 56a9ce7774a6f163a62684dd8d5357ce16a07de1
* Fix walmode.test so that all tests pass with SQLITE_TEMP_STORE=3.dan2010-09-13
| | | FossilOrigin-Name: 6ba6e59a9d528fb1bdc530d48ab96a2de6e190d6
* Add tests for compound SELECT statements to e_select.test.dan2010-09-13
| | | FossilOrigin-Name: 8b0b009f292e0b52bffb08662aef67d9465e5a0a
* Fix a couple of test files so that they work with DEFAULT_AUTOVACUUM.dan2010-09-13
| | | FossilOrigin-Name: 8cb39306f4bd9104c9d15d5ee98ec1252e798997
* Run the multi-threaded tests in test/threadtest3.c as part of ↵dan2010-09-13
| | | | | releasetest.tcl. Remove the OMIT_BUILTIN_TEST symbol from the "Device-Two" configuration. FossilOrigin-Name: 3f5406e3231fbe84659712c9383b3e04cc6c11a8
* Alter some configurations in releasetest.tcl. Print out the wall-clock time ↵dan2010-09-13
| | | | | taken for each test after it is executed. FossilOrigin-Name: a91c5af3b033e326b868c3e6782650f6fe055b49
* Add tests for "DISTINCT" and "ALL" to e_select.test.dan2010-09-11
| | | FossilOrigin-Name: 43a99d9a88b1c3a6978e79ca21d49de6be2c9def
* Fix a couple of incorrect evidence marks on malloc().drh2010-09-11
| | | FossilOrigin-Name: f9b5c5cb135f3d0bb2b64b4d3f8d77bbd8d2ae98
* Additional evidence marks on the malloc() implementation. Update the drh2010-09-11
| | | | | | documentation to explain that mallocs are not necessarily 8-byte aligned if the SQLITE_4_BYTE_ALIGNED_MALLOC compile-time option is used. FossilOrigin-Name: 42b4bf9e72501cf228b4086437c7660443933f74
* Add assert() statements to demonstrate that memory allocations are alwaysdrh2010-09-11
| | | | | aligned to an 8-byte boundary (unless SQLITE_4_BYTE_ALIGNED_MALLOC is defined). FossilOrigin-Name: 305cc4e6c1164b1ede0c3177e3c0f9b8644df0f6
* When building from the amalgamation with ENABLE_RTREE defined, do not try to ↵dan2010-09-11
| | | | | include sqlite3rtree.h. FossilOrigin-Name: 5b63e981f1bef26eae0da3144a08bdc54dc36709
* A further correction to the sqlite3_create_function() interface documentation.drh2010-09-10
| | | FossilOrigin-Name: c65583dbc7203132010d223cce205f007a50c9ee
* Add tests to e_select.test.dan2010-09-10
| | | FossilOrigin-Name: 3a051a76f7f116f9ba25fe4e41418b9f0c1401be
* Updates to the documentation on the sqlite3_create_function() family ofdrh2010-09-10
| | | | | interfaces. FossilOrigin-Name: 9d277e0b82ff8759369b43ee5f2e5628724a84bd
* Make sure SQLite is running with MEMSTATUS enabled at the beginning ofdrh2010-09-10
| | | | | every test script. FossilOrigin-Name: 699953140511c14cbba499fad086187977476660
* Make sure MEMSTATUS is enabled at the beginning of the memsubsys2.test script.drh2010-09-09
| | | FossilOrigin-Name: c23b97219df43a870c6cb2aac84e54aaa5db4f3a