SQLite

All files named ”src/test_vfstrace.c”
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for src/test_vfstrace.c

2024-09-09
14:50
Renamed to ext/misc/vfstrace.c. Move the vfstrace extension out of src/ over into ext/misc/ where it belongs. Make it part of the standard build for the CLI. Bring some of the vfstrace output up-to-date. (check-in: [055b97de8d] user: drh branch: vfstrace, size: 0)
2023-06-07
08:40
[a2ea82df2e] part of check-in [26c1bb4bd9] Add a C-source spell-checking facility. make misspell (on Nix) (check-in: [26c1bb4bd9] user: larrybr branch: spell-check, size: 33095)
2014-04-28
17:51
[bab9594adc] part of check-in [3dca280935] Add the sqlite3_rtree_query_callback() API to the RTree virtual table. (check-in: [3dca280935] user: drh branch: sessions, size: 33096)
2013-12-06
17:23
[3a0ab30468] part of check-in [28348f2ada] Only error out on a database file move when attempting to start a write transaction. Assume read transactions are still safe. And make the error SQLITE_READONLY_DBMOVED instead of SQLITE_IOERR_NODB. (check-in: [28348f2ada] user: drh branch: detect-moved-db, size: 33096)
15:37
[21b99a6fe3] part of check-in [8759a8e4d8] Add code to detect if the database file is moved or deleted out from under SQLite and return an SQLITE_IOERR_NODB. (check-in: [8759a8e4d8] user: drh branch: detect-moved-db, size: 33096)
2012-12-06
19:01
[34b544e80b] part of check-in [1a63b1d5fa] Add the SQLITE_FCNTL_TEMPFILENAME file control that asks the underlying VFS to return a new temporary filename. Per request from NSS team at Mozilla. (check-in: [1a63b1d5fa] user: drh branch: trunk, size: 32701)
2012-08-25
10:01
[f60e12754e] part of check-in [9b19b84753] Fix all known instances of 'repeated the' style typos in comments. No changes to code. (check-in: [9b19b84753] user: mistachkin branch: trunk, size: 32592)
2012-02-23
14:28
[6b28adb2a0] part of check-in [c539cf21ef] Expose the sqlite3_stricmp() interface. Add the SQLITE_FCNTL_PRAGMA file control. (check-in: [c539cf21ef] user: drh branch: trunk, size: 32596)
2012-02-22
16:58
[f20a32a5fd] part of check-in [fd8d744027] Change the SQLITE_FCNTL_PRAGMA file-control so that it can return a string value. (check-in: [fd8d744027] user: drh branch: file-control-pragma, size: 32596)
14:45
[374f6807d7] part of check-in [5be07904ba] Begin adding support for SQLITE_FCNTL_PRAGMA. (check-in: [5be07904ba] user: drh branch: file-control-pragma, size: 32392)
2011-12-14
17:53
[065c7270a6] part of check-in [cdbfb553af] Add a file-control that will discover the name of the bottom-level VFS and all the shims in between. (check-in: [cdbfb553af] user: drh branch: vfsname-filectrl, size: 32197)
2011-05-20
13:26
[0b884e0609] part of check-in [a6a0fefbe5] Add a big comment to the top of test_vfstrace.c to explain how to compile and use that module. (check-in: [a6a0fefbe5] user: drh branch: trunk, size: 31735)
2011-03-23
22:51
[2265c9895f] part of check-in [ad4dc7b95f] Update the test_vfstrace.c shim to conform to the new VFS interface for xSetSystemCall and xGetSystemCall. (check-in: [ad4dc7b95f] user: drh branch: trunk, size: 27039)
2011-03-16
18:54
[f5c3b3b893] part of check-in [3e984195f1] Additional interpretation of flags and constants in the VFS trace output. (check-in: [3e984195f1] user: drh branch: trunk, size: 26995)
16:56
Added: [3fd3e07bcc] part of check-in [f49a9ef338] Add the VFS-trace shim. (check-in: [f49a9ef338] user: drh branch: trunk, size: 24530)