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