index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
shared_err.test
Commit message (
Expand
)
Author
Age
*
Update error message text for standard error codes to better describe the
drh
2017-07-10
*
Update a couple of test cases to account for the fact that ROLLBACK does not ...
drh
2014-11-18
*
Fixes to a test case in shared_err.test. The fix is to prevent sqlite3_prepar...
dan
2012-12-05
*
Added SQLITE_OMIT_DEPRECATED compile time option to leave out deprecated func...
shane
2008-10-12
*
Update shared_err.test to work with (5668) (return SQLITE_CORRUPT if rollback...
danielk1977
2008-09-29
*
Fix the shared_err.test script so that it works if the device supports SQLITE...
danielk1977
2008-09-15
*
Fix a problem in shared_err.test preventing it from running properly and add ...
danielk1977
2008-07-07
*
Test a couple of specific malloc() failures that were not tested before. (CVS...
danielk1977
2008-07-07
*
Ensure that the db.mallocFailed flag is cleared before sqlite3_errmsg16() ret...
danielk1977
2008-05-22
*
Fix test instrumentation problems on shared_err.test. (CVS 4728)
drh
2008-01-18
*
Enable threadsafe builds by default in configure. Ticket #2606.
drh
2007-09-03
*
Better handle a malloc() failure in sqlite3PagerSetPagesize(). (CVS 4332)
danielk1977
2007-08-30
*
Test case fixes for fulltest. (CVS 4329)
drh
2007-08-30
*
The shared_err test runs with no errors. But a potential deadlock has been
drh
2007-08-28
*
Clean up the locking in the btree logic. (CVS 4316)
drh
2007-08-28
*
Update the rest of the malloc failure test scripts to use the new interface. ...
danielk1977
2007-08-25
*
Changes to increase test coverage. (CVS 3819)
drh
2007-04-06
*
Fix some problems with test cases in shared_err.test. Also a real bug causing...
danielk1977
2007-03-19
*
Handle errors in saving cursor positions during a rollback by aborting all ac...
danielk1977
2006-01-24
*
Coverage improvements for main.c. (CVS 3023)
danielk1977
2006-01-24
*
More test script changes to get it to run without -DSQLITE_MEMDEBUG. (CVS 3018)
drh
2006-01-24
*
Disable shared-cache OOM tests if not compiled with -DSQLITE_MEMDEBUG. (CVS 3...
drh
2006-01-23
*
Improve coverage of pager.c and fix an IO error handling bug found in the pro...
danielk1977
2006-01-23
*
Improve coverage of expr.c and btree.c slightly. (CVS 2992)
danielk1977
2006-01-23
*
Fix more problems with malloc() and IO failures. (CVS 2985)
danielk1977
2006-01-21
*
Fix another couple of IO or malloc() failure problems in a shared-cache conte...
danielk1977
2006-01-20
*
Handle some of the IO error conditions that may occur in a shared-cache conte...
danielk1977
2006-01-20