index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
vdbetrace.c
Commit message (
Expand
)
Author
Age
*
Remove an unnecessary static buffer from sqlite3VdbeExpandSql().
drh
2021-10-02
*
Fix a problem with sqlite3_expanded_sql() that could occur with statements th...
dan
2020-12-17
*
Make MEM_IntReal a completely independent type, meaning a floating point
drh
2019-05-02
*
Make the internal dynamic string interface available to extensions using
drh
2018-05-09
*
Fix a few over-length source code lines. No functional changes.
drh
2017-08-25
*
Improvements to sqlite3_trace_v2() documentation. Fix the
drh
2016-07-23
*
Add requirements marks to the sqlite3_trace_v2() interface documentation.
drh
2016-07-23
*
Fix sqlite3VdbeExpandSql() so that it handles OOMs by always returning NULL.
drh
2016-07-23
*
Add the sqlite3_expanded_sql() interface. Refinements to the
drh
2016-07-14
*
Simplification and size reduction to the printf logic. Remove the bFlags
drh
2016-01-30
*
Cleanup of the sqlite3StrAccumInit() function. No functionality changes.
drh
2015-05-02
*
The sqlite3_trace() callback does not try to expand parameters in statements
drh
2015-04-18
*
Fix an incorrect assert() in the sqlite3_trace() logic.
drh
2015-04-18
*
Remove the SQLITE_ENABLE_TREE_EXPLAIN compile-time option. Add alternative
drh
2014-09-30
*
Merge the Mem.r value into the MemValue union as Mem.u.r. Hence, a Mem can
drh
2014-09-18
*
Fix typos in comments. No code changes.
peter.d.reid
2014-09-06
*
Add the printf() SQL function.
drh
2013-12-17
*
Remove an unreachable conditional inserted by the previous check-in.
drh
2013-12-11
*
Fix harmless compiler warnings.
drh
2013-12-11
*
Refactor names of fields in the sqlite3 object: "activeVdbeCnt" becomes
drh
2013-06-27
*
Fix a bug in SQLITE_TRACE_SIZE_LIMIT that was introduced by
drh
2013-05-17
*
Fix harmless compiler warnings.
drh
2013-04-22
*
If the SQLITE_TRACE_SIZE_LIMIT compile-time parameter is set to a positive
drh
2013-04-02
*
Replace a few sqlite3_malloc()+memset() sequences with calls to sqlite3Malloc...
dan
2012-07-30
*
Allow the sqlite3ExplainBegin function to be compiled by MSVC.
mistachkin
2012-05-21
*
Import the experimental parse-tree explainer, with fixes, from the
drh
2011-12-10
|
\
|
*
Begin adding the data-structure explaining subsystem. All is contained within
drh
2011-12-06
|
/
*
Fix a couple of MSVC compiler warnings;
shaneh
2011-04-07
*
Modify the trace callback mechanism so that SQL commands executed from within...
dan
2011-01-22
*
Initialize a variable (unnecessarily) to avoid a compiler warning.
drh
2009-11-28
*
Simplifications to the sqlite3_trace() bound parameter substitution logic.
drh
2009-11-26
*
Support zeroblob in trace output.
drh
2009-11-25
*
Get trace with parameter insertion working for UTF16 databases.
drh
2009-11-25
*
Initial check-in of code that inserts tokenizations of the values
drh
2009-11-25