aboutsummaryrefslogtreecommitdiff
path: root/src/test_btree.c
Commit message (Expand)AuthorAge
* Make sure the SQLITE_TCLAPI macro is always defined.mistachkin2016-07-28
* Allow the 'testfixture.exe' target to be compiled with the __stdcall calling ...mistachkin2016-07-28
* Combine the various boolean fields of the BtCursor object into a singledrh2014-03-11
* Have user interfaces report out the filename of in-memory databases as andrh2012-05-27
* Remove the obsolete "$Id:$" RCS identifier strings from the source code.drh2009-11-10
* removed unused functions from test3.c (test code only); (CVS 6867)shane2009-07-09
* Instead of storing a pointer to the parent page in the MemPage structure, hav...danielk19772008-09-29
* Continuing work on adding full support for the SQLITE_OMIT_WSD drh2008-09-02
* Increased test coverage. (CVS 5414)drh2008-07-15
* Detect and handles the case where a row is modified or deleted while itdrh2008-07-11
* Remove unused code. Test coverage enhancements. Modify the algorithm useddrh2008-07-10
* Begin adding mutexes. Compiles without SQLITE_OMIT_SHARED_CACHE but wedrh2007-08-17
* Fix a bug in the test logic introduced by check-in (3928). (CVS 3942)drh2007-05-08
* Factor out btree test logic into a separate test_btree.c file. (CVS 3928)drh2007-05-05