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

  1. 8d5fe07 Avoid 32-bit overflow when calculating ncycle for ".scanstats vm". by dan · 1 year, 3 months ago
  2. 1935887 Ensure that all fields of static sqlite3_module objects are explicitly by drh · 1 year, 10 months ago
  3. e6d7ae2 Fix an error in the previous commit on this branch. by dan · 2 years, 1 month ago
  4. aec0aa8 Add the "nexec" and "ncycle" columns to the bytecode virtual table. For accessing counters collected when SQLITE_DBCONFIG_STMT_SCANSTATUS is enabled. by dan · 2 years, 1 month ago
  5. 3547e49 Fix lots of harmless, nuisance compiler warnings, mostly unused parameter by drh · 2 years, 7 months ago
  6. 013e7bb Fix compiler warnings in MSVC. by drh · 5 years ago
  7. d48eafb Fix another build problem for SQLITE_OMIT_VIRTUALTABLE builds. by dan · 5 years ago
  8. 34d1566 Fix SQLITE_OMIT_VIRTUALTABLE testfixture builds. by dan · 5 years ago
  9. 7e088a6 Corner-case changes to the bytecode virtual table for testability and by drh · 5 years ago bytecode-function
  10. 8f78a52 Add the tables_used() table-valued function as a variation on bytecode(). by drh · 5 years ago
  11. 7797207 Optimize the "subprog IS NULL" constraint. by drh · 5 years ago
  12. cf08f08 Fix a memory leak. by drh · 5 years ago
  13. 0518d06 Provide content for the bytecode.subprog column. by drh · 5 years ago
  14. eeb55d8 Fix the build so that it works even without SQLITE_ENABLE_EXPLAIN_COMMENTS. by drh · 5 years ago
  15. 8c5163a The bytecode() function now runs and sometimes works, but it untested and by drh · 5 years ago
  16. 691b5c5 Infrastructure for the bytecode() table-valued function. The function itself by drh · 5 years ago