.. |
changeset.c
|
Improved response to error conditions in the ".session" shell command and
|
2014-08-19 00:26:17 +00:00 |
session1.test
|
Modify the sessions module to ignore all operations on tables with no primary keys as documented.
|
2015-06-02 09:19:22 +00:00 |
session2.test
|
Fix problems in the sessions module causing it to produce spurious SQLITE_NOMEM errors when handling SQL text or blob values zero bytes in size.
|
2015-04-08 16:43:31 +00:00 |
session3.test
|
|
|
session4.test
|
|
|
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 |
session_common.tcl
|
Modify the sessions module to ignore all operations on tables with no primary keys as documented.
|
2015-06-02 09:19:22 +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
|
Change the names of the stream interface APIs to be of the form
|
2014-09-27 20:45:48 +00:00 |
sessionC.test
|
Fix a problem causing sqlite3changeset_concat() to fail to detect attempts to concatenate patchsets which changesets.
|
2014-10-15 20:02:21 +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 |
sessionfault.test
|
Fix a segfault in the sessions module that could follow an OOM.
|
2014-09-27 18:18:32 +00:00 |
sqlite3session.c
|
Add the sqlite3changegroup_xxx() APIs to the sessions module. For combining multiple changesets or patchsets.
|
2015-06-11 17:26:10 +00:00 |
sqlite3session.h
|
Add the sqlite3changegroup_xxx() APIs to the sessions module. For combining multiple changesets or patchsets.
|
2015-06-11 17:26:10 +00:00 |
test_session.c
|
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 |