aboutsummaryrefslogtreecommitdiff
path: root/src/vdbetrace.c
Commit message (Expand)AuthorAge
* Remove an unnecessary static buffer from sqlite3VdbeExpandSql().drh2021-10-02
* Fix a problem with sqlite3_expanded_sql() that could occur with statements th...dan2020-12-17
* Make MEM_IntReal a completely independent type, meaning a floating pointdrh2019-05-02
* Make the internal dynamic string interface available to extensions usingdrh2018-05-09
* Fix a few over-length source code lines. No functional changes.drh2017-08-25
* Improvements to sqlite3_trace_v2() documentation. Fix thedrh2016-07-23
* Add requirements marks to the sqlite3_trace_v2() interface documentation.drh2016-07-23
* Fix sqlite3VdbeExpandSql() so that it handles OOMs by always returning NULL.drh2016-07-23
* Add the sqlite3_expanded_sql() interface. Refinements to thedrh2016-07-14
* Simplification and size reduction to the printf logic. Remove the bFlagsdrh2016-01-30
* Cleanup of the sqlite3StrAccumInit() function. No functionality changes.drh2015-05-02
* The sqlite3_trace() callback does not try to expand parameters in statementsdrh2015-04-18
* Fix an incorrect assert() in the sqlite3_trace() logic.drh2015-04-18
* Remove the SQLITE_ENABLE_TREE_EXPLAIN compile-time option. Add alternativedrh2014-09-30
* Merge the Mem.r value into the MemValue union as Mem.u.r. Hence, a Mem candrh2014-09-18
* Fix typos in comments. No code changes.peter.d.reid2014-09-06
* Add the printf() SQL function.drh2013-12-17
* Remove an unreachable conditional inserted by the previous check-in.drh2013-12-11
* Fix harmless compiler warnings.drh2013-12-11
* Refactor names of fields in the sqlite3 object: "activeVdbeCnt" becomesdrh2013-06-27
* Fix a bug in SQLITE_TRACE_SIZE_LIMIT that was introduced by drh2013-05-17
* Fix harmless compiler warnings.drh2013-04-22
* If the SQLITE_TRACE_SIZE_LIMIT compile-time parameter is set to a positivedrh2013-04-02
* Replace a few sqlite3_malloc()+memset() sequences with calls to sqlite3Malloc...dan2012-07-30
* Allow the sqlite3ExplainBegin function to be compiled by MSVC.mistachkin2012-05-21
* Import the experimental parse-tree explainer, with fixes, from thedrh2011-12-10
|\
| * Begin adding the data-structure explaining subsystem. All is contained withindrh2011-12-06
|/
* Fix a couple of MSVC compiler warnings;shaneh2011-04-07
* Modify the trace callback mechanism so that SQL commands executed from within...dan2011-01-22
* Initialize a variable (unnecessarily) to avoid a compiler warning.drh2009-11-28
* Simplifications to the sqlite3_trace() bound parameter substitution logic.drh2009-11-26
* Support zeroblob in trace output.drh2009-11-25
* Get trace with parameter insertion working for UTF16 databases.drh2009-11-25
* Initial check-in of code that inserts tokenizations of the valuesdrh2009-11-25