index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test_btree.c
Commit message (
Expand
)
Author
Age
*
Make sure the SQLITE_TCLAPI macro is always defined.
mistachkin
2016-07-28
*
Allow the 'testfixture.exe' target to be compiled with the __stdcall calling ...
mistachkin
2016-07-28
*
Combine the various boolean fields of the BtCursor object into a single
drh
2014-03-11
*
Have user interfaces report out the filename of in-memory databases as an
drh
2012-05-27
*
Remove the obsolete "$Id:$" RCS identifier strings from the source code.
drh
2009-11-10
*
removed unused functions from test3.c (test code only); (CVS 6867)
shane
2009-07-09
*
Instead of storing a pointer to the parent page in the MemPage structure, hav...
danielk1977
2008-09-29
*
Continuing work on adding full support for the SQLITE_OMIT_WSD
drh
2008-09-02
*
Increased test coverage. (CVS 5414)
drh
2008-07-15
*
Detect and handles the case where a row is modified or deleted while it
drh
2008-07-11
*
Remove unused code. Test coverage enhancements. Modify the algorithm used
drh
2008-07-10
*
Begin adding mutexes. Compiles without SQLITE_OMIT_SHARED_CACHE but we
drh
2007-08-17
*
Fix a bug in the test logic introduced by check-in (3928). (CVS 3942)
drh
2007-05-08
*
Factor out btree test logic into a separate test_btree.c file. (CVS 3928)
drh
2007-05-05