aboutsummaryrefslogtreecommitdiff
path: root/src/test_vfs.c
Commit message (Expand)AuthorAge
* Fix some test code so that testfixture can build with SQLITE_OMIT_WAL defined.dan2020-10-02
* Revise the SQLITE_OPEN_NOFOLLOW so that it actually uses O_NOFOLLOW in thedrh2019-11-22
* Fix a recently introduced memory leak in the test code in test_vfs.c.dan2019-11-21
* Fix a use-after-free problem in the test suite. No changes to production code.dan2019-11-20
* Add support for SQLITE_OPEN_NOFOLLOW.drh2019-11-18
* Add tests for the RBU module.dan2019-05-10
* In the test_vfs.c VFS, if a Tcl xWrite script returns "SQLITE_OMIT", silently...dan2019-04-05
* Add a few more test cases to walvfs.test.dan2018-12-26
* Add test cases to test file walvfs.test.dan2018-12-24
* Copy some extra test infrastructure from the mutexfree-shmlock branch to trunk.dan2018-12-24
* Improve the coverage of wal.c provided by the "coverage-wal" test permutation.dan2018-12-22
* If an SQLITE_IOERR error is encountered as part of an atomic commit on an F2FSdan2018-07-14
* Make sure the SQLITE_TCLAPI macro is always defined.mistachkin2016-07-28
* Allow the 'testfixture.exe' target to be compiled with the __stdcall calling ...mistachkin2016-07-28
* Since the return value of sqlite3OsClose() is always ignored, we might asdrh2016-04-14
* Fix harmless compiler warnings seen with MSVC 2015.mistachkin2015-04-19
* Add a test for the change on this branch.dan2015-03-17
* Eliminate all use of sprintf(), strcpy() and strcat() from test logic becausedrh2015-01-19
* Silence some harmless uninitialized local variable warnings.mistachkin2015-01-12
* Add test cases and documentation for the nolock and immutable querydrh2014-05-07
* Comment and preprocessor macro cleanup.drh2013-07-29
* Drop any existing mapping of the database file when exiting the pager "error ...dan2013-07-06
* Improve the code coverage of "permutations.test coverage-pager".dan2013-04-05
* Enhancements to test scripts. No code changes.dan2013-02-23
* When reusing pages as part of creating a new index, allocate the leaves from ...dan2012-08-06
* Ensure that there is always at least one aReadMark slot usable by an unprivil...dan2012-07-17
* Fix harmless compiler warnings on x64 MSVC, mostly in test code, but also indrh2012-04-19
* Move test logic for SQLITE_FCNTL_PRAGMA out of os_unix.c and into test_vfs.c.drh2012-02-22
* If the SQLITE_FCNTL_PRAGMA file-control returns anything other thandrh2012-02-22
* Change the name ZERO_DAMAGE to the more descriptive POWERSAFE_OVERWRITE.drh2011-12-23
* Some fixes to the test suite so that it works with ZERO_DAMAGE set to true.drh2011-12-19
* Add SQLITE_IOCAP_ZERO_DAMAGE and enable it for both unix and windows. Usedrh2011-12-17
* Make sure to flag benign malloc failures in the Windows VFS as such. Expand ...mistachkin2011-11-12
* Add tests to improve coverage of vdbesort.c.dan2011-08-12
* Remove unused variables from test_vfs.cdrh2011-06-23
* Modify the implementation of the test code in test_vfs.c so that test VFS obj...dan2011-06-22
* Minor cleanups to the header comments on various test_*.c file, to makedrh2011-05-23
* Test that it is now possible to use different VFSs for two databases attached...dan2011-04-23
* Add the start of the "uri-filenames" feature.dan2011-04-22
* Fix a bug in test code (test_vfs.c).dan2011-01-14
* If a database file with the WAL flag set is opened in exclusive-locking mode,...dan2010-11-01
* Increase the maximum page size from 32k to 64k.drh2010-08-12
* Changes so that the xShmOpen VFS method is no longer required. Its job can be...dan2010-07-13
* Remove the unused xRename() method from the sqlite3_vfs object.drh2010-07-03
* Fix a bug in test_vfs.c causing an assert to fail. Changes to test code only.dan2010-07-02
* Add pager test cases. Change a condition in pager.c to NEVER().dan2010-07-01
* Add tests to pager1.test and pagerfault.test.dan2010-06-29
* Further test cases for pager1.test and pagerfault.test.dan2010-06-25
* Add test case for SQLITE_FULL errors to pagerfault.test. Remove a NEVER macro...dan2010-06-23
* Add test cases to pager1.test and pager2.test.dan2010-06-21