Historie revizí

Autor SHA1 Zpráva Datum
  drh 15669d302d Adjustments to test cases for session so that they work with Tcl9. před 5 měsíci
  dan 975f2062da Add the SQLITE_CHANGESETAPPLY_IGNORENOOP flag, which may be passed to sqlite3changeset_apply_v2() to have it ignore changes that would be no-ops if applied to the database (e.g. deleting a row that has already been deleted), instead of considering them conflicts. před 1 rokem
  dan 05accd2216 Modify the permutations.test script so as to set any permutation specific configuration values before running each individual test script. před 8 roky
  dan a66e386225 Fix another test problem in sessionfault.test. před 9 roky
  dan 6fee795885 Fix a problem in sessionfault.test causing it to segfault following a test failure. This commit does not fix the actual test failure - just the subsequent segfault. před 9 roky
  dan f05ac11214 Fix a segfault in the sessions module that could follow an OOM. před 10 roky
  dan e8fa8c9649 Fix a segfault in the streaming API functions triggered by a very long table name. před 10 roky
  dan 082c96dffa Add miscellaneous test cases to improve coverage of sessions module. před 10 roky
  drh 40eaa08620 Update the sessionfault-9.1 and -9.2 tests to account for the change in před 12 roky
  dan 1e556c3fe5 Fix a test case in sessionfault.test. No changes to code. před 13 roky
  dan 80fe2d9310 Further coverage tests for the session module. před 13 roky
  dan 6734007d75 Improve test coverage of session module. před 13 roky
  dan 1756ae10e1 Add tests and fixes for OOM handling in sqlite3changeset_concat(). před 13 roky
  dan e5754eec26 Improve coverage of session module a bit more. před 13 roky
  dan 244593c846 Store primary key definitions for modified tables in changesets. Add the sqlite3changeset_pk() API to extract this data from a changeset iterator. před 13 roky
  dan b4480e942f Add the "indirect flag" to the changeset blob format. Also the sqlite3session_indirect() API. před 13 roky
  dan 245b49b203 Fix a crash that can follow an OOM when "all tables" are registered with a session module. před 13 roky
  dan 7aa469cdd3 Add OOM tests and related fixes for the session module. před 13 roky
  dan db04571c79 Remove some unreachable code in sqlite3session.c. Add test cases. před 14 roky
  dan 12ca0b5695 Add start of fault-injection tests for session module. Fix some bugs related to the same. před 14 roky