.. |
changeset.c
|
|
|
changesetfuzz1.test
|
Get rid of "-encoding binary" across all test cases, as that is no longer
|
2024-07-30 17:09:51 +00:00 |
changesetfuzz.c
|
|
|
session1.test
|
|
|
session2.test
|
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.
|
2023-03-08 18:03:04 +00:00 |
session3.test
|
Allow a session object to generate a changeset, even if columns were added to one of the tables using ALTER TABLE ADD COLUMN while the changeset was being collected.
|
2023-10-04 21:15:24 +00:00 |
session4.test
|
Adjustments to test cases for session so that they work with Tcl9.
|
2024-07-30 18:42:31 +00:00 |
session5.test
|
|
|
session6.test
|
|
|
session8.test
|
|
|
session9.test
|
|
|
session_common.tcl
|
Allow the sessions module to be configured to capture changes from tables with no explicit PRIMARY KEY.
|
2023-04-24 19:22:21 +00:00 |
session_speed_test.c
|
|
|
sessionA.test
|
|
|
sessionalter.test
|
Fix the preupdate hook so that it works when the "old.*" row has a column with a non-NULL default value that was added by ALTER TABLE ADD COLUMN after the current record was created.
|
2024-09-18 15:52:05 +00:00 |
sessionat.test
|
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.
|
2023-03-08 18:03:04 +00:00 |
sessionB.test
|
|
|
sessionbig.test
|
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.
|
2023-03-08 18:03:04 +00:00 |
sessionC.test
|
|
|
sessionchange.test
|
Add new sessions API sqlite3changegroup_add_change().
|
2024-05-06 17:55:19 +00:00 |
sessionconflict.test
|
Fix bug in test script sessionconflict.test.
|
2024-05-07 19:45:05 +00:00 |
sessionD.test
|
Allow the sessions module to be configured to capture changes from tables with no explicit PRIMARY KEY.
|
2023-04-24 19:22:21 +00:00 |
sessiondiff.test
|
Get rid of "-encoding binary" across all test cases, as that is no longer
|
2024-07-30 17:09:51 +00:00 |
sessionE.test
|
|
|
sessionF.test
|
|
|
sessionfault2.test
|
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.
|
2023-03-08 18:03:04 +00:00 |
sessionfault3.test
|
Fix the preupdate hook so that it works when the "old.*" row has a column with a non-NULL default value that was added by ALTER TABLE ADD COLUMN after the current record was created.
|
2024-09-18 15:02:27 +00:00 |
sessionfault.test
|
Adjustments to test cases for session so that they work with Tcl9.
|
2024-07-30 18:42:31 +00:00 |
sessionG.test
|
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.
|
2023-03-08 18:03:04 +00:00 |
sessionH.test
|
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.
|
2023-03-08 18:03:04 +00:00 |
sessioninvert.test
|
|
|
sessionmem.test
|
|
|
sessionnoact.test
|
Fix a couple of problems with the sessions streaming interfaces.
|
2024-09-23 19:32:06 +00:00 |
sessionnoop2.test
|
Fix windows-specific problems in test scripts sessionnoop2.test and sessionrowid.test.
|
2023-05-13 20:01:27 +00:00 |
sessionnoop.test
|
Reinstate some test cases accidentally removed by [cb023fe28560ce0f].
|
2023-03-09 16:11:43 +00:00 |
sessionrebase.test
|
Allow the sessions module to be configured to capture changes from tables with no explicit PRIMARY KEY.
|
2023-04-24 19:22:21 +00:00 |
sessionrowid.test
|
Fix windows-specific problems in test scripts sessionnoop2.test and sessionrowid.test.
|
2023-05-13 20:01:27 +00:00 |
sessionsize.test
|
Allow the sessions module to be configured to capture changes from tables with no explicit PRIMARY KEY.
|
2023-04-24 19:22:21 +00:00 |
sessionstat1.test
|
If a table has one or more rows and it has a partial index has zero rows,
|
2024-02-19 16:22:58 +00:00 |
sessionwor.test
|
|
|
sqlite3session.c
|
Fix a couple of problems with the sessions streaming interfaces.
|
2024-09-23 19:32:06 +00:00 |
sqlite3session.h
|
Fix a hyperlink typo in session documentation.
|
2024-05-08 11:51:56 +00:00 |
test_session.c
|
Fix harmless compiler warnings.
|
2024-09-06 11:21:53 +00:00 |