Thanks to visit codestin.com
Credit goes to chromium.googlesource.com

  1. 064b681 First attempt at getting the build to work with Tcl 9.0. by drh · 12 months ago
  2. 7617e4a Make sure the SQLITE_TCLAPI macro is always defined. by mistachkin · 9 years ago
  3. 52b1dbb Allow the 'testfixture.exe' target to be compiled with the __stdcall calling convention. by mistachkin · 9 years ago
  4. 036dbec Combine the various boolean fields of the BtCursor object into a single by drh · 11 years ago
  5. d4e0bb0 Have user interfaces report out the filename of in-memory databases as an by drh · 13 years ago shared-cache-memdb
  6. c81c11f Remove the obsolete "$Id:$" RCS identifier strings from the source code. by drh · 16 years ago
  7. 20a35fd removed unused functions from test3.c (test code only); (CVS 6867) by shane · 16 years ago
  8. 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
  9. 78f82d1 Continuing work on adding full support for the SQLITE_OMIT_WSD by drh · 17 years ago
  10. 85e9e22 Increased test coverage. (CVS 5414) by drh · 17 years ago
  11. a346058 Detect and handles the case where a row is modified or deleted while it by drh · 17 years ago
  12. 93a960a Remove unused code. Test coverage enhancements. Modify the algorithm used by drh · 17 years ago
  13. e53831d Begin adding mutexes. Compiles without SQLITE_OMIT_SHARED_CACHE but we by drh · 18 years ago
  14. 7a7364c Fix a bug in the test logic introduced by check-in (3928). (CVS 3942) by drh · 18 years ago
  15. 16a9b83 Factor out btree test logic into a separate test_btree.c file. (CVS 3928) by drh · 18 years ago