index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test_demovfs.c
Commit message (
Expand
)
Author
Age
*
Avoid several -Wall warnings in textfixture build.
larrybr
2022-12-06
*
Fix a bug in the demoDelete fix from [d76a301e22e05722].
drh
2022-09-30
*
Improvements to the "demoDelete" method in the demovfs, suggested by
drh
2022-09-30
*
Revise the SQLITE_OPEN_NOFOLLOW so that it actually uses O_NOFOLLOW in the
drh
2019-11-22
*
Add support for SQLITE_OPEN_NOFOLLOW.
drh
2019-11-18
*
Fix minor problems in the test code in test_demovfs.c.
dan
2019-06-15
*
Make sure the SQLITE_TCLAPI macro is always defined.
mistachkin
2016-07-28
*
Allow the 'testfixture.exe' target to be compiled with the __stdcall calling ...
mistachkin
2016-07-28
*
First small steps toward brining trunk and apple-osx closer together.
drh
2015-02-19
*
Adjust #ifdefs in test_autoext.c so that it compiles with
drh
2013-08-06
*
Minor cleanups to the header comments on various test_*.c file, to make
drh
2011-05-23
*
Add a #include to test_demovfs.c in an effort to get it to compile on Solaris.
drh
2011-05-05
*
Changes for consistent use of SQLITE_OS_UNIX and removal of legacy OS_UNIX fr...
shaneh
2011-04-04
*
Fix some non-ANSI C code in test_demovfs.c. Also change the same file so that...
dan
2010-08-17
*
Add the xShmRelease() method to the VFS. The os_unix.c implementation of
drh
2010-04-27
*
Begin moving WAL-specific I/O into the VFS. This checkin contains VFS
drh
2010-04-26
*
Make sure F_OK, R_OK, and W_OK are defined in test_demovfs.c. Define them ma...
drh
2010-04-08
*
Add file test_demovfs.c, containing a simple VFS implementation that demonstr...
dan
2010-04-07