aboutsummaryrefslogtreecommitdiff
path: root/src/test_vfstrace.c
Commit message (Expand)AuthorAge
* Move the vfstrace extension out of src/ over into ext/misc/ where it belongs.drh2024-09-09
* Add a C-source spell-checking facility. make misspell (on Nix)larrybr2023-06-07
* Add the sqlite3_rtree_query_callback() API to the RTree virtual table.drh2014-04-28
* Only error out on a database file move when attempting to start a writedrh2013-12-06
* Add code to detect if the database file is moved or deleted out from underdrh2013-12-06
* Add the SQLITE_FCNTL_TEMPFILENAME file control that asks the underlying VFSdrh2012-12-06
* Fix all known instances of 'repeated the' style typos in comments. No change...mistachkin2012-08-25
* Expose the sqlite3_stricmp() interface. Add the SQLITE_FCNTL_PRAGMA filedrh2012-02-23
|\
| * Change the SQLITE_FCNTL_PRAGMA file-control so that it can return a stringdrh2012-02-22
| * Begin adding support for SQLITE_FCNTL_PRAGMA.drh2012-02-22
|/
* Add a file-control that will discover the name of the bottom-level VFS anddrh2011-12-14
* Add a big comment to the top of test_vfstrace.c to explain how to compiledrh2011-05-20
* Update the test_vfstrace.c shim to conform to the new VFS interface fordrh2011-03-23
* Additional interpretation of flags and constants in the VFS trace output.drh2011-03-16
* Add the VFS-trace shim.drh2011-03-16