Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
sqlite
/
sqlite
/
HEAD
/
src
/
vdbetrace.c
9673cd0
Remove an unnecessary static buffer from sqlite3VdbeExpandSql().
by drh
· 3 years, 10 months ago
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
169f077
Make MEM_IntReal a completely independent type, meaning a floating point
by drh
· 6 years ago
0cdbe1a
Make the internal dynamic string interface available to extensions using
by drh
· 7 years ago
f49759b
Fix a few over-length source code lines. No functional changes.
by drh
· 8 years ago
8afffe7
Improvements to sqlite3_trace_v2() documentation. Fix the
by drh
· 9 years ago
sqlite3_trace_v2
557341e
Add requirements marks to the sqlite3_trace_v2() interface documentation.
by drh
· 9 years ago
cf1e395
Fix sqlite3VdbeExpandSql() so that it handles OOMs by always returning NULL.
by drh
· 9 years ago
fca760c
Add the sqlite3_expanded_sql() interface. Refinements to the
by drh
· 9 years ago
5f4a686
Simplification and size reduction to the printf logic. Remove the bFlags
by drh
· 9 years ago
c049057
Cleanup of the sqlite3StrAccumInit() function. No functionality changes.
by drh
· 10 years ago
816070c
The sqlite3_trace() callback does not try to expand parameters in statements
by drh
· 10 years ago
c982844
Fix an incorrect assert() in the sqlite3_trace() logic.
by drh
· 10 years ago
4fa4a54
Remove the SQLITE_ENABLE_TREE_EXPLAIN compile-time option. Add alternative
by drh
· 11 years ago
74eaba4
Merge the Mem.r value into the MemValue union as Mem.u.r. Hence, a Mem can
by drh
· 11 years ago
60ec914
Fix typos in comments. No code changes.
by peter.d.reid
· 11 years ago
a5c1416
Add the printf() SQL function.
by drh
· 12 years ago
39325ba
Remove an unreachable conditional inserted by the previous check-in.
by drh
· 12 years ago
a9ab481
Fix harmless compiler warnings.
by drh
· 12 years ago
4f7d3a5
Refactor names of fields in the sqlite3 object: "activeVdbeCnt" becomes
by drh
· 12 years ago
e8601c6
Fix a bug in SQLITE_TRACE_SIZE_LIMIT that was introduced by
by drh
· 12 years ago
da8caa0
Fix harmless compiler warnings.
by drh
· 12 years ago
936c6d7
If the SQLITE_TRACE_SIZE_LIMIT compile-time parameter is set to a positive
by drh
· 12 years ago
6809c96
Replace a few sqlite3_malloc()+memset() sequences with calls to sqlite3MallocZero().
by dan
· 13 years ago
84ee0af
Allow the sqlite3ExplainBegin function to be compiled by MSVC.
by mistachkin
· 13 years ago
678a9aa
Import the experimental parse-tree explainer, with fixes, from the
by drh
· 14 years ago
7e02e5e
Begin adding the data-structure explaining subsystem. All is contained within
by drh
· 14 years ago
cef8368
Fix a couple of MSVC compiler warnings;
by shaneh
· 14 years ago
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
1e63499
Initialize a variable (unnecessarily) to avoid a compiler warning.
by drh
· 16 years ago
5f18a22
Simplifications to the sqlite3_trace() bound parameter substitution logic.
by drh
· 16 years ago
d65311b
Support zeroblob in trace output.
by drh
· 16 years ago
c1bd1b3
Get trace with parameter insertion working for UTF16 databases.
by drh
· 16 years ago
c7bc4fd
Initial check-in of code that inserts tokenizations of the values
by drh
· 16 years ago