aboutsummaryrefslogtreecommitdiff
path: root/ext/session/sessionfault.test
Commit message (Expand)AuthorAge
* Add the SQLITE_CHANGESETAPPLY_IGNORENOOP flag, which may be passed to sqlite3...dan2023-03-08
* Modify the permutations.test script so as to set any permutation specific con...dan2016-04-27
* Fix another test problem in sessionfault.test.dan2016-02-13
* Fix a problem in sessionfault.test causing it to segfault following a test fa...dan2016-02-13
* Fix a segfault in the sessions module that could follow an OOM.dan2014-09-27
* Fix a segfault in the streaming API functions triggered by a very long table ...dan2014-09-27
* Add miscellaneous test cases to improve coverage of sessions module.dan2014-08-18
* Update the sessionfault-9.1 and -9.2 tests to account for the change indrh2012-09-28
* Fix a test case in sessionfault.test. No changes to code.dan2011-07-26
* Further coverage tests for the session module.dan2011-04-18
* Improve test coverage of session module.dan2011-04-16
* Add tests and fixes for OOM handling in sqlite3changeset_concat().dan2011-04-15
* Improve coverage of session module a bit more.dan2011-03-25
* Store primary key definitions for modified tables in changesets. Add the sqli...dan2011-03-24
* Add the "indirect flag" to the changeset blob format. Also the sqlite3session...dan2011-03-23
* Fix a crash that can follow an OOM when "all tables" are registered with a se...dan2011-03-22
* Add OOM tests and related fixes for the session module.dan2011-03-22
* Remove some unreachable code in sqlite3session.c. Add test cases.dan2011-03-21
* Add start of fault-injection tests for session module. Fix some bugs related ...dan2011-03-21