Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
sqlite
/
sqlite
/
HEAD
/
src
/
test_btree.c
064b681
First attempt at getting the build to work with Tcl 9.0.
by drh
· 12 months ago
7617e4a
Make sure the SQLITE_TCLAPI macro is always defined.
by mistachkin
· 9 years ago
52b1dbb
Allow the 'testfixture.exe' target to be compiled with the __stdcall calling convention.
by mistachkin
· 9 years ago
036dbec
Combine the various boolean fields of the BtCursor object into a single
by drh
· 11 years ago
d4e0bb0
Have user interfaces report out the filename of in-memory databases as an
by drh
· 13 years ago
shared-cache-memdb
c81c11f
Remove the obsolete "$Id:$" RCS identifier strings from the source code.
by drh
· 16 years ago
20a35fd
removed unused functions from test3.c (test code only); (CVS 6867)
by shane
· 16 years ago
71d5d2c
Instead of storing a pointer to the parent page in the MemPage structure, have each B-Tree cursor keep track of the ancestry of the current page. (CVS 5747)
by danielk1977
· 17 years ago
78f82d1
Continuing work on adding full support for the SQLITE_OMIT_WSD
by drh
· 17 years ago
85e9e22
Increased test coverage. (CVS 5414)
by drh
· 17 years ago
a346058
Detect and handles the case where a row is modified or deleted while it
by drh
· 17 years ago
93a960a
Remove unused code. Test coverage enhancements. Modify the algorithm used
by drh
· 17 years ago
e53831d
Begin adding mutexes. Compiles without SQLITE_OMIT_SHARED_CACHE but we
by drh
· 18 years ago
7a7364c
Fix a bug in the test logic introduced by check-in (3928). (CVS 3942)
by drh
· 18 years ago
16a9b83
Factor out btree test logic into a separate test_btree.c file. (CVS 3928)
by drh
· 18 years ago