index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
vdbevtab.c
Commit message (
Expand
)
Author
Age
*
Avoid 32-bit overflow when calculating ncycle for ".scanstats vm".
dan
2024-04-30
*
Ensure that all fields of static sqlite3_module objects are explicitly
drh
2023-10-06
*
Fix an error in the previous commit on this branch.
dan
2023-06-30
*
Add the "nexec" and "ncycle" columns to the bytecode virtual table. For acces...
dan
2023-06-30
*
Fix lots of harmless, nuisance compiler warnings, mostly unused parameter
drh
2022-12-23
*
Fix compiler warnings in MSVC.
drh
2020-07-30
*
Fix another build problem for SQLITE_OMIT_VIRTUALTABLE builds.
dan
2020-05-15
*
Fix SQLITE_OMIT_VIRTUALTABLE testfixture builds.
dan
2020-05-15
*
Corner-case changes to the bytecode virtual table for testability and
drh
2020-05-02
*
Add the tables_used() table-valued function as a variation on bytecode().
drh
2020-03-26
*
Optimize the "subprog IS NULL" constraint.
drh
2020-03-24
*
Fix a memory leak.
drh
2020-03-24
*
Provide content for the bytecode.subprog column.
drh
2020-03-24
*
Fix the build so that it works even without SQLITE_ENABLE_EXPLAIN_COMMENTS.
drh
2020-03-23
*
The bytecode() function now runs and sometimes works, but it untested and
drh
2020-03-23
*
Infrastructure for the bytecode() table-valued function. The function itself
drh
2020-03-23