Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
sqlite
/
sqlite
/
HEAD
/
src
/
vdbevtab.c
8d5fe07
Avoid 32-bit overflow when calculating ncycle for ".scanstats vm".
by dan
· 1 year, 3 months ago
1935887
Ensure that all fields of static sqlite3_module objects are explicitly
by drh
· 1 year, 10 months ago
e6d7ae2
Fix an error in the previous commit on this branch.
by dan
· 2 years, 1 month ago
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
3547e49
Fix lots of harmless, nuisance compiler warnings, mostly unused parameter
by drh
· 2 years, 7 months ago
013e7bb
Fix compiler warnings in MSVC.
by drh
· 5 years ago
d48eafb
Fix another build problem for SQLITE_OMIT_VIRTUALTABLE builds.
by dan
· 5 years ago
34d1566
Fix SQLITE_OMIT_VIRTUALTABLE testfixture builds.
by dan
· 5 years ago
7e088a6
Corner-case changes to the bytecode virtual table for testability and
by drh
· 5 years ago
bytecode-function
8f78a52
Add the tables_used() table-valued function as a variation on bytecode().
by drh
· 5 years ago
7797207
Optimize the "subprog IS NULL" constraint.
by drh
· 5 years ago
cf08f08
Fix a memory leak.
by drh
· 5 years ago
0518d06
Provide content for the bytecode.subprog column.
by drh
· 5 years ago
eeb55d8
Fix the build so that it works even without SQLITE_ENABLE_EXPLAIN_COMMENTS.
by drh
· 5 years ago
8c5163a
The bytecode() function now runs and sometimes works, but it untested and
by drh
· 5 years ago
691b5c5
Infrastructure for the bytecode() table-valued function. The function itself
by drh
· 5 years ago