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. 1935887 Ensure that all fields of static sqlite3_module objects are explicitly by drh · 1 year, 10 months ago
  3. 1e32bed Further refactoring of the schema table name. by drh · 5 years ago
  4. 7617e4a Make sure the SQLITE_TCLAPI macro is always defined. by mistachkin · 9 years ago
  5. 52b1dbb Allow the 'testfixture.exe' target to be compiled with the __stdcall calling convention. by mistachkin · 9 years ago
  6. 60ec914 Fix typos in comments. No code changes. by peter.d.reid · 11 years ago
  7. 049d487 Modify several extensions to use the new exported function naming. Fix some shared library compilation issues. by mistachkin · 12 years ago extRefactor
  8. c81c11f Remove the obsolete "$Id:$" RCS identifier strings from the source code. by drh · 16 years ago
  9. 24b58dd Additional test cases added on the sqlite3_create_function() interface. (CVS 5349) by drh · 17 years ago
  10. 26e4a8b Fix more compiler warnings. (CVS 5074) by drh · 17 years ago
  11. 1743575 Half-way through a major refactoring of the memory allocation. by drh · 18 years ago
  12. c033b64 Implement xRename() for fts2 so that it is possible to rename fts2 tables. (CVS 4143) by danielk1977 · 18 years ago
  13. e410296 Add a rudimentary tokenizer and parser to FTS1 for parsing the module by drh · 19 years ago
  14. 4ca8aac Add pzErr parameters to the xConnect and xCreate methods of virtual tables by drh · 19 years ago
  15. b7f6f68 Allow virtual table implementations to overload function that use by drh · 19 years ago
  16. 1914619 Remove the sqlite3_module.zName field which was used only for debugging. (CVS 3297) by drh · 19 years ago
  17. 5017dc3 Add tests to improve coverage of vtab.c. (CVS 3291) by danielk1977 · 19 years ago
  18. a298e90 Test the handling of errors in virtual table methods. (CVS 3284) by danielk1977 · 19 years ago
  19. 4b2688a Modifications so that compilation and testing with the various OMIT macros defined works. (CVS 3276) by danielk1977 · 19 years ago
  20. 428397c The default entry point for loadable extensions is now by drh · 19 years ago
  21. 1f6eec5 Arrange for sqlite3_last_insert_rowid() to work with virtual tables. (CVS 3259) by danielk1977 · 19 years ago
  22. dbf5a84 Fix type in test_schema.c. (CVS 3258) by danielk1977 · 19 years ago
  23. 954ce99 Add test_schema.c, containing a module for viewing the database schema via a virtual table. (CVS 3257) by danielk1977 · 19 years ago