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

  1. 9673cd0 Remove an unnecessary static buffer from sqlite3VdbeExpandSql(). by drh · 3 years, 10 months ago
  2. 13dd022 Fix a problem with sqlite3_expanded_sql() that could occur with statements that use both numbered (e.g. "?1") and unnumbered (i.e. "?") parameters. by dan · 4 years, 7 months ago
  3. 169f077 Make MEM_IntReal a completely independent type, meaning a floating point by drh · 6 years ago
  4. 0cdbe1a Make the internal dynamic string interface available to extensions using by drh · 7 years ago
  5. f49759b Fix a few over-length source code lines. No functional changes. by drh · 8 years ago
  6. 8afffe7 Improvements to sqlite3_trace_v2() documentation. Fix the by drh · 9 years ago sqlite3_trace_v2
  7. 557341e Add requirements marks to the sqlite3_trace_v2() interface documentation. by drh · 9 years ago
  8. cf1e395 Fix sqlite3VdbeExpandSql() so that it handles OOMs by always returning NULL. by drh · 9 years ago
  9. fca760c Add the sqlite3_expanded_sql() interface. Refinements to the by drh · 9 years ago
  10. 5f4a686 Simplification and size reduction to the printf logic. Remove the bFlags by drh · 9 years ago
  11. c049057 Cleanup of the sqlite3StrAccumInit() function. No functionality changes. by drh · 10 years ago
  12. 816070c The sqlite3_trace() callback does not try to expand parameters in statements by drh · 10 years ago
  13. c982844 Fix an incorrect assert() in the sqlite3_trace() logic. by drh · 10 years ago
  14. 4fa4a54 Remove the SQLITE_ENABLE_TREE_EXPLAIN compile-time option. Add alternative by drh · 11 years ago
  15. 74eaba4 Merge the Mem.r value into the MemValue union as Mem.u.r. Hence, a Mem can by drh · 11 years ago
  16. 60ec914 Fix typos in comments. No code changes. by peter.d.reid · 11 years ago
  17. a5c1416 Add the printf() SQL function. by drh · 12 years ago
  18. 39325ba Remove an unreachable conditional inserted by the previous check-in. by drh · 12 years ago
  19. a9ab481 Fix harmless compiler warnings. by drh · 12 years ago
  20. 4f7d3a5 Refactor names of fields in the sqlite3 object: "activeVdbeCnt" becomes by drh · 12 years ago
  21. e8601c6 Fix a bug in SQLITE_TRACE_SIZE_LIMIT that was introduced by by drh · 12 years ago
  22. da8caa0 Fix harmless compiler warnings. by drh · 12 years ago
  23. 936c6d7 If the SQLITE_TRACE_SIZE_LIMIT compile-time parameter is set to a positive by drh · 12 years ago
  24. 6809c96 Replace a few sqlite3_malloc()+memset() sequences with calls to sqlite3MallocZero(). by dan · 13 years ago
  25. 84ee0af Allow the sqlite3ExplainBegin function to be compiled by MSVC. by mistachkin · 13 years ago
  26. 678a9aa Import the experimental parse-tree explainer, with fixes, from the by drh · 14 years ago
  27. 7e02e5e Begin adding the data-structure explaining subsystem. All is contained within by drh · 14 years ago
  28. cef8368 Fix a couple of MSVC compiler warnings; by shaneh · 14 years ago
  29. 27381bd Modify the trace callback mechanism so that SQL commands executed from within virtual table or user function callbacks are passed to the trace callback without parameter expansion and enclosed in SQL comments. by dan · 14 years ago
  30. 1e63499 Initialize a variable (unnecessarily) to avoid a compiler warning. by drh · 16 years ago
  31. 5f18a22 Simplifications to the sqlite3_trace() bound parameter substitution logic. by drh · 16 years ago
  32. d65311b Support zeroblob in trace output. by drh · 16 years ago
  33. c1bd1b3 Get trace with parameter insertion working for UTF16 databases. by drh · 16 years ago
  34. c7bc4fd Initial check-in of code that inserts tokenizations of the values by drh · 16 years ago