Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
sqlite
/
sqlite
/
HEAD
/
src
/
test_demovfs.c
064b681
First attempt at getting the build to work with Tcl 9.0.
by drh
· 12 months ago
3c01af6
Avoid several -Wall warnings in textfixture build.
by larrybr
· 2 years, 8 months ago
2d3261f
Fix a bug in the demoDelete fix from [d76a301e22e05722].
by drh
· 2 years, 10 months ago
cb57716
Improvements to the "demoDelete" method in the demovfs, suggested by
by drh
· 2 years, 10 months ago
c398c65
Revise the SQLITE_OPEN_NOFOLLOW so that it actually uses O_NOFOLLOW in the
by drh
· 6 years ago
0933aad
Add support for SQLITE_OPEN_NOFOLLOW.
by drh
· 6 years ago
e3664dc
Fix minor problems in the test code in test_demovfs.c.
by dan
· 6 years ago
7617e4a
Make sure the SQLITE_TCLAPI macro is always defined.
by mistachkin
· 9 years ago
52b1dbb
Allow the 'testfixture.exe' target to be compiled with the __stdcall calling convention.
by mistachkin
· 9 years ago
883ad04
First small steps toward brining trunk and apple-osx closer together.
by drh
· 10 years ago
d3f4964
Adjust #ifdefs in test_autoext.c so that it compiles with
by drh
· 12 years ago
a12b6fa
Minor cleanups to the header comments on various test_*.c file, to make
by drh
· 14 years ago
134ec49
Add a #include to test_demovfs.c in an effort to get it to compile on Solaris.
by drh
· 14 years ago
3a2d29f
Changes for consistent use of SQLITE_OS_UNIX and removal of legacy OS_UNIX from testfixture source;
by shaneh
· 14 years ago
fc6a621
Fix some non-ANSI C code in test_demovfs.c. Also change the same file so that attempting to delete a file that does not exist does not return an error.
by dan
· 15 years ago
af75c86
Add the xShmRelease() method to the VFS. The os_unix.c implementation of
by drh
· 15 years ago
f2424c5
Begin moving WAL-specific I/O into the VFS. This checkin contains VFS
by drh
· 15 years ago
9d6caca
Make sure F_OK, R_OK, and W_OK are defined in test_demovfs.c. Define them manually
by drh
· 15 years ago
0a7a915
Add file test_demovfs.c, containing a simple VFS implementation that demonstrates how writes to the journal file may be safely buffered by the VFS layer to improve performance on some embedded systems.
by dan
· 15 years ago