sqlite/ext/session
dan 895decf6b5 Avoid passing NULL pointers to memcmp() or memcpy(), even when the
"number-of-bytes" argument is passed 0.

FossilOrigin-Name: 56ff72ab44288296efc99a608f7edc4346366a50
2016-12-30 14:15:56 +00:00
..
changeset.c Improved response to error conditions in the ".session" shell command and 2014-08-19 00:26:17 +00:00
session1.test In the sessions module, avoid recording a change if an UPDATE statement 2016-10-21 21:21:45 +00:00
session2.test Changes to the sesssions module ensure that tables appear within changesets and patchsets in the same order that they were attached to the sessions object. 2015-10-01 16:35:57 +00:00
session3.test
session4.test Remove a stray line from session4.test causing a memory leak. No changes to SQLite code. 2016-10-10 14:48:36 +00:00
session5.test Change the names of the stream interface APIs to be of the form 2014-09-27 20:45:48 +00:00
session6.test
session8.test Change the names of the stream interface APIs to be of the form 2014-09-27 20:45:48 +00:00
session9.test Change the names of the stream interface APIs to be of the form 2014-09-27 20:45:48 +00:00
sessionA.test Change the names of the stream interface APIs to be of the form 2014-09-27 20:45:48 +00:00
sessionB.test Changes to the sesssions module ensure that tables appear within changesets and patchsets in the same order that they were attached to the sessions object. 2015-10-01 16:35:57 +00:00
sessionC.test Disable the RESTRICT foreign key action if "PRAGMA defer_foreign_keys" is set. 2016-02-25 19:52:11 +00:00
sessionD.test Modify the sqlite3session_diff() API so that tables with no PRIMARY KEYs are ignored. This matches the other sessions APIs. Also change sqlite3session_diff() so that it returns SQLITE_SCHEMA, instead of SQLITE_ERROR, if the tables being compared do not have compatible schemas. 2015-04-23 17:22:49 +00:00
sessionE.test Add the "finish_test" command to the end of new test script sessionE.test. 2015-06-02 09:20:46 +00:00
sessionF.test Changes to the sesssions module ensure that tables appear within changesets and patchsets in the same order that they were attached to the sessions object. 2015-10-01 16:35:57 +00:00
sessionG.test Add further tests for the code on this branch. Fix a problem in OOM handling. 2016-03-31 10:50:26 +00:00
session_common.tcl Use some of the example code from the sessions documenatation in the sessions test cases. 2016-08-29 14:18:18 +00:00
sessionfault.test Modify the permutations.test script so as to set any permutation specific configuration values before running each individual test script. 2016-04-27 18:54:49 +00:00
sessionfault2.test Modify the permutations.test script so as to set any permutation specific configuration values before running each individual test script. 2016-04-27 18:54:49 +00:00
sqlite3session.c Avoid passing NULL pointers to memcmp() or memcpy(), even when the 2016-12-30 14:15:56 +00:00
sqlite3session.h Two more typo fixes in comments. 2016-09-28 16:05:53 +00:00
test_session.c Use some of the example code from the sessions documenatation in the sessions test cases. 2016-08-29 14:18:18 +00:00