index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ioerr2.test
Commit message (
Expand
)
Author
Age
*
Update a couple of test cases to account for the fact that ROLLBACK does not ...
drh
2014-11-18
*
Modify a test in ioerr2.test to account for the new SQLITE_ABORT_ROLLBACK ext...
dan
2012-03-17
*
Remove leftover "breakpoint" commands from test scripts. Also remove blank
drh
2009-06-05
*
Fix a case where during a rollback triggered by an IO or malloc error an unjo...
danielk1977
2009-02-12
*
If the xAccess() call used by "PRAGMA temp_store_directory = /new/path/" to d...
danielk1977
2008-09-16
*
Add the pcache module from the experimental branch. Also change things so tha...
danielk1977
2008-08-20
*
3 more coverage tests for btree.c. (CVS 5370)
danielk1977
2008-07-08
*
Correctly handle I/O errors that occur during OsUnlock(). Before this
drh
2008-03-07
*
Fixes for compilation/testing when the various OMIT macros are defined. (CVS ...
danielk1977
2007-09-12
*
Add some code to MemTranslate() to prevent the READ_UTF8() macro from overrea...
danielk1977
2007-05-23
*
Fix multiple performance regressions (ticket #2298 among them)
drh
2007-04-13
*
Fix an obscure pager refcnt leak that occurs following a transient I/O
drh
2007-04-09
*
Have the pager call xReiniter() instead of xDestructor() to restore btree lev...
danielk1977
2007-04-09
*
Add a different form of I/O tests. So far has failed to expose new bugs. (CVS...
danielk1977
2007-04-02