index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test_vfs.c
Commit message (
Expand
)
Author
Age
*
Fix some test code so that testfixture can build with SQLITE_OMIT_WAL defined.
dan
2020-10-02
*
Revise the SQLITE_OPEN_NOFOLLOW so that it actually uses O_NOFOLLOW in the
drh
2019-11-22
*
Fix a recently introduced memory leak in the test code in test_vfs.c.
dan
2019-11-21
*
Fix a use-after-free problem in the test suite. No changes to production code.
dan
2019-11-20
*
Add support for SQLITE_OPEN_NOFOLLOW.
drh
2019-11-18
*
Add tests for the RBU module.
dan
2019-05-10
*
In the test_vfs.c VFS, if a Tcl xWrite script returns "SQLITE_OMIT", silently...
dan
2019-04-05
*
Add a few more test cases to walvfs.test.
dan
2018-12-26
*
Add test cases to test file walvfs.test.
dan
2018-12-24
*
Copy some extra test infrastructure from the mutexfree-shmlock branch to trunk.
dan
2018-12-24
*
Improve the coverage of wal.c provided by the "coverage-wal" test permutation.
dan
2018-12-22
*
If an SQLITE_IOERR error is encountered as part of an atomic commit on an F2FS
dan
2018-07-14
*
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
*
Since the return value of sqlite3OsClose() is always ignored, we might as
drh
2016-04-14
*
Fix harmless compiler warnings seen with MSVC 2015.
mistachkin
2015-04-19
*
Add a test for the change on this branch.
dan
2015-03-17
*
Eliminate all use of sprintf(), strcpy() and strcat() from test logic because
drh
2015-01-19
*
Silence some harmless uninitialized local variable warnings.
mistachkin
2015-01-12
*
Add test cases and documentation for the nolock and immutable query
drh
2014-05-07
*
Comment and preprocessor macro cleanup.
drh
2013-07-29
*
Drop any existing mapping of the database file when exiting the pager "error ...
dan
2013-07-06
*
Improve the code coverage of "permutations.test coverage-pager".
dan
2013-04-05
*
Enhancements to test scripts. No code changes.
dan
2013-02-23
*
When reusing pages as part of creating a new index, allocate the leaves from ...
dan
2012-08-06
*
Ensure that there is always at least one aReadMark slot usable by an unprivil...
dan
2012-07-17
*
Fix harmless compiler warnings on x64 MSVC, mostly in test code, but also in
drh
2012-04-19
*
Move test logic for SQLITE_FCNTL_PRAGMA out of os_unix.c and into test_vfs.c.
drh
2012-02-22
*
If the SQLITE_FCNTL_PRAGMA file-control returns anything other than
drh
2012-02-22
*
Change the name ZERO_DAMAGE to the more descriptive POWERSAFE_OVERWRITE.
drh
2011-12-23
*
Some fixes to the test suite so that it works with ZERO_DAMAGE set to true.
drh
2011-12-19
*
Add SQLITE_IOCAP_ZERO_DAMAGE and enable it for both unix and windows. Use
drh
2011-12-17
*
Make sure to flag benign malloc failures in the Windows VFS as such. Expand ...
mistachkin
2011-11-12
*
Add tests to improve coverage of vdbesort.c.
dan
2011-08-12
*
Remove unused variables from test_vfs.c
drh
2011-06-23
*
Modify the implementation of the test code in test_vfs.c so that test VFS obj...
dan
2011-06-22
*
Minor cleanups to the header comments on various test_*.c file, to make
drh
2011-05-23
*
Test that it is now possible to use different VFSs for two databases attached...
dan
2011-04-23
*
Add the start of the "uri-filenames" feature.
dan
2011-04-22
*
Fix a bug in test code (test_vfs.c).
dan
2011-01-14
*
If a database file with the WAL flag set is opened in exclusive-locking mode,...
dan
2010-11-01
*
Increase the maximum page size from 32k to 64k.
drh
2010-08-12
*
Changes so that the xShmOpen VFS method is no longer required. Its job can be...
dan
2010-07-13
*
Remove the unused xRename() method from the sqlite3_vfs object.
drh
2010-07-03
*
Fix a bug in test_vfs.c causing an assert to fail. Changes to test code only.
dan
2010-07-02
*
Add pager test cases. Change a condition in pager.c to NEVER().
dan
2010-07-01
*
Add tests to pager1.test and pagerfault.test.
dan
2010-06-29
*
Further test cases for pager1.test and pagerfault.test.
dan
2010-06-25
*
Add test case for SQLITE_FULL errors to pagerfault.test. Remove a NEVER macro...
dan
2010-06-23
*
Add test cases to pager1.test and pager2.test.
dan
2010-06-21
[next]