index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
io.test
Commit message (
Expand
)
Author
Age
*
Update a test in io.test to account for [05f98d4eec].
dan
2012-05-01
*
Add retry logic for AV defense to winOpen. Also, refactor test suite to allo...
mistachkin
2011-08-02
*
Fix issues with the io.test script. There is still a problem with a
drh
2010-03-29
*
Adjust sync count for SQLITE_DISABLE_DIRSYNC compiler option.
shane
2009-08-19
*
Fix a couple of test script bugs. No changes to SQLite code. (CVS 6396)
danielk1977
2009-03-28
*
In io.test, reset the connection after manually deleting the journal file,
drh
2009-01-11
*
Changes to test script io.test to work on symbian. (CVS 5717)
danielk1977
2008-09-18
*
Add the pcache module from the experimental branch. Also change things so tha...
danielk1977
2008-08-20
*
When opening a zero-size database on unix, write one byte into the file before
drh
2008-07-30
*
Fix a problem with journal files being created unnecessarily when doing
drh
2008-05-01
*
Change the pager's sector size algorithm to the maximum of the size
drh
2008-03-28
*
Move the test (sqlite3_simulate_device) functionality out of the main code an...
danielk1977
2008-01-22
*
Use the hexio test utility rather than TCL's binary I/O to avoid
drh
2007-11-27
*
Fixes to the test suite (no code changes) so that quick.test runs with OMIT_A...
danielk1977
2007-10-09
*
Get io.test to work even if auto_vacuum is on by default and we are
drh
2007-10-03
*
Fixes for compilation/testing when the various OMIT macros are defined. (CVS ...
danielk1977
2007-09-12
*
Get the io.test tests working on windows. (CVS 4381)
drh
2007-09-03
*
Fix a bug in jrnlTruncate(). And other coverage improvements. (CVS 4367)
danielk1977
2007-09-01
*
Disable tests that require SQLITE_ENABLE_ATOMIC_WRITE if that feature is
drh
2007-08-29
*
Select the default page size for new databases based on the sector-size and I...
danielk1977
2007-08-24
*
Add some warm-body tests for rollback journal i/o enhancements. (CVS 4279)
danielk1977
2007-08-23
*
Add some further tests and a bugfix for the atomic-write optimization. (CVS 4...
danielk1977
2007-08-23
*
Add some tests for the atomic-write optimization. (CVS 4275)
danielk1977
2007-08-23
*
A complete run of quick.test with mutex debugging enabled. (CVS 4266)
drh
2007-08-22
*
Add the tests that go with the previous commit. (CVS 4258)
danielk1977
2007-08-21