aboutsummaryrefslogtreecommitdiff
path: root/src/vdbevtab.c
Commit message (Expand)AuthorAge
* Avoid 32-bit overflow when calculating ncycle for ".scanstats vm".dan2024-04-30
* Ensure that all fields of static sqlite3_module objects are explicitlydrh2023-10-06
* Fix an error in the previous commit on this branch.dan2023-06-30
* Add the "nexec" and "ncycle" columns to the bytecode virtual table. For acces...dan2023-06-30
* Fix lots of harmless, nuisance compiler warnings, mostly unused parameterdrh2022-12-23
* Fix compiler warnings in MSVC.drh2020-07-30
* Fix another build problem for SQLITE_OMIT_VIRTUALTABLE builds.dan2020-05-15
* Fix SQLITE_OMIT_VIRTUALTABLE testfixture builds.dan2020-05-15
* Corner-case changes to the bytecode virtual table for testability anddrh2020-05-02
* Add the tables_used() table-valued function as a variation on bytecode().drh2020-03-26
* Optimize the "subprog IS NULL" constraint.drh2020-03-24
* Fix a memory leak.drh2020-03-24
* Provide content for the bytecode.subprog column.drh2020-03-24
* Fix the build so that it works even without SQLITE_ENABLE_EXPLAIN_COMMENTS.drh2020-03-23
* The bytecode() function now runs and sometimes works, but it untested anddrh2020-03-23
* Infrastructure for the bytecode() table-valued function. The function itselfdrh2020-03-23